[libgd-perl] 12/14: Renumber and unfuzz patches.

Jonas Smedegaard dr at jones.dk
Mon Nov 30 10:12:17 UTC 2015


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

js pushed a commit to branch master
in repository libgd-perl.

commit f4e8df2c198936ca9732feee216867ecfd37265e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Nov 30 10:51:21 2015 +0100

    Renumber and unfuzz patches.
---
 debian/patches/{pod-errors.patch => 1001_fix_pod_errors.patch}       | 5 +++--
 .../{disable-jpeg-test10.patch => 2001_disable_jpeg_test_10.patch}   | 3 ++-
 debian/patches/README                                                | 3 +++
 debian/patches/series                                                | 4 ++--
 4 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/patches/pod-errors.patch b/debian/patches/1001_fix_pod_errors.patch
similarity index 90%
rename from debian/patches/pod-errors.patch
rename to debian/patches/1001_fix_pod_errors.patch
index afa46c7..6f2a32d 100644
--- a/debian/patches/pod-errors.patch
+++ b/debian/patches/1001_fix_pod_errors.patch
@@ -2,10 +2,11 @@ Description: Fix POD errors
  missing =back and =over
 Author: Damyan Ivanov <dmn at debian.org>
 Forwarded: no
+Last-Update: 2015-11-30
 
 --- a/GD.pm
 +++ b/GD.pm
-@@ -460,6 +460,8 @@ support.
+@@ -460,6 +460,8 @@
  NOTE: The libgd library is unable to read certain XPM files, returning
  an all-black image instead.
  
@@ -14,7 +15,7 @@ Forwarded: no
  =head1 GD::Image Methods
  
  Once a GD::Image object is created, you can draw with it, copy it, and
-@@ -472,6 +474,8 @@ a file.
+@@ -472,6 +474,8 @@
  The following methods convert the internal drawing format into
  standard output file formats.
  
diff --git a/debian/patches/disable-jpeg-test10.patch b/debian/patches/2001_disable_jpeg_test_10.patch
similarity index 90%
rename from debian/patches/disable-jpeg-test10.patch
rename to debian/patches/2001_disable_jpeg_test_10.patch
index 2964ca2..2f82e7a 100644
--- a/debian/patches/disable-jpeg-test10.patch
+++ b/debian/patches/2001_disable_jpeg_test_10.patch
@@ -4,10 +4,11 @@ Description: disable JPEG test 10
  that upstream is planning a fix
 Author: Damyan Ivanov <dmn at debian.org>
 Forwarded: not-needed
+Last-Update: 2015-11-30
 
 --- a/t/GD.t
 +++ b/t/GD.t
-@@ -75,11 +75,7 @@ if (GD::Image->newFromXpm('frog.xpm')) {
+@@ -75,11 +75,7 @@
    print "not ok ",9,"\n";
  }
  
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
index 2f71b8a..58cd28d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,3 @@
 020150323~58eceb8.patch
-disable-jpeg-test10.patch
-pod-errors.patch
+1001_fix_pod_errors.patch
+2001_disable_jpeg_test_10.patch

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



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