[tryton-debian-vcs] tryton-modules-country branch debian updated. debian/3.6.0-1-3-gc5cc771
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Sep 16 14:03:03 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-modules-country.git;a=commitdiff;h=debian/3.6.0-1-3-gc5cc771
commit c5cc771828a4ec291ac9ff7d897c0636080d748b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Sep 16 14:53:28 2015 +0200
Improving description why we can not run the module test suites.
diff --git a/debian/rules b/debian/rules
index d9384c6..1b084cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,16 +2,16 @@
MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
-# Don't run tests for Tryton modules, they try to download dependencies from pypi
+# 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
+# in case of new releases.
+# For the complete test suites refer to http://tests.tryton.org/
export PYBUILD_DISABLE_python2.7=test
%:
dh ${@} --with python2 --buildsystem=pybuild
-override_dh_install:
- dh_install
- # remove zip import script from /usr/bin, scripts are installed to docs
- rm -rf debian/tryton-modules-country/usr/bin/
-
override_dh_gencontrol:
dh_gencontrol -- -Vversion:major="$(MAJOR)"
+
+
--
tryton-modules-country
More information about the tryton-debian-vcs
mailing list