[tryton-debian-vcs] tryton-server branch debian updated. debian/4.4.3-2-4-g734cc81

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Aug 23 07:35:57 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-server.git;a=commitdiff;h=debian/4.4.3-2-4-g734cc81

commit 734cc8153feb9eaa8518474e10f4f63d997e4025
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Aug 20 18:00:03 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 491b655..2bf95fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-server (4.4.3-3) unstable; urgency=medium
+
+  * Switch to Python3.
+  * Remove some duplicate sections from trytond.conf.
+  * Set the standard log level to ERROR.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sun, 20 Aug 2017 17:59:49 +0200
+
 tryton-server (4.4.3-2) unstable; urgency=medium
 
   * Use the preferred https URL format in the copyright file.
commit ac02850f83f09970426f96230a2d199095c60d89
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Aug 19 17:51:16 2017 +0200

    Set the standard log level to ERROR.

diff --git a/debian/trytond_log.conf b/debian/trytond_log.conf
index 6b30401..2323ab7 100644
--- a/debian/trytond_log.conf
+++ b/debian/trytond_log.conf
@@ -26,5 +26,6 @@ args=('/var/log/tryton/trytond.log', 'D', 1, 30)
 formatter=simple
 
 [logger_root]
-level=DEBUG
+# Available logging levels are DEBUG, INFO, WARNING, ERROR, CRITICAL
+level=ERROR
 handlers=rotate
commit 199f13198ab6b8e3787489f2da6a9e79ae8836de
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Aug 19 17:25:09 2017 +0200

    Remove some duplicate sections from trytond.conf.

diff --git a/debian/trytond.conf b/debian/trytond.conf
index b8bd240..b8d6ebc 100644
--- a/debian/trytond.conf
+++ b/debian/trytond.conf
@@ -62,27 +62,6 @@ path = /var/lib/tryton
 # fields in the database.
 #language = en
 
-[cache]
-# Defines the sizes of various caches.
-
-# The number of different models kept in the cache per transaction.
-#model = 200
-
-# The number of loaded records kept in the cache. It can also be changed
-# locally using the _record_cache_size key in Transaction.context.
-#record = 2000
-
-# The number of fields to load with eager Field.loading.
-#field = 100
-
-[table]
-# This section allows to override the default generated table name for
-# a ModelSQL. The main purpose is to bypass a limitation on the name length
-# of the database backend.
-# For example:
-# account.invoice.line = acc_inv_line
-# account.invoice.tax = acc_inv_tax
-
 [ssl]
 # SSL settings
 # Activation of SSL for all available protocols.
@@ -137,15 +116,14 @@ path = /var/lib/tryton
 
 
 # Special Settings
-
 [cache]
-# Various cache size settings.
+# Various cache size settings
 
 # The number of different models kept in the cache per transaction.
 #model = 200
 
-# The number of loaded records kept in the cache of the list.
-# It can be changed locally using the _record_cache_size key in Transaction.context.
+# The number of loaded records kept in the cache. It can also be changed
+# locally using the _record_cache_size key in Transaction.context.
 #record = 2000
 
 # The number of fields to load with eager Field.loading.
commit c22d768dbe55a3293d7d9dba6116972c5218aa9d
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 8f8553d..d967e52 100644
--- a/debian/control
+++ b/debian/control
@@ -7,51 +7,50 @@ 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,
+ 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: 4.0.1
 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,
  lsb-base,
- 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,
+ python3-bcrypt,
+ python3-levenshtein,
+ python3-psycopg2,
+ python3-pydot,
  ssl-cert,
  unoconv,
 Suggests:
  postgresql-client,
- python-sphinx,
+ python3-sphinx,
  tryton-client,
  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