[Python-modules-commits] [python-asyncssh] 13/14: Use localehelper to make some tests succeed

Vincent Bernat bernat at moszumanska.debian.org
Sat Sep 10 12:10:11 UTC 2016


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

bernat pushed a commit to branch master
in repository python-asyncssh.

commit 6ef2324c5fd6e7dd69fd72f3f5bb39191b569a99
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Sep 10 14:00:52 2016 +0200

    Use localehelper to make some tests succeed
---
 debian/changelog | 1 +
 debian/control   | 1 +
 debian/rules     | 3 +++
 3 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 647d08a..3345916 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-asyncssh (1.6.2-1) UNRELEASED; urgency=medium
 
   * New upstream version.
+  * Use localehelper to make some tests succeed.
 
  -- Vincent Bernat <bernat at debian.org>  Sat, 10 Sep 2016 13:55:59 +0200
 
diff --git a/debian/control b/debian/control
index 3012c1f..61226f0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: Vincent Bernat <bernat at debian.org>
 Build-Depends: 
  debhelper (>= 9),
+ localehelper,
  python3-all,
  python3-sphinx (>= 1.0.7+dfsg-1~),
  python3-setuptools,
diff --git a/debian/rules b/debian/rules
index f8ebff2..d99d448 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,6 @@ override_dh_installdocs:
 	PYTHONPATH=. sphinx-build -N -q -E -b html docs/ \
                 debian/python-asyncssh-doc/usr/share/doc/python-asyncssh-doc/html/
 	dh_installdocs
+
+override_dh_auto_test:
+	localehelper LANG=en_US.UTF-8 dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-asyncssh.git



More information about the Python-modules-commits mailing list