[Pkg-voip-commits] r6794 - in /iaxmodem/trunk/debian: changelog patches/00list patches/10_replacement_spandsp_mmx_h.dpatch rules

jblache at alioth.debian.org jblache at alioth.debian.org
Sun Feb 22 10:58:27 UTC 2009


Author: jblache
Date: Sun Feb 22 10:58:27 2009
New Revision: 6794

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6794
Log:
mmx.h is no longer shipped anymore, remove cruft.

Removed:
    iaxmodem/trunk/debian/patches/10_replacement_spandsp_mmx_h.dpatch
Modified:
    iaxmodem/trunk/debian/changelog
    iaxmodem/trunk/debian/patches/00list
    iaxmodem/trunk/debian/rules

Modified: iaxmodem/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/iaxmodem/trunk/debian/changelog?rev=6794&op=diff
==============================================================================
--- iaxmodem/trunk/debian/changelog (original)
+++ iaxmodem/trunk/debian/changelog Sun Feb 22 10:58:27 2009
@@ -1,13 +1,20 @@
 iaxmodem (1.2.0~dfsg-1) unstable; urgency=low
 
   * New upstream release.
+
+  * debian/rules:
+    + Check that lib/spandsp/src/spandsp/mmx.h does not exist prior to build;
+      just in case the header would reappear in the future.
 
   * debian/patches/01_seteuid_setegid_ordering.dpatch:
     + Removed; merged upstream.
   * debian/patches/11_build_configure-stamp.dpatch:
     + Updated; do not link unneeded libraries.
-
- -- Julien BLACHE <jblache at debian.org>  Sun, 22 Feb 2009 11:45:40 +0100
+  * debian/patches/10_replacement_spandsp_mmx_h.dpatch:
+    + Removed; not needed as the header is not shipped anymore and is not
+      needed for a successful build.
+
+ -- Julien BLACHE <jblache at debian.org>  Sun, 22 Feb 2009 11:56:35 +0100
 
 iaxmodem (1.1.1~dfsg-3) unstable; urgency=low
 

Modified: iaxmodem/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/iaxmodem/trunk/debian/patches/00list?rev=6794&op=diff
==============================================================================
--- iaxmodem/trunk/debian/patches/00list (original)
+++ iaxmodem/trunk/debian/patches/00list Sun Feb 22 10:58:27 2009
@@ -1,3 +1,2 @@
-10_replacement_spandsp_mmx_h
 11_build_configure-stamp
 

Modified: iaxmodem/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/iaxmodem/trunk/debian/rules?rev=6794&op=diff
==============================================================================
--- iaxmodem/trunk/debian/rules (original)
+++ iaxmodem/trunk/debian/rules Sun Feb 22 10:58:27 2009
@@ -56,7 +56,7 @@
 	dh_testdir
 
 	# Check that problematic files have been removed prior to packaging
-	( grep -q Debian lib/spandsp/src/spandsp/mmx.h && \
+	( [ ! -e lib/spandsp/src/spandsp/mmx.h ] && \
 		[ ! -d lib/spandsp/src/msvc ] && [ ! -f lib/spandsp/libspandsp.vcproj ] && \
 		[ ! -d lib/spandsp/autom4te.cache ] && [ ! -d lib/libiax2/autom4te.cache ] ) || \
 		(echo "WARNING: sources are not clean!"; false)




More information about the Pkg-voip-commits mailing list