[DRE-commits] [ruby-treetop] 02/07: remove 0003-Use-ruby18-compatible-regexp.patch, applied upstream

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 22 13:12:45 UTC 2014


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

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

commit bcfe77e62221e80e8df014137b335975b8419693
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Sep 22 14:55:10 2014 +0200

    remove 0003-Use-ruby18-compatible-regexp.patch, applied upstream
---
 debian/patches/0003-Use-ruby18-compatible-regexp.patch | 18 ------------------
 debian/patches/series                                  |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/0003-Use-ruby18-compatible-regexp.patch b/debian/patches/0003-Use-ruby18-compatible-regexp.patch
deleted file mode 100644
index f9d4979..0000000
--- a/debian/patches/0003-Use-ruby18-compatible-regexp.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Use a Regexp in specs compatible with Ruby1.8
-Author: Cédric Boutillier <boutil at debian.org>
-Origin: vendor
-Bug: https://github.com/nathansobo/treetop/issues/32
-Forwarded: https://github.com/nathansobo/treetop/pull/36
-Last-Update: 2013-06-19
-
---- ruby-treetop-1.4.14.orig/spec/compiler/character_class_spec.rb
-+++ ruby-treetop-1.4.14/spec/compiler/character_class_spec.rb
-@@ -86,7 +86,7 @@ module CharacterClassSpec
-   end
- 
-   describe "a character class with a negated POSIX bracket expression" do
--    testing_expression "[[:^space:]]"
-+    testing_expression "[^[:space:]]"
-     it "matches a character outside the negated class" do
-       parse('a').should_not be_nil
-     end
diff --git a/debian/patches/series b/debian/patches/series
index add9f82..2be2c6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 0001-Do-not-require-rubygems.patch
 0002-Add-a-tt-manual-page.patch
-0003-Use-ruby18-compatible-regexp.patch
 0004-privacy-breach.patch

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



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