[SCM] mate-panel Debian package branch, master, updated. 0cdd5cf53381d86c412a82412b096dfa20e693ca

Mike Gabriel sunweaver at moszumanska.debian.org
Tue Apr 8 22:37:03 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-panel.git;a=commitdiff;h=b97aa7b

The following commit has been merged in the master branch:
commit b97aa7b27a691fbdf9a731636e0bb73b11f57644
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Apr 9 00:21:54 2014 +0200

    debian/rules: Enable parallel builds.
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index bddeafd..8e26e46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,10 @@ UVER  = $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if
 DTYPE = +dfsg1
 VER  ?= $(subst $(DTYPE),,$(UVER))
 
+DHFLAGS=--parallel
+
 %:
-	dh $@ --with python2
+	dh $@ --with python2 $(DHFLAGS)
 
 override_dh_install:
 	rm -f debian/tmp/usr/lib/*/*.la
@@ -17,7 +19,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) -- \
 		--localstatedir=/var \
 		--libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-panel \
 		--disable-scrollkeeper \

-- 
mate-panel Debian package



More information about the pkg-mate-commits mailing list