[mate-backgrounds] 02/02: debian/rules: Add --parallel builds.

Mike Gabriel sunweaver at debian.org
Fri Aug 21 14:42:48 UTC 2015


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

sunweaver pushed a commit to branch master
in repository mate-backgrounds.

commit 7167e0a0cad308ec5ee5b808522e4c194aa13e69
Author: Martin Wimpress <code at flexion.org>
Date:   Wed Jul 29 21:10:53 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 a297c69..b5ef243 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+DHFLAGS=--parallel
+
 %:
-	dh $@
+	dh $@ $(DHFLAGS)
 
 override_dh_install:
 	dh_install --fail-missing
@@ -9,7 +11,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)
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-backgrounds.git



More information about the pkg-mate-commits mailing list