[mate-icon-theme] 01/02: Updates for parallel build
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Wed Jun 10 13:55:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch debian/experimental
in repository mate-icon-theme.
commit 7516600af8a6af0e6c68204ee6ad1b065af38a4f
Author: Martin Wimpress <code at flexion.org>
Date: Wed Jun 10 14:54:54 2015 +0100
Updates for parallel build
---
debian/rules | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 1780fe9..0b09e81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
+DHFLAGS=--parallel
+
%:
- dh $@
+ dh $@ $(DHFLAGS)
override_dh_install:
rm -rf debian/mate-icon-theme/usr/share/locale/
@@ -10,7 +12,7 @@ override_dh_install:
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-icon-theme.git
More information about the pkg-mate-commits
mailing list