[SCM] Debian packaging of libwx-perl branch, master, updated. 2cc0e1e8bb0f0fdceeb41cd7b5300b947b94e3a3

Damyan Ivanov dmn at debian.org
Fri Aug 19 05:25:53 UTC 2011


The following commit has been merged in the master branch:
commit 2cc0e1e8bb0f0fdceeb41cd7b5300b947b94e3a3
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Aug 19 08:25:40 2011 +0300

    allow parallel building

diff --git a/debian/changelog b/debian/changelog
index a785d74..adc143e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ libwx-perl (1:0.9901-1) UNRELEASED; urgency=low
   * rules: delcare top-level targets as phony. Closes: #638396 -- runs
     testsuite as root (in the 'binary' target).
     Thanks to Jonathen Nieder
+  * allow parallel building
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 11 Jun 2011 10:55:39 +0200
 
diff --git a/debian/rules b/debian/rules
index 65bc4a2..a3137a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ DEBIAN_TARGETS := clean binary binary-arch binary-indep build
 .PHONY: $(DEBIAN_TARGETS)
 
 $(DEBIAN_TARGETS):
-	dh $@
+	dh $@ --parallel
 
 PACKAGE=$(shell dh_listpackages)
 TMP     =$(CURDIR)/debian/$(PACKAGE)

-- 
Debian packaging of libwx-perl



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