[Pkg-javascript-commits] [modestmaps-js] 04/17: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri May 6 18:33:21 UTC 2016


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

sebastic pushed a commit to branch master
in repository modestmaps-js.

commit 5896a8cdde01dd24f3238843b71a42af36386663
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri May 6 19:46:33 2016 +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 2c1947e..27ebb4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ modestmaps-js (3.3.6+ds1-2) UNRELEASED; urgency=medium
   * Add gbp.conf to use pristine-tar by default.
   * Restructure control file with cme, changes:
     - Update Vcs-* URLs to use HTTPS
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 06 May 2016 19:12:58 +0200
 
diff --git a/debian/rules b/debian/rules
index 0ecf153..04f1e2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\  -f2 | cut -d- -f
 endif
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_build:
 	uglifyjs -o debian/modestmaps.min.js modestmaps.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/modestmaps-js.git



More information about the Pkg-javascript-commits mailing list