[Pkg-voip-commits] r9784 - in /openh323/trunk/debian: changelog rules

msp at alioth.debian.org msp at alioth.debian.org
Sun Jun 10 23:58:29 UTC 2012


Author: msp
Date: Sun Jun 10 23:58:29 2012
New Revision: 9784

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9784
Log:
* NOT RELEASED
* Fix "Source package contains non-free IETF RFC/I-D" Strip iLBC
  (Closes: #664606)

Modified:
    openh323/trunk/debian/changelog
    openh323/trunk/debian/rules

Modified: openh323/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/trunk/debian/changelog?rev=9784&op=diff
==============================================================================
--- openh323/trunk/debian/changelog (original)
+++ openh323/trunk/debian/changelog Sun Jun 10 23:58:29 2012
@@ -1,3 +1,11 @@
+h323plus (1.24.0~dfsg2-1) UNRELEASED; urgency=low
+
+  * NOT RELEASED
+  * Fix "Source package contains non-free IETF RFC/I-D" Strip iLBC
+    (Closes: #664606)
+
+ -- Mark Purcell <msp at debian.org>  Mon, 11 Jun 2012 09:48:58 +1000
+
 h323plus (1.24.0~dfsg-1) unstable; urgency=low
 
   [ Kilian Krause ]

Modified: openh323/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/trunk/debian/rules?rev=9784&op=diff
==============================================================================
--- openh323/trunk/debian/rules (original)
+++ openh323/trunk/debian/rules Sun Jun 10 23:58:29 2012
@@ -33,10 +33,11 @@
 	@@#this is for stable versions
 	@@echo Downloading $(UPFILENAME) from $(URL) ...
 	@@wget -nv -T10 -t3 -O ../tarballs/$(UPFILENAME) $(URL)
-	@@echo 'Repacking as DFSG-free (removing configure.exe)...'
+	@@echo 'Repacking as DFSG-free (removing iLBC & configure.exe)...'
 	@@mkdir -p ../tarballs/h323plus-$(UPVERSION).tmp/
 	@@cd ../tarballs/h323plus-$(UPVERSION).tmp ; tar xfz ../$(UPFILENAME)
 	@@rm -rf ../tarballs/h323plus-$(UPVERSION).tmp/h323plus*/configure.exe
+	@@rm -rf ../tarballs/h323plus-$(UPVERSION).tmp/h323plus/plugins/audio/iLBC
 	@@echo Writing archive ../tarballs/$(FILENAME) ...
 	@@cd ../tarballs/h323plus-$(UPVERSION).tmp ; tar cfz ../$(FILENAME) *
 	@@echo Cleaning up...




More information about the Pkg-voip-commits mailing list