[DRE-commits] [ruby-gettext] 07/09: Refresh patches

Jérémy Bobbio lunar at alioth.debian.org
Sun Sep 1 17:39:36 UTC 2013


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

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

commit 3286bcbf2f9f612184564137ef670c1238f8e7bb
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Sep 1 19:03:45 2013 +0200

    Refresh patches
---
 debian/patches/0003-Do-not-use-Bundler-in-Rakefile.patch |    8 ++++----
 debian/patches/0004-Use-system-racc-in-Rakefile.patch    |   12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/patches/0003-Do-not-use-Bundler-in-Rakefile.patch b/debian/patches/0003-Do-not-use-Bundler-in-Rakefile.patch
index 9367562..8530123 100644
--- a/debian/patches/0003-Do-not-use-Bundler-in-Rakefile.patch
+++ b/debian/patches/0003-Do-not-use-Bundler-in-Rakefile.patch
@@ -7,13 +7,13 @@ Subject: Do not use Bundler in Rakefile
  1 file changed, 1 insertion(+), 11 deletions(-)
 
 diff --git a/Rakefile b/Rakefile
-index 6b8e252..16c7b84 100644
+index 77ef00e..7b5a53c 100644
 --- a/Rakefile
 +++ b/Rakefile
-@@ -22,18 +22,8 @@ require "yard"
+@@ -21,18 +21,8 @@ require "rubygems"
+ require "yard"
  require "gettext/version"
- require "gettext/tools"
- require "gettext/task"
+ require "gettext/tools/task"
 -require "bundler/gem_helper"
  
 -class Bundler::GemHelper
diff --git a/debian/patches/0004-Use-system-racc-in-Rakefile.patch b/debian/patches/0004-Use-system-racc-in-Rakefile.patch
index 737e1b8..4e8d1e2 100644
--- a/debian/patches/0004-Use-system-racc-in-Rakefile.patch
+++ b/debian/patches/0004-Use-system-racc-in-Rakefile.patch
@@ -7,15 +7,15 @@ Subject: Use system racc in Rakefile
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Rakefile b/Rakefile
-index 16c7b84..aad2f1c 100644
+index 7b5a53c..de6705e 100644
 --- a/Rakefile
 +++ b/Rakefile
-@@ -40,7 +40,7 @@ end
+@@ -39,7 +39,7 @@ end
  
- poparser_ry_path = "src/poparser.ry"
- file poparser_rb_path => poparser_ry_path do
+ po_parser_ry_path = "src/po_parser.ry"
+ file po_parser_rb_path => po_parser_ry_path do
 -  racc = File.join(Gem.bindir, "racc")
 +  racc = "/usr/bin/racc"
-   tempfile = Tempfile.new("gettext-poparser")
-   ruby(racc, "-g", poparser_ry_path, "-o", tempfile.path)
+   tempfile = Tempfile.new("gettext-po-parser")
+   ruby(racc, "-g", po_parser_ry_path, "-o", tempfile.path)
  

-- 
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