[Pkg-voip-commits] r2387 - asterisk/branches/sarge/debian

Tzafrir Cohen tzafrir-guest at costa.debian.org
Wed Sep 13 19:33:06 UTC 2006


Author: tzafrir-guest
Date: 2006-09-13 19:33:05 +0000 (Wed, 13 Sep 2006)
New Revision: 2387

Modified:
   asterisk/branches/sarge/debian/copyright
   asterisk/branches/sarge/debian/rules
Log:
Binary blob in asterisk-classic package (Closes: #386361)

Modified: asterisk/branches/sarge/debian/copyright
===================================================================
--- asterisk/branches/sarge/debian/copyright	2006-09-13 10:55:06 UTC (rev 2386)
+++ asterisk/branches/sarge/debian/copyright	2006-09-13 19:33:05 UTC (rev 2387)
@@ -9,14 +9,16 @@
 
 Debian asterisk-xxx.dfsg.tar.gz
 ===============================
-The Debian version of the upstream asterisk source has had the fpm Music
+ * The Debian version of the upstream asterisk source has had the fpm Music
 on Hold removed as this music has only been licenced for use within 
 asterisk which is incompatible with the Debian Free Software Guildlines (DFSG)
 <http://www.debian.org/social_contract#guidelines>.
 
-The iLBC codec library code has been removed from the Debian asterisk
+ * The iLBC codec library code has been removed from the Debian asterisk
 package as it does not conform with the DFSG.
 
+ * The contrib/firmware/iax/iaxy.bin binary firmware without source has been removed.
+
 Copyright:
 
 Copyright (C) 2001-2004 Digium and others....

Modified: asterisk/branches/sarge/debian/rules
===================================================================
--- asterisk/branches/sarge/debian/rules	2006-09-13 10:55:06 UTC (rev 2386)
+++ asterisk/branches/sarge/debian/rules	2006-09-13 19:33:05 UTC (rev 2387)
@@ -164,7 +164,6 @@
 	chmod +x $(CURDIR)/debian/asterisk/usr/share/asterisk/bin/asterisk_fix
 	
 	mkdir -p $(CURDIR)/debian/tmp/usr/share/asterisk/firmware/iax
-	cp contrib/firmware/iax/*.bin $(CURDIR)/debian/tmp/usr/share/asterisk/firmware/iax
 	
 	# bristuff
 	$(MAKE) -C $(BRISTUFF_DIR) DESTDIR=$(CURDIR)/debian/tmp/bristuff install
@@ -232,6 +231,7 @@
 	tar xfz ../$(UPFILENAME) 
 	@@find ../tarballs/asterisk-$(UPVERSION).tmp -type f -name 'fpm-*.mp3'|xargs -r rm 
 	@@rm -rf ../tarballs/asterisk-$(UPVERSION).tmp/asterisk-$(UPVERSION)/codecs/ilbc 
+	@@rm -rf ../tarballs/asterisk-$(UPVERSION).tmp/asterisk-$(UPVERSION)/contrib/firmware/iax/iaxy.bin
 	@@cd ../tarballs/asterisk-$(UPVERSION).tmp ; \
 	tar cfz ../$(FILENAME) *
 	@@echo Cleaning up...




More information about the Pkg-voip-commits mailing list