[DRE-commits] [ruby-kramdown] 02/07: Refresh patch

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Mar 16 13:24:35 UTC 2016


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

uwabami-guest pushed a commit to branch master
in repository ruby-kramdown.

commit 18ebf081a3be4fb143fdabd57a9db01a4fd98ba5
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Mon Nov 23 19:19:01 2015 +0900

    Refresh patch
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/patches/skip_missing_math_engines.patch | 52 +++++++++++++-------------
 1 file changed, 27 insertions(+), 25 deletions(-)

diff --git a/debian/patches/skip_missing_math_engines.patch b/debian/patches/skip_missing_math_engines.patch
index c139f3d..261e787 100644
--- a/debian/patches/skip_missing_math_engines.patch
+++ b/debian/patches/skip_missing_math_engines.patch
@@ -7,34 +7,36 @@ Last-Update: 2015-07-20
 +++ b/test/test_files.rb
 @@ -19,7 +19,15 @@
    EXCLUDE_KD_FILES = [('test/testcases/block/04_header/with_auto_ids.text' if RUBY_VERSION <= '1.8.6'), # bc of dep stringex not working
-                       ('test/testcases/span/03_codespan/highlighting-rouge.text' if RUBY_VERSION < '2.0'), #bc of rouge
-                       ('test/testcases/block/06_codeblock/highlighting-rouge.text' if RUBY_VERSION < '2.0'), #bc of rouge
+                       ('test/testcases/span/03_codespan/rouge/' if RUBY_VERSION < '2.0'), #bc of rouge
+                       ('test/testcases/block/06_codeblock/rouge/' if RUBY_VERSION < '2.0'), #bc of rouge
 -
-+'test/testcases/block/15_math/gh_128.text',
-+'test/testcases/block/15_math/itex2mml.text',
-+'test/testcases/block/15_math/mathjaxnode_notexhints.text',
-+'test/testcases/block/15_math/mathjaxnode_semantics.text',
-+'test/testcases/block/15_math/mathjaxnode.text',
-+'test/testcases/block/15_math/ritex.text',
-+'test/testcases/span/math/itex2mml.text',
-+'test/testcases/span/math/mathjaxnode.text',
-+'test/testcases/span/math/ritex.text',
++                      'test/testcases/block/15_math/gh_128.text',
++                      'test/testcases/block/15_math/itex2mml.text',
++                      'test/testcases/block/15_math/mathjaxnode_notexhints.text',
++                      'test/testcases/block/15_math/mathjaxnode_semantics.text',
++                      'test/testcases/block/15_math/mathjaxnode.text',
++                      'test/testcases/block/15_math/ritex.text',
++                      'test/testcases/span/math/itex2mml.text',
++                      'test/testcases/span/math/mathjaxnode.text',
++                      'test/testcases/span/math/ritex.text'
                       ].compact
  
    # Generate test methods for kramdown-to-xxx conversion
-@@ -286,6 +294,15 @@
-                        'test/testcases/span/text_substitutions/typography.text',
-                        ('test/testcases/span/03_codespan/highlighting-rouge.text' if RUBY_VERSION < '2.0'),
-                        ('test/testcases/block/06_codeblock/highlighting-rouge.text' if RUBY_VERSION < '2.0'), #bc of rouge
-+'test/testcases/block/15_math/gh_128.text',
-+'test/testcases/block/15_math/itex2mml.text',
-+'test/testcases/block/15_math/mathjaxnode_notexhints.text',
-+'test/testcases/block/15_math/mathjaxnode_semantics.text',
-+'test/testcases/block/15_math/mathjaxnode.text',
-+'test/testcases/block/15_math/ritex.text',
-+'test/testcases/span/math/itex2mml.text',
-+'test/testcases/span/math/mathjaxnode.text',
-+'test/testcases/span/math/ritex.text',
-                       ].compact
+@@ -291,7 +299,16 @@
+                        ('test/testcases/span/03_codespan/rouge/disabled.text' if RUBY_VERSION < '2.0'),
+                        ('test/testcases/block/06_codeblock/rouge/simple.text' if RUBY_VERSION < '2.0'), #bc of rouge
+                        ('test/testcases/block/06_codeblock/rouge/disabled.text' if RUBY_VERSION < '2.0'), #bc of rouge
+-                      ].compact
++                       'test/testcases/block/15_math/gh_128.text',
++                       'test/testcases/block/15_math/itex2mml.text',
++                       'test/testcases/block/15_math/mathjaxnode_notexhints.text',
++                       'test/testcases/block/15_math/mathjaxnode_semantics.text',
++                       'test/testcases/block/15_math/mathjaxnode.text',
++                       'test/testcases/block/15_math/ritex.text',
++                       'test/testcases/span/math/itex2mml.text',
++                       'test/testcases/span/math/mathjaxnode.text',
++                       'test/testcases/span/math/ritex.text',
++  ].compact
  
    # Generate test methods for gfm-to-html conversion
+   Dir[File.dirname(__FILE__) + '/{testcases,testcases_gfm}/**/*.text'].each do |text_file|

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



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