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 <sebas...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to