[tryton-debian-vcs] tryton-modules-health-ophthalmology branch debian updated. debian/3.0.1-1-5-g70067b2

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

commit 70067b284b0bc8bc882ff1081d3a261c97671c01
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 551331db1485791d94d7f1ba31abcfb8a379ca5b
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 a784811..bb00eb7 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 c7f8827ee68c34f9d0b8da2e740efece3addb1ff
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 003c30dd76bafdf1f93424cf6fb350ebaee00fba
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 68f4363..a784811 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-ophthalmology.git
-Vcs-Git: git://anonscm.debian.org/tryton/tryton-modules-health-ophthalmology.git
+Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-modules-health-ophthalmology.git
 X-Python-Version: >= 2.7
 
 Package: tryton-modules-health-ophthalmology
commit cac4cdba8e7849d02a0c39b180f35b533308a298
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 f4b84f8..68f4363 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-ophthalmology.git
+Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-modules-health-ophthalmology.git
 Vcs-Git: git://anonscm.debian.org/tryton/tryton-modules-health-ophthalmology.git
 X-Python-Version: >= 2.7
 
-- 
tryton-modules-health-ophthalmology



More information about the tryton-debian-vcs mailing list