[tryton-debian-vcs] tryton-modules-webdav branch debian-py3 updated. upstream/4.0.0-4-g3f91cb3
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Jul 5 15:51: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-modules-webdav.git;a=commitdiff;h=upstream/4.0.0-4-g3f91cb3
commit 3f91cb35df6bd391257afd74adfd1e3b07d5835c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Jul 5 17:51:36 2016 +0200
Switching to Python3.
diff --git a/debian/control b/debian/control
index 1eced01..578a5e5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends:
debhelper (>= 9),
dh-python,
dh-systemd,
- python,
- python-setuptools,
+ python3,
+ python3-setuptools,
Standards-Version: 3.9.8
Homepage: http://www.tryton.org/
Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-modules-webdav.git
@@ -18,11 +18,11 @@ X-Python-Version: >= 2.7
Package: tryton-modules-webdav
Architecture: all
Depends:
- python-pkg-resources,
- python-webdav,
+ python3-pkg-resources,
+ python3-webdav,
tryton-server (>= ${version:major}),
${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
Description: Tryton Application Platform (WebDAV Module)
Tryton is a high-level general purpose application platform. It is the base
of a complete business solution as well as a comprehensive health and hospital
diff --git a/debian/rules b/debian/rules
index 872c924..542c247 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,systemd --buildsystem=pybuild
+ dh $@ --with python3,systemd --buildsystem=pybuild
override_dh_gencontrol:
dh_gencontrol -- -Vversion:major="$(MAJOR)"
--
tryton-modules-webdav
More information about the tryton-debian-vcs
mailing list