[savi] 12/16: Enable parallel dh.
Bas Couwenberg
sebastic at debian.org
Fri Oct 21 16:44:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository savi.
commit 970878cded70114334df76ac98ba6cb3e8a3e1b0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Sep 30 17:44:43 2016 +0200
Enable parallel dh.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ece1a95..212877c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ savi (1.5.0-1) UNRELEASED; urgency=medium
* Add gbp.conf to use pristine-tar by default.
* Update copyright file using copyright-format 1.0.
* Refresh patches & add DEP3 headers.
+ * Enable parallel dh.
-- Bas Couwenberg <sebastic at debian.org> Fri, 30 Sep 2016 16:56:33 +0200
diff --git a/debian/rules b/debian/rules
index 7052621..aa05ffb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_configure:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/savi.git
More information about the Pkg-grass-devel
mailing list