[SCM] caja-dropbox Debian package branch, master, updated. 4f67cfdbcbf58e428237f62edab1d82c4194633b

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Sun Sep 21 18:56:21 UTC 2014


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

The following commit has been merged in the master branch:
commit 93b51f2ebde04ba4b0361820fc26ef3f1e868842
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Sun Sep 21 10:31:34 2014 +0300

    debian/rules:Enable parallel builds.
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ad43873..7505784 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+DHFLAGS=--parallel
+
 %:
-	dh $@ --with=python2
+	dh $@ $(DHFLAGS)
 
 override_dh_auto_configure:
 	./autogen.sh

-- 
caja-dropbox Debian package



More information about the pkg-mate-commits mailing list