[SCM] libmatekbd Debian package branch, master, updated. debian/1.8.0-2-2-g0e93d1d
Mike Gabriel
sunweaver at moszumanska.debian.org
Wed Apr 30 13:09:45 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/libmatekbd.git;a=commitdiff;h=742721a
The following commit has been merged in the master branch:
commit 742721a431dd27e804e208e97230bea6f2160066
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Apr 30 15:06:40 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 e3c857a..db0f8a5 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
override_dh_makeshlibs:
--
libmatekbd Debian package
More information about the pkg-mate-commits
mailing list