[libconvert-binary-c-perl] 07/11: Drop patches. All merged or fixed otherwise upstream.

gregor herrmann gregoa at debian.org
Mon Nov 30 19:27:08 UTC 2015


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

gregoa pushed a commit to branch master
in repository libconvert-binary-c-perl.

commit 56dc45aa9bfa9f51c84ada02a7e67de455820678
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Nov 30 20:09:09 2015 +0100

    Drop patches. All merged or fixed otherwise upstream.
---
 ...D-syntax-in-support-Test-Harness-Point.pm.patch | 27 -------------
 debian/patches/series                              |  3 --
 debian/patches/spelling.patch                      | 47 ----------------------
 debian/patches/unescaped-brace.patch               | 15 -------
 4 files changed, 92 deletions(-)

diff --git a/debian/patches/0001-Fix-POD-syntax-in-support-Test-Harness-Point.pm.patch b/debian/patches/0001-Fix-POD-syntax-in-support-Test-Harness-Point.pm.patch
deleted file mode 100644
index cdf9859..0000000
--- a/debian/patches/0001-Fix-POD-syntax-in-support-Test-Harness-Point.pm.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 8e8bda04e259e77a56ed00d036d25d8b121a9ffb Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Tue, 13 Aug 2013 19:48:08 +0300
-Subject: [PATCH] Fix POD syntax in support/Test/Harness/Point.pm
-Bug: https://rt.cpan.org/Ticket/Display.html?id=85264
-
-This fixes a test failure in tests/802_pod.t on newer Perl versions.
----
- support/Test/Harness/Point.pm | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/support/Test/Harness/Point.pm b/support/Test/Harness/Point.pm
-index df0706a..49a4821 100644
---- a/support/Test/Harness/Point.pm
-+++ b/support/Test/Harness/Point.pm
-@@ -70,6 +70,8 @@ Each of the following fields has a getter and setter method.
- 
- =item * number
- 
-+=back
-+
- =cut
- 
- sub ok              { my $self = shift; $self->{ok} }
--- 
-1.8.4.rc2
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e0fcc3e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-spelling.patch
-0001-Fix-POD-syntax-in-support-Test-Harness-Point.pm.patch
-unescaped-brace.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 600aa7c..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Description: fix spelling mistakes
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=78165
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=78165
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-04-23
-
---- a/bin/ccconfig
-+++ b/bin/ccconfig
-@@ -663,7 +663,7 @@
- 
-   # Try to remove as many defines as possible
- 
--  $self->_msg( "\nNow let's see which defines aren't neccessary..." );
-+  $self->_msg( "\nNow let's see which defines aren't necessary..." );
- 
-   my %orgdef = %{$self->{predefined}};
-   my @additional;
---- a/lib/Convert/Binary/C.pm
-+++ b/lib/Convert/Binary/C.pm
-@@ -393,7 +393,7 @@
-   CCODE
- 
- Now the object C<$c> will know everything about C<struct foo>.
--The example above uses a so-called here-document. It allows to
-+The example above uses a so-called here-document. It allows one to
- easily embed multi-line strings in your code. You can find more
- about here-documents in L<perldata> or L<perlop>.
- 
-@@ -1150,7 +1150,7 @@
- 
- The final and most powerful way to define a C<Dimension> tag is
- to pass it a subroutine reference. The referenced subroutine can
--execute whatever code is neccessary to determine the size of the
-+execute whatever code is necessary to determine the size of the
- tagged array:
- 
-   sub get_size
-@@ -3272,7 +3272,7 @@
-   offset = 4
-   offset = 4
- 
--This allows to
-+This allows one to
- 
- =over 2
- 
diff --git a/debian/patches/unescaped-brace.patch b/debian/patches/unescaped-brace.patch
deleted file mode 100644
index ae9ea45..0000000
--- a/debian/patches/unescaped-brace.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Unescaped left brace in regex (deprecated in Perl 5.22)
-Author: Damyan Ivanov <dmn at debian.org>
-Forwarded: not-needed (trivial)
-
---- a/ctlib/arch.pl
-+++ b/ctlib/arch.pl
-@@ -89,7 +89,7 @@ sub is_big_endian ()
- 
- sub config ($) {
-   local $_ = shift;
--  s/\${([^}]+)}/$cfg{$1}/g;
-+  s/\$\{([^}]+)}/$cfg{$1}/g;
-   print OUT;
- }
- 

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



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