[pyoperators] 02/03: d/rules: add python3 target for pybuild

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Oct 9 18:11:59 UTC 2014


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

ghisvail-guest pushed a commit to branch master
in repository pyoperators.

commit 892357faed81e07c321eca2e70435b5843d1eab6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Oct 9 19:09:09 2014 +0100

    d/rules: add python3 target for pybuild
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index ec713ff..5fb589b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,4 @@
 export DH_VERBOSE=1
 export PYBUILD_NAME=pyoperators
 %:
-	dh $@ --with python2 --buildsystem=pybuild
-
+	dh $@ --with python2,python3 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyoperators.git



More information about the debian-science-commits mailing list