[libtext-micromason-perl] 03/06: Drop all patches. All merged upstream or fixed otherwise.

gregor herrmann gregoa at debian.org
Fri Jun 26 19:06:36 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtext-micromason-perl.

commit 078145a69364ea64aab77a416b1054d12e5887f4
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 26 20:46:28 2015 +0200

    Drop all patches. All merged upstream or fixed otherwise.
---
 debian/patches/fix-changes-pod.patch  | 85 -----------------------------------
 debian/patches/perl-5.22-errors.patch | 38 ----------------
 debian/patches/series                 |  3 --
 debian/patches/test-linenumbers.patch | 20 ---------
 4 files changed, 146 deletions(-)

diff --git a/debian/patches/fix-changes-pod.patch b/debian/patches/fix-changes-pod.patch
deleted file mode 100644
index 16e1625..0000000
--- a/debian/patches/fix-changes-pod.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-Description: fix POD issues
-Origin: vendor
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=85965
-Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=85965
-Bug-Debian: http://bugs.debian.org/711271
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-06-16
-
---- a/MicroMason/Docs/Changes.pod
-+++ b/MicroMason/Docs/Changes.pod
-@@ -5,25 +5,33 @@
- 
- =head1 VERSION 2 HISTORY
- 
--=over 4
--
- =head2 Version 2.13
- 
-+=over 4
-+
- =item 2011-01-13
- 
- [rt.cpan.org #64192] Skip the Safe-related tests more often, since newer
- versions of Safe.pm mark their own failing tests as TODO instead of
- changing the module's behavior.
- 
-+=back
-+
- =head2 Version 2.12
- 
-+=over 4
-+
- =item 2010-09-07
- 
- Skip more tests that fail due to a bug in Safe.pm. Add a prereq for
- Safe.pm so CPAN testers will provide more debug info on failure.
- 
-+=back
-+
- =head2 Version 2.11
- 
-+=over 4
-+
- =item 2010-09-07
- 
- [rt.cpan.org #61010] Fix spelling errors and pod example bugs. Thanks to
-@@ -42,8 +50,12 @@
- Burchardt and the Debian project for submitting this bug report along
- with patches.
- 
-+=back
-+
- =head2 Version 2.10
- 
-+=over 4
-+
- =item 2010-06-29
- 
- [rt.cpan.org #57797] Deprecate safe_methods parameter.  Unfortunately,
-@@ -68,8 +80,12 @@
- string to each TOKEN within the template, the warning's line number is
- shifted to inside the template where the interpolation took place.
- 
-+=back
-+
- =head2 Version 2.09
- 
-+=over 4
-+
- =item 2010-03-24
- 
- Fix test that was broken by changes in URI::Escape 1.30.  Double
-@@ -77,8 +93,12 @@
- encoded anyway.  Test modified to use reserved single quotes instead,
- for URI::Escape testing.
- 
-+=back
-+
- =head2 Version 2.08
- 
-+=over 4
-+
- =item 2010-03-08
- 
- Fixed PassVariables bug: <%init> failed with -PassVariables plugin.
diff --git a/debian/patches/perl-5.22-errors.patch b/debian/patches/perl-5.22-errors.patch
deleted file mode 100644
index 931b08c..0000000
--- a/debian/patches/perl-5.22-errors.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Description: fix test failure with perl 5.22
- perl 5.22 errors are a bit more verbose
- allow old and new variants
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/789855
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-06-26
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105499
-Bug: https://rt.cpan.org/Ticket/Display.html?id=105499
-
---- a/t/41-line_numbers.t
-+++ b/t/41-line_numbers.t
-@@ -28,14 +28,14 @@
- {
-     ok my $m = Text::MicroMason->new( -LineNumbers );
-     is eval { $m->execute( text=>'Hello <% $__[] %>!', 'world' ) }, undef;
--    like $@,  qr{requires explicit package name at text template [(]compiled at \S+.t line \d+[)] line 1};
-+    like $@,  qr{requires explicit package name (?:\(did you forget to declare "my \@__"\?\) )?at text template [(]compiled at \S+.t line \d+[)] line 1};
- }
- 
- {
-     ok my $m = Text::MicroMason->new( -LineNumbers );
- 
-     is eval { $m->execute( text=> "\n\n" . 'Hello <% $__[] %>!', 'world' ) }, undef;
--    like $@, qr{requires explicit package name at text template [(]compiled at \S+.t line \d+[)] line 3};
-+    like $@, qr{requires explicit package name (?:\(did you forget to declare "my \@__"\?\) )?at text template [(]compiled at \S+.t line \d+[)] line 3};
- }
- 
- ######################################################################
-@@ -57,7 +57,7 @@
- {
-     ok my $m = Text::MicroMason->new( -LineNumbers );
-     is eval { $m->execute( inline => 'Hello <% $__[] %>!', 'world' ) }, undef; my $line = __LINE__;
--    like $@, qr{requires explicit package name at \S+.t line \Q$line\E};
-+    like $@, qr{requires explicit package name (?:\(did you forget to declare "my \@__"\?\) )?at \S+.t line \Q$line\E};
- }
- 
- ######################################################################
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 041e0e5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-fix-changes-pod.patch
-test-linenumbers.patch
-perl-5.22-errors.patch
diff --git a/debian/patches/test-linenumbers.patch b/debian/patches/test-linenumbers.patch
deleted file mode 100644
index c2d419b..0000000
--- a/debian/patches/test-linenumbers.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: perl 5.19 fixed a line-number bug
- allow both old and new line-number in test
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=92771
-Bug-Debian: https://bugs.debian.org/753043
-Forwarded: no
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-06-29
-
---- a/t/08-errors.t
-+++ b/t/08-errors.t
-@@ -34,7 +34,7 @@
- 
-     is eval { $m->compile( text => $scr_mobj ); 1 }, undef, "template with error dies";
-     ok my @lines = split(/\n/, $@), 'multiline output in $@';
--    like shift @lines, qr{MicroMason compilation failed: syntax error at text template \(compiled at t/08-errors.t line \d+\) line 8},
-+    like shift @lines, qr{MicroMason compilation failed: syntax error at text template \(compiled at t/08-errors.t line \d+\) line [89]},
-         'first line of $@ describes the error location'
-             or diag $@;
-     like shift @lines, qr/^$/, 'second line of $@ is blank'

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



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