[SCM] mate-applets Debian package branch, master, updated. c755674b750bfa766106b1e13c1201cd81289f18
Mike Gabriel
sunweaver at moszumanska.debian.org
Fri Apr 18 19:13:12 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-applets.git;a=commitdiff;h=c755674
The following commit has been merged in the master branch:
commit c755674b750bfa766106b1e13c1201cd81289f18
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Apr 18 21:13:08 2014 +0200
debian/rules: Enable parallel builds.
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 418eab3..de68334 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@ VER ?= $(subst $(DTYPE),,$(UVER))
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+DEB_BUILD_PARALLEL = 1
+
DEB_DH_INSTALL_ARGS += --list-missing
DEB_CONFIGURE_SCRIPT := ./autogen.sh
@@ -48,4 +50,4 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
@echo "# Packing..."
find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
| XZ_OPT="-6v" tar -caf "$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \
- && $(RM) -r "$(PKG)-$(VER)"
\ No newline at end of file
+ && $(RM) -r "$(PKG)-$(VER)"
--
mate-applets Debian package
More information about the pkg-mate-commits
mailing list