[SCM] python-caja Debian package branch, master, updated. fae5acdbbfd6d3cc6d8c757370893d4b6e6f1bbf

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Thu Apr 24 19:55:27 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/python-caja.git;a=commitdiff;h=fae5acd

The following commit has been merged in the master branch:
commit fae5acdbbfd6d3cc6d8c757370893d4b6e6f1bbf
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Thu Apr 24 10:13:35 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 f8e10a2..884a7ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+DHFLAGS=--parallel
+
 %:
-	dh $@
+	dh $@ $(DHFLAGS)
 
 override_dh_install:
 	rm -rfv debian/tmp/usr/lib/*/caja-python/caja.la
@@ -11,7 +13,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 \
 		--disable-static \
 		--enable-gtk-doc

-- 
python-caja Debian package



More information about the pkg-mate-commits mailing list