[SCM] mate-system-monitor Debian package branch, master, updated. debian/1.8.0+dfsg1-1-7-g7ca2c44

Mike Gabriel sunweaver at moszumanska.debian.org
Mon May 5 08:41:05 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-system-monitor.git;a=commitdiff;h=74e39e1

The following commit has been merged in the master branch:
commit 74e39e133ab5184fa5928172f7f66bb34375394f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon May 5 10:30:55 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 9b01755..61accf3 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 $@
+	dh $@ $(DHFLAGS)
 
 override_dh_install:
 	dh_install --list-missing
@@ -15,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) -- \
 		--libexecdir=/usr/lib/${pkgname} \
 		--localstatedir=/var \
 		--disable-static \

-- 
mate-system-monitor Debian package



More information about the pkg-mate-commits mailing list