[rel2gpx] 04/06: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri May 6 16:10:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository rel2gpx.
commit 130c2719016bd452844b76417abab3319c5efd16
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri May 6 17:57:11 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 d52be0f..b21e418 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ rel2gpx (0.27-2) UNRELEASED; urgency=medium
- Add Upstream-Name field
- Rename license shortname GPLv3 to GPL-3+
- Wrap lines in standalone GPL-3+ license paragraph
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Fri, 06 May 2016 17:44:03 +0200
diff --git a/debian/rules b/debian/rules
index 9bc7cc7..e6f4cb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,9 @@
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
%:
- dh $@
+ dh $@ --parallel
override_dh_install:
mkdir -p debian/$(pkg)/usr/bin
cp -a $(pkg).pl debian/$(pkg)/usr/bin/$(pkg)
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rel2gpx.git
More information about the Pkg-grass-devel
mailing list