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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 11 19:33:40 UTC 2011


Author: gregoa
Date: Sat Jun 11 19:33:15 2011
New Revision: 75441

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75441
Log:
debian/rules: use --max-parallel=1 instead of $(MAKE) -j1.

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=75441&op=diff
==============================================================================
--- trunk/libwx-perl/debian/changelog (original)
+++ trunk/libwx-perl/debian/changelog Sat Jun 11 19:33:15 2011
@@ -16,6 +16,7 @@
   [ gregor herrmann ]
   * debian/watch: add uversionmangle to cope with future 2-digit minor
     versions.
+  * debian/rules: use --max-parallel=1 instead of $(MAKE) -j1.
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 11 Jun 2011 10:55:39 +0200
 

Modified: trunk/libwx-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/rules?rev=75441&op=diff
==============================================================================
--- trunk/libwx-perl/debian/rules (original)
+++ trunk/libwx-perl/debian/rules Sat Jun 11 19:33:15 2011
@@ -7,7 +7,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 override_dh_auto_test:
-	xvfb-run -a $(MAKE) -j1 test
+	xvfb-run -a dh_auto_test --max-parallel=1
 
 override_dh_auto_install:
 	dh_auto_install




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