[imposm-parser] 07/17: Use pybuild buildsystem and enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Aug 31 14:07:13 UTC 2015


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

sebastic pushed a commit to branch master
in repository imposm-parser.

commit c2b9361e9cb044a5b1c43cb1aa73fa7d73c21e51
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 31 15:09:28 2015 +0200

    Use pybuild buildsystem and enable parallel builds.
---
 debian/changelog | 1 +
 debian/rules     | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9fdc4e4..5503914 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ imposm-parser (1.0.6-1) UNRELEASED; urgency=low
     - Drop © character from copyright statements
     - Use more common Apache-2.0 standalone license paragraph
   * Add gbp.conf to use pristine-tar by default.
+  * Use pybuild buildsystem and enable parallel builds.
 
  -- David Paleino <dapal at debian.org>  Mon, 04 Nov 2013 17:33:40 +0100
 
diff --git a/debian/rules b/debian/rules
index 8006b85..db035d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,12 @@
 
 %:
 	dh $@ \
-		--with python2
+		--with python2 \
+		--buildsystem pybuild \
+		--parallel
 
 override_dh_auto_install:
 	dh_auto_install
 
 	find $(CURDIR)/debian/python-imposm-parser/ -name "test.*" -delete
+

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



More information about the Pkg-grass-devel mailing list