[tryton-debian-vcs] vatnumber branch debian updated. debian/1.1-4-3-gc1d7103
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Apr 2 15:11:33 UTC 2014
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.1-4-3-gc1d7103
commit c1d710369b345608aa1ec56fc7b81f4995f5150c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Apr 2 17:11:25 2014 +0200
Releasing debian version 1.1-5.
diff --git a/debian/changelog b/debian/changelog
index 52ac192..5db6fc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vatnumber (1:1.1-5) unstable; urgency=medium
+
+ * Removing LC_ALL=C.UTF-8 as build environment.
+ * Disabling tests at build time, test_vies connects to the network
+ (Closes: #743373).
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 02 Apr 2014 17:06:19 +0200
+
vatnumber (1:1.1-4) unstable; urgency=medium
* Updating year in debian copyright.
commit 3bbf72adbddbf746263d7871644930942f4032da
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Apr 2 17:05:46 2014 +0200
Disabling tests at build time, test_vies connects to the network (Closes: #743373).
diff --git a/debian/control b/debian/control
index 895253f..8a3d21c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
Uploaders: Mathias Behrle <mathiasb at m9s.biz>
Build-Depends:
- debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, dh-python,
- python-suds
+ debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, dh-python
Standards-Version: 3.9.5
Homepage: http://code.google.com/p/vatnumber/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/vatnumber.git
diff --git a/debian/rules b/debian/rules
index f18b27f..9bae169 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+# Don't run tests for vatnumber, test_vies tries to connect to the network
+export PYBUILD_DISABLE_python2.7=test
+
%:
dh ${@} --with python2 --buildsystem=pybuild
--
vatnumber
More information about the tryton-debian-vcs
mailing list