Control: tags 832851 + patch

Dear maintainer,

I've prepared an NMU for python-argh (versioned as 0.26.1-1.1) and
submitted an RFS to have it uploaded.

Regards.

-- 
Sean Whitton
diff -Nru python-argh-0.26.1/debian/changelog python-argh-0.26.1/debian/changelog
--- python-argh-0.26.1/debian/changelog	2015-02-16 21:51:21.000000000 -0700
+++ python-argh-0.26.1/debian/changelog	2016-08-11 11:58:52.000000000 -0700
@@ -1,3 +1,11 @@
+python-argh (0.26.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Update 0001-fix-unit-tests.patch for newer sbuild (Closes: #832851).
+    The LANG environment variable might not be set.
+
+ -- Sean Whitton <spwhit...@spwhitton.name>  Thu, 11 Aug 2016 11:58:52 -0700
+
 python-argh (0.26.1-1) unstable; urgency=medium
 
   [ Marco Nenciarini ]
diff -Nru python-argh-0.26.1/debian/patches/0001-fix-unit-tests.patch python-argh-0.26.1/debian/patches/0001-fix-unit-tests.patch
--- python-argh-0.26.1/debian/patches/0001-fix-unit-tests.patch	2015-02-16 21:51:21.000000000 -0700
+++ python-argh-0.26.1/debian/patches/0001-fix-unit-tests.patch	2016-08-11 11:54:21.000000000 -0700
@@ -1,6 +1,7 @@
 From: Marco Nenciarini <mnen...@debian.org>
 Date: Mon, 16 Feb 2015 20:22:58 +0100
 Subject: fix unit tests
+Last-Update: 2016-08-11
 
 ---
  test/test_integration.py | 3 ++-
@@ -45,7 +46,7 @@
  
  
 +@pytest.mark.xfail(sys.version_info <= (3,0)
-+                   and os.environ['LANG'] == 'C',
++                   and ('LANG' not in os.environ or os.environ['LANG'] == 'C'),
 +                   reason='It fails on buildd')
  def test_encoding():
      "Unicode is accepted as prompt message"

Attachment: signature.asc
Description: PGP signature

Reply via email to