[tryton-debian-vcs] tryton-server branch debian-py3 updated. debian/4.0.1-1-3-ga8fdee8
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Jul 5 15:45:23 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-server.git;a=commitdiff;h=debian/4.0.1-1-3-ga8fdee8
discards 794a4bfc2261624308c3d1625fd8c53569ce29d5 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (794a4bfc2261624308c3d1625fd8c53569ce29d5)
\
N -- N -- N (a8fdee8347f321d2f5d7a7d79cd322491033b451)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
commit a8fdee8347f321d2f5d7a7d79cd322491033b451
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Jun 28 17:59:16 2016 +0200
Switching to Python3.
diff --git a/debian/control b/debian/control
index 9ce012e..32aa25f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,52 +6,51 @@ Uploaders: Mathias Behrle <mathiasb at m9s.biz>
Build-Depends:
debhelper (>= 9),
dh-python,
- dh-systemd (>= 1.3),
- python,
- python-dateutil,
- python-genshi,
- python-lxml,
- python-mock,
- python-polib,
- python-relatorio,
- python-setuptools,
- python-sphinx (>= 1.0.7+dfsg),
- python-sql,
- python-werkzeug,
- python-wrapt,
+ dh-systemd,
+ python3,
+ python3-dateutil,
+ python3-genshi,
+ python3-lxml,
+ python3-mock,
+ python3-polib,
+ python3-relatorio,
+ python3-setuptools,
+ python3-sphinx,
+ python3-sql,
+ python3-werkzeug,
+ python3-wrapt,
Standards-Version: 3.9.8
Homepage: http://www.tryton.org/
Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-server.git
Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-server.git
-X-Python-Version: >= 2.7
Package: tryton-server
Architecture: all
Depends:
adduser,
- python-dateutil,
- python-genshi,
- python-lxml,
- python-pkg-resources,
- python-polib,
- python-relatorio,
- python-sql,
- python-werkzeug,
- python-wrapt,
+ python3-dateutil,
+ python3-genshi,
+ python3-lxml,
+ python3-pkg-resources,
+ python3-polib,
+ python3-relatorio,
+ python3-sql,
+ python3-werkzeug,
+ python3-wrapt,
${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
Recommends:
postgresql,
- python-bcrypt,
- python-levenshtein,
- python-psycopg2,
- python-pydot,
- python-simplejson,
+ python3-bcrypt,
+ python3-levenshtein,
+ python3-psycopg2,
+ python3-pydot,
+ python3-simplejson,
ssl-cert,
unoconv,
Suggests:
postgresql-client,
- python-sphinx,
+ python3-sphinx,
tryton-client | tryton-neso,
tryton-modules-all,
tryton-server-doc,
diff --git a/debian/rules b/debian/rules
index aab7f26..af6599d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,13 @@
#!/usr/bin/make -f
-export PYBUILD_DESTDIR_python2=debian/tryton-server
+export PYBUILD_DESTDIR_python3=debian/tryton-server
# Run tests on sqlite memory database
# For the complete test suites refer to http://tests.tryton.org/
export TRYTOND_DATABASE_URI=sqlite://
export DB_NAME=:memory:
%:
- dh $@ --with python2,sphinxdoc,systemd --buildsystem=pybuild
+ dh $@ --with python3,sphinxdoc,systemd --buildsystem=pybuild
override_dh_auto_clean:
dh_auto_clean
--
tryton-server
More information about the tryton-debian-vcs
mailing list