[DRE-commits] [ruby-github-markup] 02/03: Refresh patches

Balasankar C balasankarc-guest at moszumanska.debian.org
Wed Apr 13 04:48:08 UTC 2016


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

balasankarc-guest pushed a commit to branch master
in repository ruby-github-markup.

commit 0a1288277f623bb12e2707a72383d678bbe6ae82
Author: Balasankar C <balasankarc at autistici.org>
Date:   Wed Apr 13 10:11:21 2016 +0530

    Refresh patches
---
 debian/patches/0002-Update-pod-markup-test-output.patch | 12 +++++-------
 debian/patches/0003-disable-failing-test.patch          | 12 +++++-------
 2 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/debian/patches/0002-Update-pod-markup-test-output.patch b/debian/patches/0002-Update-pod-markup-test-output.patch
index a6484c8..40de8b3 100644
--- a/debian/patches/0002-Update-pod-markup-test-output.patch
+++ b/debian/patches/0002-Update-pod-markup-test-output.patch
@@ -4,10 +4,8 @@ Origin: vendor
 Author: Cédric Boutillier <boutil at debian.org>
 Last-Update: 2015-09-23
 
-Index: ruby-github-markup/test/markups/README.pod.html
-===================================================================
---- ruby-github-markup.orig/test/markups/README.pod.html
-+++ ruby-github-markup/test/markups/README.pod.html
+--- a/test/markups/README.pod.html
++++ b/test/markups/README.pod.html
 @@ -1,14 +1,14 @@
  <a name="___top"></a>
  
@@ -26,7 +24,7 @@ Index: ruby-github-markup/test/markups/README.pod.html
  
  <p>Primary goals are:</p>
  
-@@ -16,7 +16,7 @@ and what else needs to be done.</p>
+@@ -16,7 +16,7 @@
  <p>=item* Create a working compiler that understands the majority of the MATLAB/Octave programming language.</p>
  </blockquote>
  
@@ -35,7 +33,7 @@ Index: ruby-github-markup/test/markups/README.pod.html
  
  <p>This project is broken into three primary components:</p>
  
-@@ -43,11 +43,11 @@ These are also separated into different
+@@ -43,11 +43,11 @@
  or mostly M with some inline PIR code in <code>toolbox/</code>.</p>
  </blockquote>
  
@@ -49,7 +47,7 @@ Index: ruby-github-markup/test/markups/README.pod.html
  
  <p>To get a proper version of Parrot to build Matrixy,
  you will need to check out and build Parrot from source:</p>
-@@ -57,29 +57,29 @@ you will need to check out and build Par
+@@ -57,29 +57,29 @@
      perl Configure.pl
      make && make test && make install-dev</pre>
  
diff --git a/debian/patches/0003-disable-failing-test.patch b/debian/patches/0003-disable-failing-test.patch
index 311afae..6747714 100644
--- a/debian/patches/0003-disable-failing-test.patch
+++ b/debian/patches/0003-disable-failing-test.patch
@@ -1,10 +1,8 @@
 TODO: see if the test can be fixed
 
-Index: ruby-github-markup/test/markup_test.rb
-===================================================================
---- ruby-github-markup.orig/test/markup_test.rb
-+++ ruby-github-markup/test/markup_test.rb
-@@ -47,7 +47,7 @@ class MarkupTest < Minitest::Test
+--- a/test/markup_test.rb
++++ b/test/markup_test.rb
+@@ -47,7 +47,7 @@
      HTML::Pipeline::SanitizationFilter
    ]
  
@@ -13,11 +11,11 @@ Index: ruby-github-markup/test/markup_test.rb
      next if readme =~ /html$/
      markup = readme.split('/').last.gsub(/^README\./, '')
  
-@@ -82,7 +82,6 @@ message
+@@ -82,7 +82,6 @@
      assert_equal true, GitHub::Markup.can_render?('README.rmd')
      assert_equal true, GitHub::Markup.can_render?('README.Rmd')
      assert_equal false, GitHub::Markup.can_render?('README.cmd')
 -    assert_equal true, GitHub::Markup.can_render?('README.litcoffee')
    end
  
-   def test_raises_error_if_command_exits_non_zero
+   def test_each_render_has_a_name

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



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