[Pkg-voip-commits] r9006 - in /opal/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Tue Jun 21 13:19:43 UTC 2011


Author: kilian
Date: Tue Jun 21 13:19:43 2011
New Revision: 9006

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9006
Log:
Enable samples to be built with --enable-samples instead of explicitly
building them in debian/rules

Modified:
    opal/trunk/debian/changelog
    opal/trunk/debian/rules

Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=9006&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Tue Jun 21 13:19:43 2011
@@ -6,8 +6,10 @@
   * Fix debian/watch to allow double digit minor version
   * Bump PTLib depends to 2.10 version (Luythen) as well
   * Bump Debian source version to 3.0
-
- -- Kilian Krause <kilian at debian.org>  Tue, 21 Jun 2011 15:12:51 +0200
+  * Enable samples to be built with --enable-samples instead of explicitly
+    building them in debian/rules
+
+ -- Kilian Krause <kilian at debian.org>  Tue, 21 Jun 2011 15:19:26 +0200
 
 opal (3.8.4~dfsg-1) experimental; urgency=low
 

Modified: opal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=9006&op=diff
==============================================================================
--- opal/trunk/debian/rules (original)
+++ opal/trunk/debian/rules Tue Jun 21 13:19:43 2011
@@ -16,11 +16,10 @@
 	if [ -d plugins/audio/iLBC ];then \
 	   echo "DFSG ERROR: iLBC code must be removed from upstream sources" ; false ; \
 	fi
-	dh_auto_configure 
+	dh_auto_configure -- --enable-samples
 
 override_dh_auto_build:
 	dh_auto_build -- opt docs
-	$(MAKE) PTLIBDIR=/usr OPALDIR=$(CURDIR) -C samples/simple
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog*.txt




More information about the Pkg-voip-commits mailing list