[Python-modules-commits] [python-daemonocle] 01/01: more python3 compatility
Adrian Alves
alvesadrian-guest at moszumanska.debian.org
Fri May 6 01:49:06 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 3aa06f19aff30294fe84c2797f7a61e6340de868
Author: Adrian Alves <aalves at gmail.com>
Date: Thu May 5 22:48:57 2016 -0300
more python3 compatility
---
debian/control | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 42d0ad0..75c440d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ 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
+XS-Python-Version: all
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
@@ -23,6 +24,7 @@ Depends: ${shlibs:Depends},
${python:Depends},
python-psutil,
python-click
+XB-Python-Version: ${python:Versions}
Description: Library for creating super fancy Unix daemons
daemonocle a Python library for creating super fancy Unix
daemons daemonocle is a library for creating your own
@@ -36,9 +38,10 @@ Package: python3-daemonocle
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
python-psutil,
python-click
+XB-Python-Version: ${python3:Versions}
Description: Library for creating super fancy Unix daemons
daemonocle a Python library for creating super fancy Unix
daemons daemonocle is a library for creating your own
--
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