[mate-common] 01/02: debian/rules: Add --parallel
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Thu Jul 23 14:47:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository mate-common.
commit 2b285704e37d99495b239e67215318affc4bcace
Author: Martin Wimpress <code at flexion.org>
Date: Thu Jul 23 15:46:15 2015 +0100
debian/rules: Add --parallel
---
debian/rules | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 97aa9fc..9cdb211 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,14 @@
#!/usr/bin/make -f
+DHFLAGS=--parallel
+
%:
- dh $@
+ dh $@ $(DHFLAGS)
override_dh_auto_configure:
# upstream tarball is without configure. autogen.sh will create it
NOCONFIGURE=1 ./autogen.sh
- dh_auto_configure
+ dh_auto_configure $(DHFLAGS)
override_dh_install:
dh_install --fail-missing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-common.git
More information about the pkg-mate-commits
mailing list