r25765 - in /trunk/libwx-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 2 21:11:00 UTC 2008


Author: dmn
Date: Thu Oct  2 21:10:56 2008
New Revision: 25765

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25765
Log:
debian/rules: run tests with -j1; this disables parallel make during tests
even if the build targed was invoked with -jN (N>1).
Closes: #499740 -- FTBFS: Failed 2/4 test scripts. 6/9 subtests failed.

Modified:
    trunk/libwx-perl/debian/changelog
    trunk/libwx-perl/debian/rules

Modified: trunk/libwx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/changelog?rev=25765&op=diff
==============================================================================
--- trunk/libwx-perl/debian/changelog (original)
+++ trunk/libwx-perl/debian/changelog Thu Oct  2 21:10:56 2008
@@ -1,3 +1,11 @@
+libwx-perl (0.86-2) UNRELEASED; urgency=low
+
+  * debian/rules: run tests with -j1; this disables parallel make during tests
+    even if the build targed was invoked with -jN (N>1).
+    Closes: #499740 -- FTBFS: Failed 2/4 test scripts. 6/9 subtests failed.
+
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 03 Oct 2008 00:03:23 +0300
+
 libwx-perl (0.86-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libwx-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/rules?rev=25765&op=diff
==============================================================================
--- trunk/libwx-perl/debian/rules (original)
+++ trunk/libwx-perl/debian/rules Thu Oct  2 21:10:56 2008
@@ -37,7 +37,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	xvfb-run $(MAKE) test
+	xvfb-run $(MAKE) -j1 test
 
 	touch build-stamp
 




More information about the Pkg-perl-cvs-commits mailing list