[DRE-commits] [ruby-gettext] 02/03: Unset LANG, LANGUAGE, and LC_ALL before running the testsuite.

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Sun Jun 1 10:19:23 UTC 2014


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

tsfgnu-guest pushed a commit to branch master
in repository ruby-gettext.

commit 5e570d6f86a4685126256deb147cc3a33aa69a67
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Sun Jun 1 13:10:12 2014 +0300

    Unset LANG, LANGUAGE, and LC_ALL before running the testsuite.
    
    Useless for Debian but required for Ubuntu
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0249934..fa1e644 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_install:
 	# avoid rebuilding samples/**/*.mo though
 	find samples/ -name '*.mo' -exec touch '{}' ';'
 	# do the usual thing
-	dh_auto_install
+	LANG= LANGUAGE= LC_ALL= dh_auto_install
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/text/news.md -O--buildsystem=ruby

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



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