[tryton-debian-vcs] tryton-modules-account-payment-sepa branch debian updated. debian/4.4.2-2-2-g860913c

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Aug 23 07:38:51 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-account-payment-sepa.git;a=commitdiff;h=debian/4.4.2-2-2-g860913c

commit 860913c20910502bd16feb93e36a9bc2209d8adf
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Aug 18 15:35:46 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index f665658..0103f6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account-payment-sepa (4.4.2-3) unstable; urgency=medium
+
+  * Switch to Python3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Fri, 18 Aug 2017 15:35:28 +0200
+
 tryton-modules-account-payment-sepa (4.4.2-2) unstable; urgency=medium
 
   * Use the preferred https URL format in the copyright file.
commit 6aefacf4761794a6732ba58b5f8a0446e6100415
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 ce1712a..176cf1a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,21 +6,20 @@ 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-account-payment-sepa.git
 Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-modules-account-payment-sepa.git
-X-Python-Version: >= 2.7
 
 Package: tryton-modules-account-payment-sepa
 Architecture: all
 Depends:
- python-genshi,
- python-dateutil,
- python-lxml,
- python-pkg-resources,
+ python3-genshi,
+ python3-dateutil,
+ python3-lxml,
+ python3-pkg-resources,
  tryton-modules-account-payment (>= ${version:major}),
  tryton-modules-account-payment-clearing (>= ${version:major}),
  tryton-modules-bank (>= ${version:major}),
@@ -28,7 +27,7 @@ Depends:
  tryton-modules-party (>= ${version:major}),
  tryton-server (>= ${version:major}),
  ${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
 Description: Tryton Application Platform (Account Payment SEPA 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/pydist-overrides b/debian/pydist-overrides
deleted file mode 100644
index 22f3e42..0000000
--- a/debian/pydist-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-trytond_account_payment tryton-modules-account-payment
-trytond_bank tryton-modules-bank
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-account-payment-sepa



More information about the tryton-debian-vcs mailing list