[Pkg-voip-commits] r8466 - in /gnugk/trunk/debian: changelog rules

msp at alioth.debian.org msp at alioth.debian.org
Sun Jun 6 05:17:02 UTC 2010


Author: msp
Date: Sun Jun  6 05:16:58 2010
New Revision: 8466

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8466
Log:
* Do not attempt to use dh_auto_install - override with $(MAKE)
  - fixes FTBFS

Modified:
    gnugk/trunk/debian/changelog
    gnugk/trunk/debian/rules

Modified: gnugk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/changelog?rev=8466&op=diff
==============================================================================
--- gnugk/trunk/debian/changelog (original)
+++ gnugk/trunk/debian/changelog Sun Jun  6 05:16:58 2010
@@ -1,3 +1,10 @@
+gnugk (2:2.3.2-3) unstable; urgency=low
+
+  * Do not attempt to use dh_auto_install - override with $(MAKE)
+    - fixes FTBFS
+
+ -- Mark Purcell <msp at debian.org>  Sun, 06 Jun 2010 15:04:52 +1000
+
 gnugk (2:2.3.2-2) unstable; urgency=low
 
   * Add Build-Depends: libsqlite3-dev (Closes: #573553)

Modified: gnugk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/rules?rev=8466&op=diff
==============================================================================
--- gnugk/trunk/debian/rules (original)
+++ gnugk/trunk/debian/rules Sun Jun  6 05:16:58 2010
@@ -38,7 +38,7 @@
 	dh_installdocs -X.cvsignore
 
 override_dh_auto_install:
-	dh_auto_install
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/gnugk INSTALL_DIR=$(CURDIR)/debian/gnugk/usr INSTALLBIN_DIR=$(CURDIR)/debian/gnugk/usr/sbin
 	install --mode=640 --owner=root --group=root \
 		etc/complete.ini $(CURDIR)/debian/gnugk/etc/gatekeeper.ini
 




More information about the Pkg-voip-commits mailing list