[SCM] caja-extensions Debian package branch, master, updated. 69ed2341883598f0e5a47a8d902956eee706c2d4

Mike Gabriel sunweaver at moszumanska.debian.org
Tue Apr 22 14:42:18 UTC 2014


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

The following commit has been merged in the master branch:
commit 919cdc7b8df6579384525f91b2f5d64640a53959
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Apr 22 14:50:00 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 3008248..9803c35 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-sendto/plugins/*.la
@@ -10,7 +12,7 @@ override_dh_install:
 	dh_install --list-missing
 
 override_dh_auto_configure:
-	dh_auto_configure -- \
+	dh_auto_configure $(DHFLAGS) -- \
 		--with-gtk=2.0
 
 override_dh_strip:

-- 
caja-extensions Debian package



More information about the pkg-mate-commits mailing list