[DRE-commits] [ruby-redcarpet] 01/01: remove patches/

Abhijith PA abhijithpa-guest at moszumanska.debian.org
Sat Jun 17 05:05:34 UTC 2017


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

abhijithpa-guest pushed a commit to branch master
in repository ruby-redcarpet.

commit aa6548fde084180dfc84345adfb4ef04c15fee0f
Author: Abhijith PA <abhijith at openmailbox.org>
Date:   Sat Jun 17 10:33:52 2017 +0530

    remove patches/
---
 debian/patches/call-the-right-ruby.patch           | 22 -------------------
 .../fix_test_no_rewind_into_previous_inline.patch  | 25 ----------------------
 debian/patches/series                              |  2 --
 3 files changed, 49 deletions(-)

diff --git a/debian/patches/call-the-right-ruby.patch b/debian/patches/call-the-right-ruby.patch
deleted file mode 100644
index a8dfb04..0000000
--- a/debian/patches/call-the-right-ruby.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Call the right Ruby in tests
- This is probably Debian-specific as upstream does not care about this type of thing.
-Author: Antonio Terceiro <terceiro at debian.org>
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797101
-Forwarded: not-needed
-Last-Update: 2015-10-30
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/test/redcarpet_bin_test.rb
-+++ b/test/redcarpet_bin_test.rb
-@@ -64,8 +64,9 @@
- 
-   def run_bin(*args)
-     bin_path = File.expand_path('../../bin/redcarpet', __FILE__)
-+    ruby = RbConfig::CONFIG['ruby_install_name']
- 
--    IO.popen("#{bin_path} #{args.join(" ")}") do |stream|
-+    IO.popen("#{ruby} #{bin_path} #{args.join(" ")}") do |stream|
-       @output = stream.read
-     end
-   end
diff --git a/debian/patches/fix_test_no_rewind_into_previous_inline.patch b/debian/patches/fix_test_no_rewind_into_previous_inline.patch
deleted file mode 100644
index 54a711e..0000000
--- a/debian/patches/fix_test_no_rewind_into_previous_inline.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Fix test (Ruby2.2-specific syntax?)
-Author: Lucas Nussbaum <lucas at debian.org>
-Origin: vendor
-Bug: https://github.com/vmg/redcarpet/issues/485
-Forwarded: https://github.com/vmg/redcarpet/issues/485
-Last-Update: 2015-05-06
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/test/markdown_test.rb
-+++ b/test/markdown_test.rb
-@@ -359,12 +359,12 @@
- 
-   def test_no_rewind_into_previous_inline
-     result = "<p><em>!dl</em><a href=\"mailto:1 at danlec.com\">1 at danlec.com</a></p>\n"
--    output = render("_!dl_1 at danlec.com", with: [:autolink])
-+    output = render_with({:autolink => true}, "_!dl_1 at danlec.com")
- 
-     assert_equal result, output
- 
-     result = "<p>abc123<em><a href=\"http://www.foo.com\">www.foo.com</a></em>@foo.com</p>\n"
--    output = render("abc123_www.foo.com_ at foo.com", with: [:autolink])
-+    output = render_with({:autolink => true}, "abc123_www.foo.com_ at foo.com")
- 
-     assert_equal result, output
-   end
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ab7a8dd..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-fix_test_no_rewind_into_previous_inline.patch
-call-the-right-ruby.patch

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



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