[libgtk2-perl] 01/03: Enable parallel builds.
Intrigeri
intrigeri at moszumanska.debian.org
Fri May 30 10:33:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch master
in repository libgtk2-perl.
commit 14e401bd58727eaf1cf27d50507a88686d5838a6
Author: intrigeri <intrigeri at boum.org>
Date: Fri May 30 10:07:56 2014 +0000
Enable parallel builds.
It was reported by Lennart Sorensen <lsorense at csclub.uwaterloo.ca>, on #746761,
that it works nicely, and speeds up the build a lot, at least on armhf.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index c3aa55a..06fd1d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_install:
sed -e 's,$${archlib},$(ARCHLIB),g' debian/libgtk2-perl.install.in > debian/libgtk2-perl.install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgtk2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list