[med-svn] [Git][med-team/python-biom-format][master] 3 commits: Force LC_ALL=C.UTF-8 in build and autopkgtest

2018-06-20 Thread Andreas Tille
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   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

[med-svn] [Git][med-team/python-biom-format] Pushed new tag debian/2.1.6+dfsg-2

2018-06-20 Thread Andreas Tille
Andreas Tille pushed new tag debian/2.1.6+dfsg-2 at Debian Med / 
python-biom-format

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/python-biom-format/tree/debian/2.1.6+dfsg-2
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

[med-svn] [Git][med-team/imagej][master] 2 commits: d/control: imagej package does not actually need a version specific libij-java

2018-06-20 Thread Carnë Draug
Carnë Draug pushed to branch master at Debian Med / imagej


Commits:
7372adfb by David Miguel Susano Pinto at 2018-06-20T12:53:28+01:00
d/control: imagej package does not actually need a version specific libij-java

- - - - -
4d9d24fb by David Miguel Susano Pinto at 2018-06-20T12:54:27+01:00
d/control: set my real name on uploaders field

- - - - -


1 changed file:

- debian/control


Changes:

=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: imagej
 Maintainer: Debian Med Packaging Team 

-Uploaders: Carnë Draug 
+Uploaders: David Miguel Susano Pinto 
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 11~)
@@ -19,7 +19,7 @@ Architecture: all
 Depends: ${java:Depends},
  ${misc:Depends},
  default-jre | java6-runtime,
- libij-java (= ${source:Version})
+ libij-java
 Recommends: ${java:Recommends}
 Description: Image processing program with a focus on microscopy images
  It can display, edit, analyze, process, save and print 8-bit, 16-bit and



View it on GitLab: 
https://salsa.debian.org/med-team/imagej/compare/986342350dd35f453bb8b688f0598969a7601243...4d9d24fba09d80cc07939c46f9b8373b1aed9343

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/imagej/compare/986342350dd35f453bb8b688f0598969a7601243...4d9d24fba09d80cc07939c46f9b8373b1aed9343
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

[med-svn] [Git][med-team/ariba] Pushed new tag debian/2.12.1+ds-1

2018-06-20 Thread Sascha Steinbiss
Sascha Steinbiss pushed new tag debian/2.12.1+ds-1 at Debian Med / ariba

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/ariba/tree/debian/2.12.1+ds-1
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

[med-svn] [Git][med-team/ariba][master] dch -r

2018-06-20 Thread Sascha Steinbiss
Sascha Steinbiss pushed to branch master at Debian Med / ariba


Commits:
25da0075 by Sascha Steinbiss at 2018-06-20T11:00:38+02:00
dch -r

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ariba (2.12.1+ds-1) UNRELEASED; urgency=medium
+ariba (2.12.1+ds-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Sascha Steinbiss   Tue, 19 Jun 2018 17:09:34 +0200
+ -- Sascha Steinbiss   Wed, 20 Jun 2018 11:00:31 +0200
 
 ariba (2.12.0+ds-1) unstable; urgency=medium
 



View it on GitLab: 
https://salsa.debian.org/med-team/ariba/commit/25da0075b6cca9b994c7daac59366f016d924d6c

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/ariba/commit/25da0075b6cca9b994c7daac59366f016d924d6c
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