[DRE-commits] [ruby-github-markup] 03/03: refresh patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Sep 23 12:26:12 UTC 2015


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

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

commit f213fb6bd198aa0802471f833fc0f28fbee29270
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Sep 23 17:55:18 2015 +0530

    refresh patch
---
 debian/changelog                                   |   1 +
 .../0002-Update-pod-markup-test-output.patch       | 108 +++++++++------------
 2 files changed, 48 insertions(+), 61 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2801d25..05ff53d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-github-markup (1.3.3+dfsg-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
   * d/watch: Fall-back to Github (githubredir webservice was discontinued)
+  * Refresh patch
 
  -- Sebastien Badia <seb at sebian.fr>  Wed, 08 Apr 2015 18:21:04 +0200
 
diff --git a/debian/patches/0002-Update-pod-markup-test-output.patch b/debian/patches/0002-Update-pod-markup-test-output.patch
index e62df52..a6484c8 100644
--- a/debian/patches/0002-Update-pod-markup-test-output.patch
+++ b/debian/patches/0002-Update-pod-markup-test-output.patch
@@ -2,101 +2,87 @@ Description: fix output of README.pod as parsed by perl POD::Simple::HTML
  in order to get #___top href, the field index should be set.
 Origin: vendor
 Author: Cédric Boutillier <boutil at debian.org>
-Last-Update: 2014-03-28
+Last-Update: 2015-09-23
 
---- a/test/markups/README.pod.html
-+++ b/test/markups/README.pod.html
-@@ -1,10 +1,10 @@
- <a name='___top' class='dummyTopAnchor' ></a>
- 
--<h1><a class='u' href='#___top' title='click to go to top of document'
-+<h1><a class='u'
- name="Matrixy"
- >Matrixy</a></h1>
- 
--<h2><a class='u' href='#___top' title='click to go to top of document'
-+<h2><a class='u'
- name="INTRODUCTION"
- >INTRODUCTION</a></h2>
- 
-@@ -12,7 +12,7 @@
+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
+@@ -1,14 +1,14 @@
+ <a name="___top"></a>
+ 
+-<h1><a href="#___top" title="click to go to top of document" name="Matrixy">Matrixy</a></h1>
++<h1><a name="Matrixy">Matrixy</a></h1>
+ 
+-<h2><a href="#___top" title="click to go to top of document" name="INTRODUCTION">INTRODUCTION</a></h2>
++<h2><a name="INTRODUCTION">INTRODUCTION</a></h2>
+ 
+ <p>This is a port of the MATLAB/Octave programming language to Parrot.
  See the ROADMAP file for more information on the status of this project,
  and what else needs to be done.</p>
  
--<h2><a class='u' href='#___top' title='click to go to top of document'
-+<h2><a class='u'
- name="ABOUT"
- >ABOUT</a></h2>
+-<h2><a href="#___top" title="click to go to top of document" name="ABOUT">ABOUT</a></h2>
++<h2><a name="ABOUT">ABOUT</a></h2>
+ 
+ <p>Primary goals are:</p>
  
-@@ -22,7 +22,7 @@
+@@ -16,7 +16,7 @@ and what else needs to be done.</p>
  <p>=item* Create a working compiler that understands the majority of the MATLAB/Octave programming language.</p>
  </blockquote>
  
--<h2><a class='u' href='#___top' title='click to go to top of document'
-+<h2><a class='u'
- name="IMPLEMENTATION"
- >IMPLEMENTATION</a></h2>
+-<h2><a href="#___top" title="click to go to top of document" name="IMPLEMENTATION">IMPLEMENTATION</a></h2>
++<h2><a name="IMPLEMENTATION">IMPLEMENTATION</a></h2>
  
-@@ -51,13 +51,13 @@
+ <p>This project is broken into three primary components:</p>
+ 
+@@ -43,11 +43,11 @@ These are also separated into different
  or mostly M with some inline PIR code in <code>toolbox/</code>.</p>
  </blockquote>
  
--<h2><a class='u' href='#___top' title='click to go to top of document'
-+<h2><a class='u'
- name="DEPENDENCIES"
- >DEPENDENCIES</a></h2>
+-<h2><a href="#___top" title="click to go to top of document" name="DEPENDENCIES">DEPENDENCIES</a></h2>
++<h2><a name="DEPENDENCIES">DEPENDENCIES</a></h2>
  
  <p>Matrixy depends on these dependencies:</p>
  
--<h3><a class='u' href='#___top' title='click to go to top of document'
-+<h3><a class='u'
- name="Parrot"
- >Parrot</a></h3>
+-<h3><a href="#___top" title="click to go to top of document" name="Parrot">Parrot</a></h3>
++<h3><a name="Parrot">Parrot</a></h3>
  
-@@ -69,13 +69,13 @@
+ <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
      perl Configure.pl
-     make && make test && make install-dev</pre>
+     make && make test && make install-dev</pre>
  
--<h3><a class='u' href='#___top' title='click to go to top of document'
-+<h3><a class='u'
- name="Parrot-Linear-Algebra"
- >Parrot-Linear-Algebra</a></h3>
+-<h3><a href="#___top" title="click to go to top of document" name="Parrot-Linear-Algebra">Parrot-Linear-Algebra</a></h3>
++<h3><a name="Parrot-Linear-Algebra">Parrot-Linear-Algebra</a></h3>
  
  <p>The linear algebra package for Parrot is available separately and provides functionality required by Matrixy. This includes matrix data types and matrix manipulation libraries</p>
  
--<h2><a class='u' href='#___top' title='click to go to top of document'
-+<h2><a class='u'
- name="BUILDING"
- >BUILDING</a></h2>
+-<h2><a href="#___top" title="click to go to top of document" name="BUILDING">BUILDING</a></h2>
++<h2><a name="BUILDING">BUILDING</a></h2>
+ 
+ <p>Once all dependencies are in place, you can build Matrixy using this sequence of commands:</p>
  
-@@ -84,7 +84,7 @@
  <pre>    perl Configure.pl
      nmake test</pre>
  
--<h2><a class='u' href='#___top' title='click to go to top of document'
-+<h2><a class='u'
- name="TODO"
- >TODO</a></h2>
+-<h2><a href="#___top" title="click to go to top of document" name="TODO">TODO</a></h2>
++<h2><a name="TODO">TODO</a></h2>
  
-@@ -92,17 +92,16 @@
+ <pre>    * Parser
      * Standard Builtins
      * Test against Octave Test Suite.</pre>
  
--<h2><a class='u' href='#___top' title='click to go to top of document'
-+<h2><a class='u'
- name="BUGS"
- >BUGS</a></h2>
+-<h2><a href="#___top" title="click to go to top of document" name="BUGS">BUGS</a></h2>
++<h2><a name="BUGS">BUGS</a></h2>
  
  <p>Lots!</p>
  
--<h2><a class='u' href='#___top' title='click to go to top of document'
-+<h2><a class='u'
- name="CONTACT"
- >CONTACT</a></h2>
+-<h2><a href="#___top" title="click to go to top of document" name="CONTACT">CONTACT</a></h2>
++<h2><a name="CONTACT">CONTACT</a></h2>
  
  <p>If you need to contact the Matrixy team, go to the project home page at:</p>
  
 -<p>www.github.com\Whiteknight\matrixy</p>
--
-+<p>www.github.com\Whiteknight\matrixy</p>
 \ No newline at end of file
++<p>www.github.com\Whiteknight\matrixy</p>

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