[DRE-commits] [ruby-zip] 01/02: debian/rules: export LANG=C.UTF-8 since the test suite assumes a UTF-8 locale

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Sep 28 01:03:18 UTC 2014


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

terceiro pushed a commit to branch master
in repository ruby-zip.

commit b2843688e05895c98831c108ceeb9b26b64214a0
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Sep 27 22:01:12 2014 -0300

    debian/rules: export LANG=C.UTF-8 since the test suite assumes a UTF-8 locale
---
 debian/changelog | 4 ++++
 debian/rules     | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6ddf4eb..2152861 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,10 @@ ruby-zip (1.1.6-1) unstable; urgency=medium
   * debian/rules: add tests generated file to clean.
   * Drop 'libzip-ruby1.9.1' transitional package.
 
+  [ Antonio Terceiro ]
+  * debian/rules: export LANG=C.UTF-8 since the test suite assumes a UTF-8
+    locale
+
  -- David Suárez <david.sephirot at gmail.com>  Tue, 23 Sep 2014 20:22:47 +0200
 
 ruby-zip (1.1.2-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 745beb9..dc23f7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
 
+export LANG=C.UTF-8
+
 %:
 	dh $@ --buildsystem=ruby --with ruby
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-zip.git



More information about the Pkg-ruby-extras-commits mailing list