[DRE-commits] [SCM] ruby-http-parser.rb.git branch, master, updated. upstream/0.5.3-7-g4fe3d21

Praveen Arimbrathodiyil praveen at debian.org
Sat Jun 8 14:05:48 UTC 2013


The following commit has been merged in the master branch:
commit f16c001570497d662ff64ad639fdda3fa5f4129f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Jun 8 19:33:06 2013 +0530

    make UTF-8 as default encoding

diff --git a/debian/patches/fix-default-encoding.patch b/debian/patches/fix-default-encoding.patch
new file mode 100644
index 0000000..a1825f7
--- /dev/null
+++ b/debian/patches/fix-default-encoding.patch
@@ -0,0 +1,14 @@
+Description: Make UTF-8 default encoding
+Author: Cédric Boutillier
+Bug: https://github.com/tmm1/http_parser.rb/pull/28
+
+--- a/spec/parser_spec.rb
++++ b/spec/parser_spec.rb
+@@ -1,3 +1,7 @@
++if defined? Encoding
++  Encoding.default_external = "UTF-8"
++end
++
+ require "spec_helper"
+ require "json"
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e9f71ba
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-default-encoding.patch
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
ruby-http-parser.rb.git



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