[DRE-commits] [ruby-github-markup] 04/06: remove patches (applied upstream)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 31 07:47:33 UTC 2016


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 6a9093ced002316a1abcccc0859e9a6aa7400639
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 31 10:37:19 2016 +0530

    remove patches (applied upstream)
---
 debian/changelog                                   |  1 +
 .../0002-Update-pod-markup-test-output.patch       | 86 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 1 insertion(+), 87 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c8576cf..4bd125f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-github-markup (1.5.0+dfsg-1) UNRELEASED; urgency=medium
   * New upstream release
   * Switch to gitlab-markup as upstream (gitlab fork with python 3.x support)
   * Add myself to uploaders
+  * Remove 0002-Update-pod-markup-test-output.patch (merged upstream)
 
  -- Pirate Praveen <praveen at debian.org>  Mon, 31 Oct 2016 10:33:20 +0530
 
diff --git a/debian/patches/0002-Update-pod-markup-test-output.patch b/debian/patches/0002-Update-pod-markup-test-output.patch
deleted file mode 100644
index 40de8b3..0000000
--- a/debian/patches/0002-Update-pod-markup-test-output.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-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: 2015-09-23
-
---- a/test/markups/README.pod.html
-+++ b/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 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>
- 
-@@ -16,7 +16,7 @@
- <p>=item* Create a working compiler that understands the majority of the MATLAB/Octave programming language.</p>
- </blockquote>
- 
--<h2><a href="#___top" title="click to go to top of document" name="IMPLEMENTATION">IMPLEMENTATION</a></h2>
-+<h2><a name="IMPLEMENTATION">IMPLEMENTATION</a></h2>
- 
- <p>This project is broken into three primary components:</p>
- 
-@@ -43,11 +43,11 @@
- or mostly M with some inline PIR code in <code>toolbox/</code>.</p>
- </blockquote>
- 
--<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 href="#___top" title="click to go to top of document" name="Parrot">Parrot</a></h3>
-+<h3><a name="Parrot">Parrot</a></h3>
- 
- <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 @@
-     perl Configure.pl
-     make && make test && make install-dev</pre>
- 
--<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 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>
- 
- <pre>    perl Configure.pl
-     nmake test</pre>
- 
--<h2><a href="#___top" title="click to go to top of document" name="TODO">TODO</a></h2>
-+<h2><a name="TODO">TODO</a></h2>
- 
- <pre>    * Parser
-     * Standard Builtins
-     * Test against Octave Test Suite.</pre>
- 
--<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 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>
-\ No newline at end of file
-+<p>www.github.com\Whiteknight\matrixy</p>
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5e511cc..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0002-Update-pod-markup-test-output.patch

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