[SCM] mate-netbook Debian package branch, master, updated. fce31a0b0fac25ed4250e8e25bfeb4b06c75db05

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Fri Apr 25 17:27:38 UTC 2014


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

The following commit has been merged in the master branch:
commit fce31a0b0fac25ed4250e8e25bfeb4b06c75db05
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Fri Apr 25 20:27:25 2014 +0300

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

diff --git a/debian/rules b/debian/rules
index 2d72a8b..42de11e 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 --list-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) -- \
 		--disable-silent-rules \
 		--with-gtk=2.0
 

-- 
mate-netbook Debian package



More information about the pkg-mate-commits mailing list