[Python-modules-commits] [python-daemonocle] 01/01: add python3 compatibility and pybuild

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Fri May 6 01:38:40 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-daemonocle.

commit 1140fa3acccfe5b51a1f4583f08f3c77e1d65647
Author: Adrian Alves <aalves at gmail.com>
Date:   Thu May 5 22:38:30 2016 -0300

    add python3 compatibility and pybuild
---
 debian/control | 9 ++++++++-
 debian/rules   | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d497557..42d0ad0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,18 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Adrian Alves <aalves at gmail.com>
-Build-Depends: debhelper (>= 9.0.0), python
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools
 Standards-Version: 3.9.7
 Homepage: http://github.com/jnrbsn/daemonocle
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-daemonocle.git
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-daemonocle.git
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
 
 Package: python-daemonocle
 Architecture: all
diff --git a/debian/rules b/debian/rules
index a76524b..880851a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
+export PYBUILD_NAME=python-daemonocle
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-daemonocle.git



More information about the Python-modules-commits mailing list