[libtext-pdf-perl] 04/09: debian/patches: remove patches applied by upstream and refresh one that need it

Lucas Kanashiro kanashiro at moszumanska.debian.org
Thu Sep 8 16:46:33 UTC 2016


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

kanashiro pushed a commit to branch master
in repository libtext-pdf-perl.

commit 8bccdd18b7c43bf1df03fedfe44a1b1470ab830c
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Thu Sep 8 11:16:34 2016 -0300

    debian/patches: remove patches applied by upstream and refresh one that need it
---
 debian/changelog                                   |  2 +
 debian/patches/fix-pod-errors.patch                | 60 ----------------------
 debian/patches/fix-spelling-error-in-manpage.patch | 17 ------
 debian/patches/scripts-pod.patch                   |  5 +-
 debian/patches/series                              |  2 -
 5 files changed, 5 insertions(+), 81 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 69d74d9..e2fb393 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ libtext-pdf-perl (0.31-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 0.31
   * Update d/u/metadata with Repository links
+  * debian/patches: remove patches applied by upstream and refresh one that
+    need it
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Thu, 08 Sep 2016 10:45:37 -0300
 
diff --git a/debian/patches/fix-pod-errors.patch b/debian/patches/fix-pod-errors.patch
deleted file mode 100644
index f8961ca..0000000
--- a/debian/patches/fix-pod-errors.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-Description: Fic pod2man errors
-Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
-Last-Updated: 2016-01-02
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110855
-Bug: https://rt.cpan.org/Ticket/Display.html?id=110855
-
---- a/lib/Text/PDF/Array.pm
-+++ b/lib/Text/PDF/Array.pm
-@@ -17,10 +17,14 @@ This object is not an array but an assoc
- elements. Thus, there are special instance variables for an array object, beginning
- with a space
- 
-+=over
-+
- =item var
- 
- Contains the actual array of elements
- 
-+=back
-+
- =head1 METHODS
- 
- =head2 PDF::Array->new($parent, @vals)
---- a/lib/Text/PDF/Dict.pm
-+++ b/lib/Text/PDF/Dict.pm
-@@ -27,6 +27,8 @@ Text::PDF::Dict - PDF Dictionaries and S
- There are various special instance variables which are used to look after,
- particularly, streams. Each begins with a space:
- 
-+=over
-+
- =item stream
- 
- Holds the stream contents for output
-@@ -41,6 +43,8 @@ not the same as a PDF file stream. The d
- If both ' stream' and ' streamfile' are empty, this indicates where in the
- source PDF the stream starts.
- 
-+=back
-+
- =head1 METHODS
- 
- =cut
---- a/lib/Text/PDF/Page.pm
-+++ b/lib/Text/PDF/Page.pm
-@@ -24,10 +24,14 @@ structurally quite different.
- 
- A page has various working variables:
- 
-+=over
-+
- =item curstrm
- 
- The currently open stream
- 
-+=back
-+
- =head1 METHODS
- 
- =head2 Text::PDF::Page->new($pdf, $parent, $index)
diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
deleted file mode 100644
index d0dd870..0000000
--- a/debian/patches/fix-spelling-error-in-manpage.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix spelling error in manpage
-Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
-Last-Updated: 2016-01-02
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110854
-Bug: https://rt.cpan.org/Ticket/Display.html?id=110854
-
---- a/lib/Text/PDF/TTFont.pm
-+++ b/lib/Text/PDF/TTFont.pm
-@@ -43,7 +43,7 @@ $subcount = "BXCJIM";
- 
- Creates a new font resource for the given fontfile. This includes the font
- descriptor and the font stream. The $pdfname is the name by which this font
--resource will be known throught a particular PDF file.
-+resource will be known through a particular PDF file.
- 
- All font resources are full PDF objects.
- 
diff --git a/debian/patches/scripts-pod.patch b/debian/patches/scripts-pod.patch
index a01d3ed..f2a24c5 100644
--- a/debian/patches/scripts-pod.patch
+++ b/debian/patches/scripts-pod.patch
@@ -64,8 +64,9 @@ Description: Add POD to scripts
  unless (defined $ARGV[0])
 --- a/scripts/pdfstamp
 +++ b/scripts/pdfstamp
-@@ -1,5 +1,26 @@
- #!/usr/bin/perl
+@@ -3,6 +3,27 @@
+ use 5.006;    
+ use strict;   
  
 +=head1 NAME
 +
diff --git a/debian/patches/series b/debian/patches/series
index 72dad8e..6b54afb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
-fix-spelling-error-in-manpage.patch
-fix-pod-errors.patch
 scripts-pod.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-pdf-perl.git



More information about the Pkg-perl-cvs-commits mailing list