[grits] 04/04: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri May 6 15:28:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository grits.
commit ed942ffafd7adb77d2c20c912057bbad7bda5538
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri May 6 17:19:48 2016 +0200
Enable parallel builds.
---
debian/changelog | 1 +
debian/rules | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1c92525..5062103 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libgrits (0.8.1-2) UNRELEASED; urgency=medium
* Restructure control file with cme, changes:
- Update Vcs-* URLs to use HTTPS.
* Update copyright file using copyright-format 1.0.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Fri, 06 May 2016 17:08:40 +0200
diff --git a/debian/rules b/debian/rules
index 479f688..8ae8a5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
+
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf --parallel
override_dh_auto_test:
# Skip interactive tests
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grits.git
More information about the Pkg-grass-devel
mailing list