[SCM] marco Debian package branch, master, updated. debian/1.8.0+dfsg1-2-6-gbcf123a

Mike Gabriel sunweaver at moszumanska.debian.org
Tue Apr 29 06:05:50 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/marco.git;a=commitdiff;h=7be7266

The following commit has been merged in the master branch:
commit 7be7266977f44db3847cd9f741ddd38ff8211092
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Apr 22 17:21:33 2014 +0200

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

diff --git a/debian/rules b/debian/rules
index 53179e7..0200eea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,10 @@ UVER  = $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if
 DTYPE = +dfsg1
 VER  ?= $(subst $(DTYPE),,$(UVER))
 
+DHFLAGS=--parallel
 
 %:
-	dh $@
+	dh $@ $(DHFLAGS)
 
 override_dh_install:
 	dh_install --list-missing
@@ -16,7 +17,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/mate-window-manager \
 		--disable-static \

-- 
marco Debian package



More information about the pkg-mate-commits mailing list