summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-12-17 20:24:13 +0100
committergregor herrmann <gregoa@debian.org>2020-12-17 20:25:11 +0100
commit0a4ae836a3fabbf4e7d3e7bea6c5b38336462b74 (patch)
tree883a3d7bd08f06feb377addc0b2c87d4687a3d00
parent6c68d8f5d66f6d2a940f0df3137a92bcd86ee151 (diff)
Drop patches, applied upstream.
-rw-r--r--debian/patches/fix-Expected-text-after-item-not-a-number.patch40
-rw-r--r--debian/patches/fix-pod.patch28
-rw-r--r--debian/patches/series2
3 files changed, 0 insertions, 70 deletions
diff --git a/debian/patches/fix-Expected-text-after-item-not-a-number.patch b/debian/patches/fix-Expected-text-after-item-not-a-number.patch
deleted file mode 100644
index bdc8197..0000000
--- a/debian/patches/fix-Expected-text-after-item-not-a-number.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Description: Fix POD error "Expected text after =item, not a number"
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=104801
-Forwarded: https://rt.cpan.org/Ticket/Attachment/1501851/800286/fix-Expected-text-after-item-not-a-number.patch
-Author: Salvatore Bonaccorso <carnil@debian.org>
-Reviewed-by: gregor herrmann <gregoa@debian.org>
-Last-Update: 2020-09-28
-
---- a/lib/Algorithm/Diff.pm
-+++ b/lib/Algorithm/Diff.pm
-@@ -1097,25 +1097,25 @@
-
- =over 4
-
--=item 3
-+=item Z<>3
-
- C<3==(1|2)>. This hunk contains items from @seq1 and the items
- from @seq2 that should replace them. Both sequence 1 and 2
- contain changed items so both the 1 and 2 bits are set.
-
--=item 2
-+=item Z<>2
-
- This hunk only contains items from @seq2 that should be inserted (not
- items from @seq1). Only sequence 2 contains changed items so only the 2
- bit is set.
-
--=item 1
-+=item Z<>1
-
- This hunk only contains items from @seq1 that should be deleted (not
- items from @seq2). Only sequence 1 contains changed items so only the 1
- bit is set.
-
--=item 0
-+=item Z<>0
-
- This means that the items in this hunk are the same in both sequences.
- Neither sequence 1 nor 2 contain changed items so neither the 1 nor the
diff --git a/debian/patches/fix-pod.patch b/debian/patches/fix-pod.patch
deleted file mode 100644
index b8bddbb..0000000
--- a/debian/patches/fix-pod.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: fix pod errors
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=80563
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=80563
-Author: Jonathan Yu <jawnsy@cpan.org>
-Reviewed-by: gregor herrmann <gregoa@debian.org>
-Last-Update: 2020-09-28
-
---- a/lib/Algorithm/Diff.pm
-+++ b/lib/Algorithm/Diff.pm
-@@ -984,8 +984,6 @@
- a contiguous section of items which should be added, deleted, replaced,
- or left unchanged.
-
--=over 4
--
- The following summary of all of the methods looks a lot like Perl code
- but some of the symbols have different meanings:
-
-@@ -1016,6 +1014,8 @@
- Passing in C<undef> for an optional argument is always treated the same
- as if no argument were passed in.
-
-+=over
-+
- =item C<Next>
-
- $pos = $diff->Next(); # Move forward 1 hunk
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index da5063f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-fix-pod.patch
-fix-Expected-text-after-item-not-a-number.patch