[tryton-debian-vcs] tryton-modules-party-vcarddav branch debian-py3 created. debian/4.0.0-1-2-gec6d4aa

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Jul 5 16:47:28 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-party-vcarddav.git;a=commitdiff;h=debian/4.0.0-1-2-gec6d4aa
commit ec6d4aa700dd74cd658dafdfe41cc7fcacf2d324
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Jul 5 17:38:16 2016 +0200

    Switching to Python3.

diff --git a/debian/control b/debian/control
index cc9b088..f36f4f1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Mathias Behrle <mathiasb at m9s.biz>
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- 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-party-vcarddav.git
@@ -17,15 +17,15 @@ X-Python-Version: >= 2.7
 Package: tryton-modules-party-vcarddav
 Architecture: all
 Depends:
- python-pkg-resources,
- python-sql,
- python-vobject,
- python-webdav,
+ python3-pkg-resources,
+ python3-sql,
+ python3-vobject,
+ python3-webdav,
  tryton-modules-party (>= ${version:major}),
  tryton-modules-webdav (>= ${version:major}),
  tryton-server (>= ${version:major}),
  ${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
 Description: Tryton Application Platform (Party CardDAV 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 020614c..4806078 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-modules-party-vcarddav



More information about the tryton-debian-vcs mailing list