[DRE-commits] [SCM] gist.git branch, master, updated. upstream/4.0.3-14-g67b3eb5

Christian Hofstaedtler christian at hofstaedtler.name
Wed Jul 24 21:48:12 UTC 2013


The following commit has been merged in the master branch:
commit 67b3eb5404fb11ccc87bd27db08f97c8342fbdf1
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Wed Jul 24 23:47:08 2013 +0200

    force UTF-8 locale during build

diff --git a/debian/control b/debian/control
index c6882b7..b9b0825 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Christian Hofstaedtler <christian at hofstaedtler.name>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), ruby-ronn, rake
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), ruby-ronn, rake, locales
 # ruby-rspec, ruby-webmock, ruby-json
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/gist.git
diff --git a/debian/rules b/debian/rules
index 70cfc68..bfa7dfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,8 @@ override_dh_auto_build:
 	if [ ! -d build.shipped ]; then \
 		mv build build.shipped; \
 	fi
-	rake man
-	rake standalone
+	LC_ALL=C.UTF-8 rake man
+	LC_ALL=C.UTF-8 rake standalone
 
 override_dh_auto_clean:
 	if [ -d build.shipped ]; then \

-- 
gist.git



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