[DRE-commits] [SCM] asciidoctor.git branch, master, updated. debian/0.1.3-1-3-ged41a9f

Per Andersson avtobiff at gmail.com
Sat Jun 8 22:37:48 UTC 2013


The following commit has been merged in the master branch:
commit ed41a9f212a0c7963b0437d2980dde990e958426
Author: Per Andersson <avtobiff at gmail.com>
Date:   Sun Jun 9 00:36:12 2013 +0200

    Don't set LC_ALL=C.UTF-8 for dh_auto_install

diff --git a/debian/changelog b/debian/changelog
index 2be988e..1d3ddf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 asciidoctor (0.1.3-2) UNRELEASED; urgency=low
 
   * Add Dan Allen to doc-base Author field
+  * Don't set LC_ALL=C.UTF-8 for dh_auto_install
 
  -- Per Andersson <avtobiff at gmail.com>  Sat, 08 Jun 2013 17:55:16 +0200
 
diff --git a/debian/rules b/debian/rules
index ff1e4ed..bc6c4be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,8 +24,7 @@ override_dh_auto_build:
 	rdoc --main=README.adoc lib
 
 override_dh_auto_install:
-	# use utf-8 locale so test cases work
-	LC_ALL=C.UTF-8 dh_auto_install
+	dh_auto_install
 	# remove asciidoctor-safe
 	rm -f debian/asciidoctor/usr/bin/asciidoctor-safe
 	# remove bundled jquery.js

-- 
asciidoctor.git



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