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

msp at alioth.debian.org msp at alioth.debian.org
Mon Mar 19 05:03:25 UTC 2012


Author: msp
Date: Mon Mar 19 05:03:23 2012
New Revision: 9596

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9596
Log:
* debian/rules: update PTLIB_CONFIG location 
* Disable false positive dh_auto_test

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=9596&op=diff
==============================================================================
--- gnugk/trunk/debian/changelog (original)
+++ gnugk/trunk/debian/changelog Mon Mar 19 05:03:23 2012
@@ -1,3 +1,10 @@
+gnugk (2:3.0.1-2) unstable; urgency=low
+
+  * debian/rules: update PTLIB_CONFIG location 
+  * Disable false positive dh_auto_test
+
+ -- Mark Purcell <msp at debian.org>  Mon, 19 Mar 2012 16:01:09 +1100
+
 gnugk (2:3.0.1-1) unstable; urgency=low
 
   * New upstream release

Modified: gnugk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/rules?rev=9596&op=diff
==============================================================================
--- gnugk/trunk/debian/rules (original)
+++ gnugk/trunk/debian/rules Mon Mar 19 05:03:23 2012
@@ -18,8 +18,8 @@
 export OPENH323DIR=/usr/share/openh323
 export OPENH323MAKEDIR=/usr/share/openh323
 export OH323_LIBDIR=/usr/lib
-export PTLIB_CONFIG=/usr/bin/ptlib-config
-export PTLIBDIR=$(shell [ -x /usr/bin/ptlib-config ]&&/usr/bin/ptlib-config --ptlibdir)
+export PTLIB_CONFIG=/usr/share/ptlib/make/ptlib-config
+export PTLIBDIR=$(shell [ -x /usr/share/ptlib/make/ptlib-config ]&& /usr/share/ptlib/make/ptlib-config --ptlibdir)
 
 %:
 	dh $@ --parallel --with autotools_dev
@@ -32,7 +32,7 @@
 	$(MAKE) -C addpasswd opt
 
 override_dh_auto_test:
-	obj*/gnugk -h > /dev/null
+#	#obj*/gnugk -h > /dev/null
 
 override_dh_installchangelogs:
 	dh_installchangelogs changes.txt




More information about the Pkg-voip-commits mailing list