[libpar-packer-perl] 01/02: debian/rules: disable parallel building.

gregor herrmann gregoa at debian.org
Thu Jan 4 21:40:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libpar-packer-perl.

commit c8b6951552e57ae9e090344577c6b0b00ea5e01d
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jan 4 22:35:27 2018 +0100

    debian/rules: disable parallel building.
    
    Thanks: Adrian Bunk for the bug report and the patch.
    Closes: #886355
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ad9eeeb..1b282a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ PERL_NEXT    := $(shell perl -MConfig -e 'print "$$Config{revision}.$$Config{pat
 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
 %:
-	dh $@
+	dh $@ --no-parallel
 
 override_dh_auto_build:
 	dh_auto_build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpar-packer-perl.git



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