[med-svn] [python-pyfaidx] 05/05: Make sure the whole build has LC_ALL set to UTF-8, upload to unstable

Andreas Tille tille at debian.org
Sat May 14 22:13:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository python-pyfaidx.

commit 8e873ef536e0a775c58b1dc18c06072776cce74e
Author: Andreas Tille <tille at debian.org>
Date:   Sat May 14 23:49:15 2016 +0200

    Make sure the whole build has LC_ALL set to UTF-8, upload to unstable
---
 debian/changelog | 4 ++--
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9c871d5..0a56361 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-python-pyfaidx (0.4.7.1-1) UNRELEASED; urgency=medium
+python-pyfaidx (0.4.7.1-1) unstable; urgency=medium
 
   * New upstream version
   * cme fix dpkg-control
 
- -- Andreas Tille <tille at debian.org>  Sat, 14 May 2016 23:48:07 +0200
+ -- Andreas Tille <tille at debian.org>  Sat, 14 May 2016 23:49:10 +0200
 
 python-pyfaidx (0.4.5.2-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index ac2920f..f621cbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 export PYBUILD_NAME=pyfaidx
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_install:
 	dh_install
@@ -15,7 +15,7 @@ override_dh_install:
 	rm -rf debian/python-$(PYBUILD_NAME)/usr/bin
 
 override_dh_auto_test:
-	LC_ALL=C.UTF-8 dh_auto_test -- --test --system=custom --test-args='set -e; \
+	dh_auto_test -- --test --system=custom --test-args='set -e; \
 				{interpreter} -m "nose" --with-coverage --cover-package=pyfaidx'
 
 override_dh_compress:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pyfaidx.git



More information about the debian-med-commit mailing list