[josm-plugins] 08/12: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Oct 9 23:27:26 UTC 2015


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

sebastic pushed a commit to branch master
in repository josm-plugins.

commit f3a0019fc1fbdc1b9c0e860f716834fefd3d36af
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Oct 10 00:36:37 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 bdd9d99..f4662ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ josm-plugins (0.0.svn31608+ds1-1) UNRELEASED; urgency=medium
   * Update SVN URLs to use HTTPS.
   * Bump JOSM dependency to 8800.
   * Update Vcs-Browser & Homepage URLs to use HTTPS.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 10 Oct 2015 00:23:02 +0200
 
diff --git a/debian/rules b/debian/rules
index 0484ba7..4f3106c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ DESTDIR := ../tarballs/josm-plugins-${VERSION}
 DESTTGZ := ../tarballs/josm-plugins_${DESTVER}.orig.tar.gz
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_configure:
 	for plugin in ${PLUGINS}; do \

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



More information about the Pkg-grass-devel mailing list