[pyosmium] 01/05: Use pybuild build system with dh_python.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Apr 2 19:53:49 UTC 2015


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

sebastic pushed a commit to branch master
in repository pyosmium.

commit 0797561307f967cff8e03c4e63e45b5b8f1f1abc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Apr 2 20:12:05 2015 +0200

    Use pybuild build system with dh_python.
---
 debian/rules | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6f059c0..6f469c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,13 @@
 
 # DH_VERBOSE := 1
 
+export PYBUILD_NAME=pyosmium
+
 %:
-	dh $@ --parallel
+	dh $@ \
+	    --buildsystem pybuild \
+	    --with python2,python3
+	    --parallel
 
 get-orig-source:
 	. debian/get-orig-source

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



More information about the Pkg-grass-devel mailing list