[tryton-debian-vcs] tryton-proteus branch debian updated. debian/4.4.0-3-2-gd4bd9a4

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Aug 23 07:58:01 UTC 2017


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-proteus.git;a=commitdiff;h=debian/4.4.0-3-2-gd4bd9a4

commit d4bd9a4169b5b5d0832364a9140695f37d93ca72
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Aug 18 12:41:12 2017 +0200

    Releasing debian version 4.4.0-4.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index c12851c..0c468f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-proteus (4.4.0-4) unstable; urgency=medium
+
+  * Switch to Python3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Fri, 18 Aug 2017 12:35:49 +0200
+
 tryton-proteus (4.4.0-3) unstable; urgency=medium
 
   * Use the preferred https URL format in the copyright file.
commit 8363c3b4ee31167690fa137f3cc141978c526d60
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Aug 18 11:10:45 2017 +0200

    Switch to Python3.

diff --git a/debian/control b/debian/control
index b9b6cd4..2691996 100644
--- a/debian/control
+++ b/debian/control
@@ -6,24 +6,23 @@ 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: 4.0.1
 Homepage: http://www.tryton.org/
 Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-proteus.git
 Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-proteus.git
-X-Python-Version: >= 2.7
 
 Package: tryton-proteus
 Architecture: all
 Depends:
- python-dateutil,
- python-pkg-resources,
+ python3-dateutil,
+ python3-pkg-resources,
  ${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..a52c48b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
+MAJOR := $(shell python3 setup.py --version | awk -F "." '{print $$1 "." $$2}')
 
 # Don't run tests for Tryton proteus, they depend on trytond and other modules
 # of the same version, that are not yet available at build time from the archive
@@ -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