[DRE-commits] [ruby-execjs] 07/08: debian/rules: force C.UTF-8 locales, which the test suite expects

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Aug 14 17:42:45 UTC 2015


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

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

commit e20c6c651b386be1611c591ab0d37fd1695fb13d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Aug 14 14:28:40 2015 -0300

    debian/rules: force C.UTF-8 locales, which the test suite expects
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4caccba..0954a96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-execjs (2.4.0-1) unstable; urgency=medium
   * Update packaging with a new dh-make-ruby run
   * debian/patches/01_use_local_coffee_script_source: dropped, not needed
     anymore.
+  * debian/rules: force C.UTF-8 locales, which the test suite expects
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 14 Aug 2015 14:26:07 -0300
 
diff --git a/debian/rules b/debian/rules
index 3454d59..c82d5f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export GEM2DEB_TEST_RUNNER = --check-dependencies
+export LC_ALL = 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-execjs.git



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