[SCM] libmateweather Debian package branch, master, updated. debian/1.8.0-1-7-ge2f3a89
Mike Gabriel
sunweaver at moszumanska.debian.org
Wed Apr 30 13:41:52 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/libmateweather.git;a=commitdiff;h=45047c2
The following commit has been merged in the master branch:
commit 45047c23b233debe79527e22aefcebc9290f1f47
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Apr 30 15:40: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 2c9fa95..242ec66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
+DHFLAGS=--parallel
+
%:
- dh $@
+ dh $@ $(DHFLAGS)
override_dh_install:
dh_install --list-missing
@@ -9,7 +11,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-static \
--enable-locations-compression \
--enable-python=no
--
libmateweather Debian package
More information about the pkg-mate-commits
mailing list