[SCM] mate-file-manager Debian package branch, master, updated. 1da62a557c9ef9dca4a8746bbf8732d6f6538836

Mike Gabriel sunweaver at moszumanska.debian.org
Sat Apr 5 21:49:56 UTC 2014


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

The following commit has been merged in the master branch:
commit c53f4ac5ad7d2cd00ce3d29f259429d5954037ec
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Apr 5 23:05:33 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 86701ab..16bce4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,10 @@ UVER  = $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if
 DTYPE =
 VER  ?= $(subst $(DTYPE),,$(UVER))
 
+DHFLAGS=--parallel
+
 %:
-	dh $@
+	dh $@ $(DHFLAGS)
 
 override_dh_install:
 	rm -fv debian/tmp/usr/lib/*/*.la
@@ -19,7 +21,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 \
 		--libexecdir=/usr/lib/caja \
 		--includedir=/usr/include/$(dpkg-architecture -qDEB_BUILD_MULTIARCH) \

-- 
mate-file-manager Debian package



More information about the pkg-mate-commits mailing list