[DRE-commits] [ruby-gherkin] 02/16: refresh patches

Cédric Boutillier boutil at alioth.debian.org
Tue Aug 13 13:16:46 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-gherkin.

commit fe5d8ce946d0c8ac50152d94b543886fa6f6b91b
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jul 31 15:45:34 2013 +0200

    refresh patches
---
 debian/patches/remove_bundler_rubygems_stuff.patch |   10 +--
 debian/patches/signed_char.patch                   |   71 ++++++++++++++++++++
 2 files changed, 76 insertions(+), 5 deletions(-)

diff --git a/debian/patches/remove_bundler_rubygems_stuff.patch b/debian/patches/remove_bundler_rubygems_stuff.patch
index c5b5562..abeb08b 100644
--- a/debian/patches/remove_bundler_rubygems_stuff.patch
+++ b/debian/patches/remove_bundler_rubygems_stuff.patch
@@ -2,12 +2,12 @@ Description: Remove bundler and rubygems stuff from spec_helper.rb
  These lines are not needed on Debian systems since dependencies are available
  as Debian packages.
 Origin: vendor
-Last-Update: 2011-06-20
+Last-Update: 2013-07-31
 
---- ruby-gherkin-2.11.0.orig/spec/spec_helper.rb
-+++ ruby-gherkin-2.11.0/spec/spec_helper.rb
-@@ -3,10 +3,6 @@ if RUBY_VERSION =~ /1.9/
-   Encoding.default_internal = Encoding::UTF_8
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -7,10 +7,6 @@
+   ArrayList.__persistent__ = true
  end
  
 -require 'rubygems'
diff --git a/debian/patches/signed_char.patch b/debian/patches/signed_char.patch
index ce32071..1eca841 100644
--- a/debian/patches/signed_char.patch
+++ b/debian/patches/signed_char.patch
@@ -3,6 +3,7 @@ Description: Force the assumption of signedness for the char type
  is not the case in some architectures such as arm* and s390*
 Origin: vendor
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685952
+Last-Update: 2013-07-31
 
 --- a/ext/gherkin_lexer_ar/extconf.rb
 +++ b/ext/gherkin_lexer_ar/extconf.rb
@@ -464,3 +465,73 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685952
  dir_config("gherkin_lexer_zh_tw")
  have_library("c", "main")
  create_makefile("gherkin_lexer_zh_tw")
+--- a/ext/gherkin_lexer_el/extconf.rb
++++ b/ext/gherkin_lexer_el/extconf.rb
+@@ -1,6 +1,6 @@
+ require 'mkmf'
+ CONFIG['warnflags'].gsub!(/-Wshorten-64-to-32/, '') if CONFIG['warnflags']
+-$CFLAGS << ' -O0 -Wall' if CONFIG['CC'] =~ /gcc|clang/
++$CFLAGS << ' -O0 -Wall -fsigned-char' if CONFIG['CC'] =~ /gcc|clang/
+ dir_config("gherkin_lexer_el")
+ have_library("c", "main")
+ create_makefile("gherkin_lexer_el")
+--- a/ext/gherkin_lexer_en_old/extconf.rb
++++ b/ext/gherkin_lexer_en_old/extconf.rb
+@@ -1,6 +1,6 @@
+ require 'mkmf'
+ CONFIG['warnflags'].gsub!(/-Wshorten-64-to-32/, '') if CONFIG['warnflags']
+-$CFLAGS << ' -O0 -Wall' if CONFIG['CC'] =~ /gcc|clang/
++$CFLAGS << ' -O0 -Wall -fsigned-char' if CONFIG['CC'] =~ /gcc|clang/
+ dir_config("gherkin_lexer_en_old")
+ have_library("c", "main")
+ create_makefile("gherkin_lexer_en_old")
+--- a/ext/gherkin_lexer_fa/extconf.rb
++++ b/ext/gherkin_lexer_fa/extconf.rb
+@@ -1,6 +1,6 @@
+ require 'mkmf'
+ CONFIG['warnflags'].gsub!(/-Wshorten-64-to-32/, '') if CONFIG['warnflags']
+-$CFLAGS << ' -O0 -Wall' if CONFIG['CC'] =~ /gcc|clang/
++$CFLAGS << ' -O0 -Wall -fsigned-char' if CONFIG['CC'] =~ /gcc|clang/
+ dir_config("gherkin_lexer_fa")
+ have_library("c", "main")
+ create_makefile("gherkin_lexer_fa")
+--- a/ext/gherkin_lexer_gl/extconf.rb
++++ b/ext/gherkin_lexer_gl/extconf.rb
+@@ -1,6 +1,6 @@
+ require 'mkmf'
+ CONFIG['warnflags'].gsub!(/-Wshorten-64-to-32/, '') if CONFIG['warnflags']
+-$CFLAGS << ' -O0 -Wall' if CONFIG['CC'] =~ /gcc|clang/
++$CFLAGS << ' -O0 -Wall -fsigned-char' if CONFIG['CC'] =~ /gcc|clang/
+ dir_config("gherkin_lexer_gl")
+ have_library("c", "main")
+ create_makefile("gherkin_lexer_gl")
+--- a/ext/gherkin_lexer_hi/extconf.rb
++++ b/ext/gherkin_lexer_hi/extconf.rb
+@@ -1,6 +1,6 @@
+ require 'mkmf'
+ CONFIG['warnflags'].gsub!(/-Wshorten-64-to-32/, '') if CONFIG['warnflags']
+-$CFLAGS << ' -O0 -Wall' if CONFIG['CC'] =~ /gcc|clang/
++$CFLAGS << ' -O0 -Wall -fsigned-char' if CONFIG['CC'] =~ /gcc|clang/
+ dir_config("gherkin_lexer_hi")
+ have_library("c", "main")
+ create_makefile("gherkin_lexer_hi")
+--- a/ext/gherkin_lexer_tl/extconf.rb
++++ b/ext/gherkin_lexer_tl/extconf.rb
+@@ -1,6 +1,6 @@
+ require 'mkmf'
+ CONFIG['warnflags'].gsub!(/-Wshorten-64-to-32/, '') if CONFIG['warnflags']
+-$CFLAGS << ' -O0 -Wall' if CONFIG['CC'] =~ /gcc|clang/
++$CFLAGS << ' -O0 -Wall -fsigned-char' if CONFIG['CC'] =~ /gcc|clang/
+ dir_config("gherkin_lexer_tl")
+ have_library("c", "main")
+ create_makefile("gherkin_lexer_tl")
+--- a/ext/gherkin_lexer_tt/extconf.rb
++++ b/ext/gherkin_lexer_tt/extconf.rb
+@@ -1,6 +1,6 @@
+ require 'mkmf'
+ CONFIG['warnflags'].gsub!(/-Wshorten-64-to-32/, '') if CONFIG['warnflags']
+-$CFLAGS << ' -O0 -Wall' if CONFIG['CC'] =~ /gcc|clang/
++$CFLAGS << ' -O0 -Wall -fsigned-char' if CONFIG['CC'] =~ /gcc|clang/
+ dir_config("gherkin_lexer_tt")
+ have_library("c", "main")
+ create_makefile("gherkin_lexer_tt")

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



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