[SCM] mate-session-manager Debian package branch, master, updated. 5db98e1f4a0ab9d5b19bcee582bff12f066897e7
Mike Gabriel
sunweaver at moszumanska.debian.org
Tue Apr 8 23:00:05 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-session-manager.git;a=commitdiff;h=7df15e8
The following commit has been merged in the master branch:
commit 7df15e87ad1424290786bb7311173d606cb5e0a0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Apr 9 00:40:56 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 4c0f92a..b633fcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
+DHFLAGS=--parallel
+
%:
- dh $@ --with autoreconf
+ dh $@ $(DHFLAGS) --with autoreconf
override_dh_install:
dh_install --list-missing
@@ -10,7 +12,7 @@ override_dh_auto_test:
DEB_BUILD_OPTIONS=nocheck dh_auto_test
override_dh_auto_configure:
- dh_auto_configure -- \
+ dh_auto_configure $(DHFLAGS) -- \
--disable-silent-rules \
--localstatedir=/var/lib \
--libexecdir=/usr/lib \
--
mate-session-manager Debian package
More information about the pkg-mate-commits
mailing list