[mate-themes] 01/02: debian/rules: Add --parallel builds.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Wed Jul 29 20:52:04 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-themes.
commit 7854f8d5eeb653aa5e22b36db32a749c02ea110a
Author: Martin Wimpress <code at flexion.org>
Date: Wed Jul 29 21:44:55 2015 +0100
debian/rules: Add --parallel builds.
---
debian/rules | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index b2785ed..2189563 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
+DHFLAGS=--parallel
+
%:
- dh $@
+ dh $@ $(DHFLAGS)
override_dh_install:
# remove extra-license-file
@@ -16,7 +18,7 @@ override_dh_installchangelogs:
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) -- \
--enable-test-themes
get-orig-source:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-themes.git
More information about the pkg-mate-commits
mailing list