[grass] 04/05: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Aug 29 11:48:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository grass.
commit d7c8bdd726ed4775e9f5432c8f011f95b93b1e22
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Aug 29 13:28:21 2015 +0200
Enable parallel builds.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index cc1a9f2..b5c8e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ grass (7.0.1-2) UNRELEASED; urgency=medium
* Update Vcs-Browser URL to use HTTPS.
* Drop .0 from LGPL licese shortname in copyright file.
* Drop obsolete TODO file.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Sat, 29 Aug 2015 13:24:27 +0200
diff --git a/debian/rules b/debian/rules
index 7ae5681..372eaa4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ versions:
@echo "ABI: $(ABI)"
%:
- dh $@ --with autotools_dev,python2
+ dh $@ --with autotools_dev,python2 --parallel
override_dh_clean:
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git
More information about the Pkg-grass-devel
mailing list