[avce00] 04/08: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri May 6 13:45:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository avce00.

commit 4150055d628034979407934c5626b07953638eac
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri May 6 14:45:20 2016 +0200

    Enable parallel builds.
---
 debian/avce00.install | 3 +--
 debian/changelog      | 1 +
 debian/rules          | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/avce00.install b/debian/avce00.install
index 5e53397..7fd504c 100644
--- a/debian/avce00.install
+++ b/debian/avce00.install
@@ -1,5 +1,4 @@
 avcdelete /usr/bin
 avcexport /usr/bin
 avcimport /usr/bin
-avctest /usr/bin
-
+avctest   /usr/bin
diff --git a/debian/changelog b/debian/changelog
index b2b2d07..059a03b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ avce00 (2.0.0-4) UNRELEASED; urgency=medium
   * Update Vcs-Git URL to use HTTPS.
   * Enable all hardening buildflags.
   * Update copyright file using copyright-format 1.0.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 06 May 2016 14:28:11 +0200
 
diff --git a/debian/rules b/debian/rules
index cdd8ee2..da9f3a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,5 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@
+	dh $@ --parallel
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/avce00.git



More information about the Pkg-grass-devel mailing list