[Pkg-voip-commits] r1973 - kiax/trunk/debian

Mark Purcell msp at costa.debian.org
Wed Jun 28 20:58:03 UTC 2006


Author: msp
Date: 2006-06-28 20:58:01 +0000 (Wed, 28 Jun 2006)
New Revision: 1973

Modified:
   kiax/trunk/debian/changelog
   kiax/trunk/debian/rules
Log:
* Add debian/rules check-ilbc target & warning

Modified: kiax/trunk/debian/changelog
===================================================================
--- kiax/trunk/debian/changelog	2006-06-28 20:30:32 UTC (rev 1972)
+++ kiax/trunk/debian/changelog	2006-06-28 20:58:01 UTC (rev 1973)
@@ -9,8 +9,9 @@
   * 0.8.51.dfsg-2-1 removes all of lib/ again. (Backout r1949)
     - Fixes: kiax DFSGness not taken seriously (Closes: #375894)
   * Renable 02_disable_echo_cancellation
+  * Add debian/rules check-ilbc target & warning
 
- -- Mark Purcell <msp at debian.org>  Wed, 28 Jun 2006 21:19:18 +0100
+ -- Mark Purcell <msp at debian.org>  Wed, 28 Jun 2006 21:38:29 +0100
 
 kiax (0.8.51.dfsg-1-1) unstable; urgency=low
 

Modified: kiax/trunk/debian/rules
===================================================================
--- kiax/trunk/debian/rules	2006-06-28 20:30:32 UTC (rev 1972)
+++ kiax/trunk/debian/rules	2006-06-28 20:58:01 UTC (rev 1973)
@@ -32,7 +32,12 @@
 DFSGNAME := kiax_$(DFSG).orig.tar.gz
 URL := http://heanet.dl.sourceforge.net/kiax/kiax-0.8.51-src.tar.gz
 
-configure: patch configure-stamp
+check-ilbc:
+	( [ ! -f lib/iLBC/iLBC_define.h ] ) || \
+	  (echo "WARNING: iLBC must be removed from sources before packaging." ; false )
+	touch $@
+
+configure: check-ilbc patch configure-stamp
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.




More information about the Pkg-voip-commits mailing list