[freexl] 01/02: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun May 1 01:20:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository freexl.
commit 47276124487dc0d1546bca45ebb7253cd624dda6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun May 1 03:09:58 2016 +0200
Enable parallel builds.
---
debian/changelog | 1 +
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 437873a..32274ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ freexl (1.0.2-2) UNRELEASED; urgency=medium
* Update Vcs-* URLs to use HTTPS.
* Bump Standards-Version to 3.9.8, no changes.
* Enable all hardening buildflags.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Fri, 15 Apr 2016 17:15:35 +0200
diff --git a/debian/rules b/debian/rules
index 0b23686..ad24563 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,10 +13,10 @@ export VERBOSE=1
UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf --parallel
override_dh_makeshlibs:
- dh_makeshlibs -- -v$(UPSTREAM_VERSION) -c0
+ dh_makeshlibs -- -v$(UPSTREAM_VERSION)
override_dh_strip:
dh_strip --dbg-package=libfreexl1-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/freexl.git
More information about the Pkg-grass-devel
mailing list