[SCM] pluma Debian package branch, master, updated. e15637c24798db059d385c3968f891007c881e4b
Mike Gabriel
sunweaver at moszumanska.debian.org
Thu Apr 17 12:13:13 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/pluma.git;a=commitdiff;h=75ce3e2
The following commit has been merged in the master branch:
commit 75ce3e26b9ba241a9f486ccdd363ea907c9c042e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Apr 17 13:35:49 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 6f92985..ceac69f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,10 @@ UVER = $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if
DTYPE = +dfsg1
VER ?= $(subst $(DTYPE),,$(UVER))
+DHFLAGS=--parallel
+
%:
- dh $@ --with python2
+ dh $@ $(DHFLAGS) --with python2
override_dh_install:
rm -rfv debian/tmp/usr/lib/*/pluma/plugin-loaders/*.la
@@ -17,7 +19,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) -- \
--libexecdir=/usr/lib/ \
--enable-python \
--with-gtk=2.0
--
pluma Debian package
More information about the pkg-mate-commits
mailing list