[tryton-debian-vcs] tryton-modules-health-disability branch debian updated. f523c23d856025b055cacff1a0c02f01aae454e9

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Mar 28 18:24:39 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-disability.git;a=commitdiff;h=f523c23d856025b055cacff1a0c02f01aae454e9

commit f523c23d856025b055cacff1a0c02f01aae454e9
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 bfa3cef7d098ea343836bda9189769508d5733dc
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 9a208dc..d566a96 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 5cd012fd06523a6f0f58bf874d603b6866d76454
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 47bf29a826611bd0768f90df2a105dc6b3d3674c
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 a5bf05a..9a208dc 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-disability.git
-Vcs-Git: git://anonscm.debian.org/tryton/tryton-modules-health-disability.git
+Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-modules-health-disability.git
 X-Python-Version: >= 2.7
 
 Package: tryton-modules-health-disability
commit 9ce6d772f132d5b3fa4ca9258a1fb9acaa1e3ca3
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 06abfc7..a5bf05a 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-disability.git
+Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-modules-health-disability.git
 Vcs-Git: git://anonscm.debian.org/tryton/tryton-modules-health-disability.git
 X-Python-Version: >= 2.7
 
-- 
tryton-modules-health-disability



More information about the tryton-debian-vcs mailing list