[mate-menus] 02/03: debian/rules: Enable --parallel builds.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Wed Jul 29 18:37:23 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-menus.

commit 1f0b0a988cd13d79fef9007e03d59e97af7d2954
Author: Martin Wimpress <code at flexion.org>
Date:   Wed Jul 29 19:28:17 2015 +0100

    debian/rules: Enable --parallel builds.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7df484f..543e36c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 DHFLAGS=--parallel
 
 %:
-	dh $@ --with python2
+	dh $@ $(DHFLAGS) --with python2
 
 override_dh_auto_configure:
 	# upstream tarball is without configure. autogen.sh will create it

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



More information about the pkg-mate-commits mailing list