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

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Thu May 24 13:18:47 UTC 2012


Author: tzafrir
Date: Thu May 24 13:18:44 2012
New Revision: 9720

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9720
Log:
Patch serial-test: Don't run tests in parallel.

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

Modified: spandsp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/changelog?rev=9720&op=diff
==============================================================================
--- spandsp/trunk/debian/changelog (original)
+++ spandsp/trunk/debian/changelog Thu May 24 13:18:44 2012
@@ -1,8 +1,9 @@
 spandsp (0.0.6~pre20-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-
- -- Tzafrir Cohen <tzafrir at debian.org>  Wed, 16 May 2012 15:21:03 +0300
+  * Patch serial-test: Don't run tests in parallel.
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Thu, 24 May 2012 16:16:48 +0300
 
 spandsp (0.0.6~pre20-1) unstable; urgency=low
 

Added: spandsp/trunk/debian/patches/serial-tests
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/patches/serial-tests?rev=9720&op=file
==============================================================================
--- spandsp/trunk/debian/patches/serial-tests (added)
+++ spandsp/trunk/debian/patches/serial-tests Thu May 24 13:18:44 2012
@@ -1,0 +1,11 @@
+Description: Make sure tests are not run in parallel
+Authr: Tzafrir Cohen <tzafrir at debian.org>
+
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -377,3 +377,5 @@ 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:

Added: spandsp/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/patches/series?rev=9720&op=file
==============================================================================
--- spandsp/trunk/debian/patches/series (added)
+++ spandsp/trunk/debian/patches/series Thu May 24 13:18:44 2012
@@ -1,0 +1,1 @@
+serial-tests




More information about the Pkg-voip-commits mailing list