[josm] 25/28: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Oct 9 22:27:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository josm.
commit d7b2ad0ce1bd349a2489224ae35c1054b229a3d2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Oct 9 23:40:38 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 b6563db..a177be0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ josm (0.0.svn8800+dfsg2-1) UNRELEASED; urgency=medium
* Add missing-sources for overpass-turbo-ffs.js & opening_hours.js.
* Use desktop file in favor of menu file per CTTE #741573.
* Install logo per Icon Theme Specification.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Fri, 09 Oct 2015 15:24:23 +0200
diff --git a/debian/rules b/debian/rules
index dc629a7..c8e1165 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ IMGSTYLES_DIR := $(CURDIR)/debian/josm/usr/share/josm/images/styles
#DEB_INSTALL_DOCS_ALL :=
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_build:
# Move translation causing build failure out of the way
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm.git
More information about the Pkg-grass-devel
mailing list