[tryton-debian-vcs] tryton-proteus branch debian-py3 updated. debian/4.0.0-1-2-gf5c1cd8
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Jul 5 15:49:57 UTC 2016
The following commit has been merged in the debian-py3 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-proteus.git;a=commitdiff;h=debian/4.0.0-1-2-gf5c1cd8
commit f5c1cd8edb9099789c262feb65f9c8e94b7fc8f3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Jul 5 17:38:17 2016 +0200
Switching to Python3.
diff --git a/debian/control b/debian/control
index 1c4ecd8..9a0c1a3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,10 @@ Uploaders: Mathias Behrle <mathiasb at m9s.biz>
Build-Depends:
debhelper (>= 9),
dh-python,
- python,
- python-dateutil,
- python-setuptools,
- python-simplejson,
+ python3,
+ python3-dateutil,
+ python3-setuptools,
+ python3-simplejson,
tryton-server,
Standards-Version: 3.9.8
Homepage: http://www.tryton.org/
@@ -20,11 +20,11 @@ X-Python-Version: >= 2.7
Package: tryton-proteus
Architecture: all
Depends:
- python-dateutil,
- python-pkg-resources,
- python-simplejson,
+ python3-dateutil,
+ python3-pkg-resources,
+ python3-simplejson,
${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
Suggests: tryton-server
Description: Tryton Application Platform (Proteus)
Tryton is a high-level general purpose application platform. It is the base
diff --git a/debian/rules b/debian/rules
index 90d3028..684b7f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
export PYBUILD_DISABLE=test
%:
- dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_gencontrol:
dh_gencontrol -- -Vversion:major="$(MAJOR)"
--
tryton-proteus
More information about the tryton-debian-vcs
mailing list