[Pkg-voip-commits] r9885 - in /spandsp/trunk/debian: changelog patches/serial-tests

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Sun Jul 1 19:01:04 UTC 2012


Author: tzafrir
Date: Sun Jul  1 19:01:03 2012
New Revision: 9885

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9885
Log:
Patch serial-test: also patch Makefile.in (properly Closes: #679736).

Modified:
    spandsp/trunk/debian/changelog
    spandsp/trunk/debian/patches/serial-tests

Modified: spandsp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/changelog?rev=9885&op=diff
==============================================================================
--- spandsp/trunk/debian/changelog (original)
+++ spandsp/trunk/debian/changelog Sun Jul  1 19:01:03 2012
@@ -1,3 +1,9 @@
+spandsp (0.0.6~pre20-3) unstable; urgency=low
+
+  * Patch serial-test: also patch Makefile.in (properly Closes: #679736).
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Sun, 01 Jul 2012 16:29:26 +0300
+
 spandsp (0.0.6~pre20-2) unstable; urgency=low
 
   * Patch serial-test: Don't run tests in parallel (Closes: #679736).

Modified: spandsp/trunk/debian/patches/serial-tests
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/patches/serial-tests?rev=9885&op=diff
==============================================================================
--- spandsp/trunk/debian/patches/serial-tests (original)
+++ spandsp/trunk/debian/patches/serial-tests Sun Jul  1 19:01:03 2012
@@ -9,3 +9,14 @@
  	rm sound_c1.wav sound_c3.wav
 +
 +.NOTPARALLEL:
+--- a/tests/Makefile.in
++++ b/tests/Makefile.in
+@@ -1382,6 +1382,8 @@ sound_c1_8k.wav sound_c3_8k.wav: make_g1
+ 	sox sound_c1.wav -r8000 sound_c1_8k.wav
+ 	sox sound_c3.wav -r8000 sound_c3_8k.wav
+ 	rm sound_c1.wav sound_c3.wav
++
++.NOTPARALLEL:
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:




More information about the Pkg-voip-commits mailing list