[tryton-debian-vcs] tryton-proteus branch debian updated. debian/3.6.1-1-4-gd0779d8
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Nov 13 13:30:08 UTC 2015
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-proteus.git;a=commitdiff;h=debian/3.6.1-1-4-gd0779d8
commit d0779d83bf501762413afb87fcadadaec694ee36
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri Nov 13 10:48:20 2015 +0100
Releasing debian version 3.8.0-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index dc3d0dd..7463b95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-proteus (3.8.0-1) unstable; urgency=medium
+
+ * Enabling tests on sqlite memory database.
+ * Merging upstream version 3.8.0.
+ * Disabling tests again and adding the explanation why we cannot run
+ them.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Fri, 13 Nov 2015 10:47:33 +0100
+
tryton-proteus (3.6.1-1) unstable; urgency=medium
* Updating year of debian copyright.
commit ff56394d1da40e14aa98b949c7b8581e28849490
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri Nov 13 10:45:14 2015 +0100
Disabling tests again and adding the explanation why we cannot run them.
diff --git a/debian/rules b/debian/rules
index e634d79..2c374ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,11 @@
MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
-# Run tests on sqlite memory database
+# Don't run tests for Tryton proteus, they depend on trytond and other modules
+# of the same version, that are not yet available at build time from the archive
+# in case of new releases.
# For the complete test suites refer to http://tests.tryton.org/
-export TRYTOND_DATABASE_URI=sqlite://
-export DB_NAME=:memory:
+export PYBUILD_DISABLE_python2.7=test
%:
dh ${@} --with python2 --buildsystem=pybuild
--
tryton-proteus
More information about the tryton-debian-vcs
mailing list