[tryton-debian-vcs] tryton-modules-health-icd9procs branch debian updated. debian/3.0.1-1-5-gdeb030c

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Mar 28 18:24:47 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-modules-health-icd9procs.git;a=commitdiff;h=debian/3.0.1-1-5-gdeb030c

commit deb030c5420cd8235f72d07a4f0773fa701b2a4a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 28 20:23:51 2016 +0200

    Disable tests globally for all Python versions.
    
    It is not the case to disable the tests for only a specific Python version, they
    should currently just not run.

diff --git a/debian/rules b/debian/rules
index d271847..cb84bd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ DEV := $(MAJ).$(shell echo $$(($(MIN) + 1)))
 # 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
+export PYBUILD_DISABLE=test
 
 %:
 	dh $@ --with python2 --buildsystem=pybuild
commit 005f27c355159e218922d2e5cf66b1cba8fcc1e4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 28 20:23:17 2016 +0200

    Removing the version constraint from python.
    
    The minimal python version is guaranteed anyway by X-Python >= 2.7.

diff --git a/debian/control b/debian/control
index e47ef6f..8d62718 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Mathias Behrle <mathiasb at m9s.biz>
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- python (>= 2.6.6-3~),
+ python,
  python-setuptools,
 Standards-Version: 3.9.6
 Homepage: http://health.gnu.org/
commit 138f5c3b20b66ed5990465542e6022a1260d25b5
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 28 20:22:50 2016 +0200

    Removing the braces from the dh call.

diff --git a/debian/rules b/debian/rules
index 390ca5e..d271847 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ DEV := $(MAJ).$(shell echo $$(($(MIN) + 1)))
 export PYBUILD_DISABLE_python2.7=test
 
 %:
-	dh ${@} --with python2 --buildsystem=pybuild
+	dh $@ --with python2 --buildsystem=pybuild
 
 override_dh_gencontrol:
 	dh_gencontrol -- -Vversion:major="$(MAJOR)" -Vversion:dev="$(DEV)" \
commit e22eee6da15d88d105f6c2339850a7e56dd7cec1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 28 20:22:07 2016 +0200

    Updating VCS-Git to https and canonical cgit URL.

diff --git a/debian/control b/debian/control
index 14e90b5..e47ef6f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
 Standards-Version: 3.9.6
 Homepage: http://health.gnu.org/
 Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-modules-health-icd9procs.git
-Vcs-Git: git://anonscm.debian.org/tryton/tryton-modules-health-icd9procs.git
+Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-modules-health-icd9procs.git
 X-Python-Version: >= 2.7
 
 Package: tryton-modules-health-icd9procs
commit 63429dca0f5fa27782d6504636f2de7f4ccb32df
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 28 20:21:04 2016 +0200

    Updating VCS-Browser to https and canonical cgit URL.

diff --git a/debian/control b/debian/control
index b7f05d1..14e90b5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  python-setuptools,
 Standards-Version: 3.9.6
 Homepage: http://health.gnu.org/
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/tryton-modules-health-icd9procs.git
+Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-modules-health-icd9procs.git
 Vcs-Git: git://anonscm.debian.org/tryton/tryton-modules-health-icd9procs.git
 X-Python-Version: >= 2.7
 
-- 
tryton-modules-health-icd9procs



More information about the tryton-debian-vcs mailing list