[tryton-debian-vcs] tryton-modules-purchase-shipment-cost branch debian updated. debian/4.4.0-3-2-ga48afe0

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Aug 23 07:40:33 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-modules-purchase-shipment-cost.git;a=commitdiff;h=debian/4.4.0-3-2-ga48afe0

commit a48afe08e0a9f7e095db0a4cd996ef02bd70f2d7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Aug 18 15:35:50 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 67c3e64..500d6aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-purchase-shipment-cost (4.4.0-4) unstable; urgency=medium
+
+  * Switch to Python3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Fri, 18 Aug 2017 15:35:33 +0200
+
 tryton-modules-purchase-shipment-cost (4.4.0-3) unstable; urgency=medium
 
   * Use the preferred https URL format in the copyright file.
commit fff096dc2be21fdef60195e17d6993d462a0fb6e
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 cfda7a8..c31adb7 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-setuptools,
+ python3,
+ python3-setuptools,
 Standards-Version: 4.0.1
 Homepage: http://www.tryton.org/
 Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-modules-purchase-shipment-cost.git
 Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-modules-purchase-shipment-cost.git
-X-Python-Version: >= 2.7
 
 Package: tryton-modules-purchase-shipment-cost
 Architecture: all
 Depends:
- python-pkg-resources,
+ python3-pkg-resources,
  tryton-modules-carrier (>= ${version:major}),
  tryton-modules-currency (>= ${version:major}),
  tryton-modules-stock (>= ${version:major}),
  tryton-server (>= ${version:major}),
  ${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
 Suggests:
  tryton-modules-account-product (>= ${version:major}),
  tryton-modules-account-stock-anglo-saxon (>= ${version:major}),
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
deleted file mode 100644
index 8c1ad45..0000000
--- a/debian/pydist-overrides
+++ /dev/null
@@ -1 +0,0 @@
-trytond_carrier tryton-modules-carrier
diff --git a/debian/rules b/debian/rules
index 020614c..c7963f1 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 modules, they possibly depend on 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-modules-purchase-shipment-cost



More information about the tryton-debian-vcs mailing list