[tryton-debian-vcs] vatnumber branch debian updated. debian/1.2-4-3-g0547816
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Sun Jan 17 22:08:18 UTC 2016
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/vatnumber.git;a=commitdiff;h=debian/1.2-4-3-g0547816
commit 0547816c770f8149b2b0fd2f58965e24201668a3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Jan 17 22:59:54 2016 +0100
Releasing debian version 1.2-5.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 84e65f0..6edc9c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vatnumber (1:1.2-5) unstable; urgency=medium
+
+ * Adapting section naming in gbp.conf to current git-buildpackage.
+ * Disabling tests generally, not only for hardcoded Python versions
+ (Closes: #811148).
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 17 Jan 2016 22:59:38 +0100
+
vatnumber (1:1.2-4) unstable; urgency=medium
* Using pypi.debian.net redirector in watch file.
commit 8467641e6b8a921a48fad9205da5b415be5b004b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Jan 17 22:46:20 2016 +0100
Disabling tests generally, not only for hardcoded Python versions (Closes: #811148).
Thanks to Logan Rosen <logan at ubuntu.com> for the patch.
diff --git a/debian/rules b/debian/rules
index 308081d..4bd83e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,7 @@
PACKAGE_NAME := $(shell python setup.py --name)
export PYBUILD_NAME=$(PACKAGE_NAME)
# Don't run tests for vatnumber, test_vies tries to connect to the network
-export PYBUILD_DISABLE_python2.7=test
-export PYBUILD_DISABLE_python3.4=test
+export PYBUILD_DISABLE=test
%:
dh ${@} --with python2,python3 --buildsystem=pybuild
--
vatnumber
More information about the tryton-debian-vcs
mailing list