[SCM] mate-menus Debian package branch, master, updated. debian/1.8.0-2-5-g49453d9
Mike Gabriel
sunweaver at moszumanska.debian.org
Wed Jun 4 00:46:31 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-menus.git;a=commitdiff;h=13f6328
The following commit has been merged in the master branch:
commit 13f632834fad441df97be3251aeb3d7de912270a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Jun 4 02:38:29 2014 +0200
debian/rules: Enable parallel builds. Turn on compiler commands during package build (configure option: --disable-silent-rules).
---
debian/rules | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 5688c48..7df484f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,13 +5,16 @@ export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+DHFLAGS=--parallel
+
%:
dh $@ --with python2
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-silent-rules
override_dh_install:
rm -f debian/tmp/usr/lib/*/*.la
--
mate-menus Debian package
More information about the pkg-mate-commits
mailing list