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

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Wed Jul 29 20:30:53 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-backgrounds.

commit 1ceb1a7f49485f4d6193b6da159bf1277869f2c4
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