Andreas Tille pushed to branch master at Debian Med / python-biom-format

Commits:
44c863c9 by Andreas Tille at 2018-06-21T05:25:28+02:00
Force LC_ALL=C.UTF-8 in build and autopkgtest

- - - - -
cacdc3a9 by Andreas Tille at 2018-06-21T05:31:13+02:00
Drop ancient X-Python-Version

- - - - -
42bf5f69 by Andreas Tille at 2018-06-21T05:35:45+02:00
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/rules
- debian/tests/python2
- debian/tests/python3


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-biom-format (2.1.6+dfsg-2) unstable; urgency=medium
+
+  * Force LC_ALL=C.UTF-8 in build and autopkgtest
+    Closes: #896953, #901073
+  * Drop ancient X-Python-Version
+
+ -- Andreas Tille <ti...@debian.org>  Thu, 21 Jun 2018 05:31:25 +0200
+
 python-biom-format (2.1.6+dfsg-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,6 @@ Standards-Version: 4.1.4
 Vcs-Browser: https://salsa.debian.org/med-team/python-biom-format
 Vcs-Git: https://salsa.debian.org/med-team/python-biom-format.git
 Homepage: http://biom-format.org/
-X-Python-Version: >= 2.6
 
 Package: python-biom-format
 Architecture: any-amd64 any-arm64 armel armhf any-i386 any-mips64el mipsel 
any-ppc64el


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
+export LC_ALL=C.UTF-8
+
 export PYBUILD_NAME=biom-format
 export PYBUILD_DESTDIR_python2=debian/python-$(PYBUILD_NAME)
 export PYBUILD_DESTDIR_python3=debian/python3-$(PYBUILD_NAME)


=====================================
debian/tests/python2
=====================================
--- a/debian/tests/python2
+++ b/debian/tests/python2
@@ -6,6 +6,8 @@ pys="$(pyversions -r 2>/dev/null)"
 cp -a ./examples ./tests "$ADTTMP"
 cd "$ADTTMP"
 
+export LC_ALL=C.UTF-8
+
 for py in $pys; do
        echo "=== $py ==="
        $py -m nose tests 2>&1


=====================================
debian/tests/python3
=====================================
--- a/debian/tests/python3
+++ b/debian/tests/python3
@@ -6,6 +6,8 @@ pys="$(py3versions -r 2>/dev/null)"
 cp -a ./examples ./tests "$ADTTMP"
 cd "$ADTTMP"
 
+export LC_ALL=C.UTF-8
+
 for py in $pys; do
        echo "=== $py ==="
        $py -m nose tests 2>&1



View it on GitLab: 
https://salsa.debian.org/med-team/python-biom-format/compare/faa34d44644ac2bffe869d21e5fe566dbef0cb01...42bf5f699754d0c9b629f2abbfc9f9c30b82a3aa

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/python-biom-format/compare/faa34d44644ac2bffe869d21e5fe566dbef0cb01...42bf5f699754d0c9b629f2abbfc9f9c30b82a3aa
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to