[Pkg-voip-commits] r1474 - iax/trunk/debian

Kilian Krause kilian at costa.debian.org
Tue Mar 21 17:42:36 UTC 2006


Author: kilian
Date: 2006-03-21 17:42:34 +0000 (Tue, 21 Mar 2006)
New Revision: 1474

Modified:
   iax/trunk/debian/changelog
   iax/trunk/debian/rules
Log:
update to get properly packed tarball


Modified: iax/trunk/debian/changelog
===================================================================
--- iax/trunk/debian/changelog	2006-03-21 13:36:29 UTC (rev 1473)
+++ iax/trunk/debian/changelog	2006-03-21 17:42:34 UTC (rev 1474)
@@ -2,7 +2,8 @@
 
   * NOT YET RELEASED.
   [ Kilian Krause ]
-  * debian/rules: add get-orig-source target.
+  * debian/rules: add get-orig-source target. Force removal of non-free files
+    in the tarball.
 
   [ Julien BLACHE ]
   * debian/control:

Modified: iax/trunk/debian/rules
===================================================================
--- iax/trunk/debian/rules	2006-03-21 13:36:29 UTC (rev 1473)
+++ iax/trunk/debian/rules	2006-03-21 17:42:34 UTC (rev 1474)
@@ -114,6 +114,12 @@
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 	@@echo Downloading $(FILENAME) from $(URL) ...
 	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+	@@mkdir -p ../tarballs/iax-dfsg.tmp/;cd ../tarballs/iax-dfsg.tmp && \
+	tar xfz ../$(FILENAME) && \
+	for file in lib/spandsp/src/spandsp/mmx.h lib/spandsp/src/msvc/\
+	  lib/spandsp/libspandsp.vcproj lib/libiax2/autom4te.cache/ \
+	  lib/spandsp/autom4te.cache/;do rm -rf $$file;done && \
+	tar cfz ../$(FILENAME)
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install patch unpatch real-clean




More information about the Pkg-voip-commits mailing list