[tryton-debian-vcs] tryton-client branch debian updated. debian/4.2.0-1-3-g62bf1d8
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Dec 19 09:59:28 UTC 2016
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-client.git;a=commitdiff;h=debian/4.2.0-1-3-g62bf1d8
commit 62bf1d896c5c6115b68f84e9eed063f3f3cf1a18
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 10:37:16 2016 +0100
Releasing debian version 4.2.0-2.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 9f9c287..189e81c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-client (4.2.0-2) unstable; urgency=medium
+
+ * Replace fixed Python paths by dynamic paths.
+ * Use rather the -r switch of py*versions to get the unique and correct
+ Python version.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 19 Dec 2016 10:37:05 +0100
+
tryton-client (4.2.0-1) unstable; urgency=medium
* Merging upstream version 4.2.0.
commit 44cd75e299bb8e613d2d5c4aeda4dc2e629ea4a7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 10:36:53 2016 +0100
Use rather the -r switch of py*versions to get the unique and correct Python version.
diff --git a/debian/rules b/debian/rules
index 31bb8ad..991d76a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,8 @@
export PYBUILD_DESTDIR_python2=debian/tryton-client
-PYTHON2_VERSIONS = $(shell pyversions -s)
-#PYTHON3_VERSIONS = $(shell py3versions -s)
+PYTHON2_VERSIONS = $(shell pyversions -r)
+#PYTHON3_VERSIONS = $(shell py3versions -r)
%:
dh $@ --with python2,sphinxdoc --buildsystem=pybuild
--
tryton-client
More information about the tryton-debian-vcs
mailing list