[pdl] 24/25: Disable parallel dh_auto_install, race condition between make targets.

Bas Couwenberg sebastic at debian.org
Sun Jun 12 21:29:13 UTC 2016


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

sebastic pushed a commit to branch master
in repository pdl.

commit af5a25c6166105e44368b5f8f5f690dcdc14daee
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jun 12 21:48:16 2016 +0200

    Disable parallel dh_auto_install, race condition between make targets.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index aa696c1..89259f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ pdl (1:2.016-1) UNRELEASED; urgency=medium
   * Ignore test failures to not fail the entire build.
   * Add patch to fix doc_vendor_install target by supporting DESTDIR.
   * Regenerate control files from templates in separate target.
+  * Disable parallel dh_auto_install, race condition between make targets.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 12 Jun 2016 16:00:28 +0200
 
diff --git a/debian/rules b/debian/rules
index 27a6964..d5a8a95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ override_dh_auto_test:
 	@echo "END test verbose"
 
 override_dh_auto_install:
-	dh_auto_install --destdir=$(CURDIR)/debian/pdl
+	dh_auto_install --destdir=$(CURDIR)/debian/pdl --max-parallel=1
 
 	(cd debian/pdl; while read f ; do rm -f "$$f" ; done < ../pdl.remove)
 

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



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