[libpdl-stats-perl] 06/12: Enable parallel builds.

Bas Couwenberg sebastic at debian.org
Thu Jun 16 20:38:05 UTC 2016


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

sebastic pushed a commit to branch master
in repository libpdl-stats-perl.

commit 758dfa603a4f764ad1eb8b3eee783778cbbce4f9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jun 16 22:14:53 2016 +0200

    Enable parallel builds.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 73a5db3..c8cf905 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ libpdl-stats-perl (0.75-1) UNRELEASED; urgency=medium
   * Add gbp.conf to use pristine-tar by default.
   * Use dh_pdl to set versioned pdl dependency via ${pdl:Depends}.
   * Import upstream version 0.75.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 16 Jun 2016 22:08:00 +0200
 
diff --git a/debian/rules b/debian/rules
index 1161071..5a24e02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_perl:
 	dh_perl

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



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