[spatialite-gui] 03/04: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu May 5 19:28:57 UTC 2016


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

sebastic pushed a commit to branch master
in repository spatialite-gui.

commit 751b55fbc98677e6ba1395b9deecc5b527393696
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu May 5 21:14:52 2016 +0200

    Enable parallel builds.
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7b1a003..a7b60b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ spatialite-gui (2.0.0~devel2-4) UNRELEASED; urgency=medium
 
   * Add patch to also install 22x22, 36x36 & 42x42 icons in hicolor theme.
   * Bump Standards-Version to 3.9.8, changes: hicolor icons.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 05 May 2016 21:11:15 +0200
 
diff --git a/debian/rules b/debian/rules
index f23a766..2c974c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
 	dh $@ \
-		--with autoreconf
+		--with autoreconf \
+		--parallel
 
 override_dh_clean:
 	dh_clean

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



More information about the Pkg-grass-devel mailing list