[libwww-mechanize-treebuilder-perl] 05/09: Remove no longer necessary patches

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 14 16:58:02 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libwww-mechanize-treebuilder-perl.

commit 20f953f7c614a93dfd307dcc0c5672fe1e887995
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Aug 14 13:50:28 2015 -0300

    Remove no longer necessary patches
    
    They are applied in new upstream version.
---
 debian/changelog                             |  2 ++
 debian/patches/bug746093-ftbfs.patch         | 31 ----------------------------
 debian/patches/fixed-manpage-bad-entry.patch | 15 --------------
 debian/patches/series                        |  3 ---
 debian/patches/spelling.patch                | 17 ---------------
 5 files changed, 2 insertions(+), 66 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0da27d8..01d354e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ libwww-mechanize-treebuilder-perl (1.20000-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 1.20000
+  * Remove no longer necessary patches. They are applied in new upstream
+    version.
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Fri, 14 Aug 2015 13:46:10 -0300
 
diff --git a/debian/patches/bug746093-ftbfs.patch b/debian/patches/bug746093-ftbfs.patch
deleted file mode 100644
index d3f9f5e..0000000
--- a/debian/patches/bug746093-ftbfs.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Description: remove use of Class::MOP::load_class and make Moose's new "is a class loaded?" test happy
-Author: Gianni Ceccarelli <dakkar at thenautilus.net>
-Bug: https://github.com/ashb/WWW-Mechanize-TreeBuilder/pull/4/files
-
---- a/lib/WWW/Mechanize/TreeBuilder.pm
-+++ b/lib/WWW/Mechanize/TreeBuilder.pm
-@@ -82,11 +82,12 @@
- 
- use MooseX::Role::Parameterized;
- use Moose::Util::TypeConstraints;
-+use Class::Load 'load_class';
- #use HTML::TreeBuilder;
- 
- subtype 'WWW.Mechanize.TreeBuilder.LoadClass'
-   => as 'Str'
--  => where { Class::MOP::load_class($_) }
-+  => where { load_class($_) }
-   => message { "Cannot load class $_" };
- 
- subtype 'WWW.Mechanize.TreeBuilder.TreeClass'
---- a/t/lib/MockTreeBuilder.pm
-+++ b/t/lib/MockTreeBuilder.pm
-@@ -13,7 +13,7 @@
- 
- package #
-   MockTreeBuilderEle;
--
-+$INC{'MockTreeBuilderEle.pm'}=1; # help stricter Moose checking
- use base 'HTML::Element';
- 
- sub some_other_method { "I exist in " . Scalar::Util::blessed($_[0]) };
diff --git a/debian/patches/fixed-manpage-bad-entry.patch b/debian/patches/fixed-manpage-bad-entry.patch
deleted file mode 100644
index df848f3..0000000
--- a/debian/patches/fixed-manpage-bad-entry.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: patch that fix lintian warning (bad entry in manpage).
-Author: Alejandro Garrido Mota <garridomota at gmail.com>
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95256
-
---- a/lib/WWW/Mechanize/TreeBuilder.pm
-+++ b/lib/WWW/Mechanize/TreeBuilder.pm
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--WWW::Mechanize::TreeBuilder
-+WWW::Mechanize::TreeBuilder - Module to optimize WWW::Mechanize and HTML::TreeBuilder use
- 
- =head1 SYNOPSIS
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 44f67a2..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-fixed-manpage-bad-entry.patch
-spelling.patch
-bug746093-ftbfs.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 4fb8719..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: fix a spelling mistake
-Origin: vendor
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95257
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2010-04-18
-
---- a/lib/WWW/Mechanize/TreeBuilder.pm
-+++ b/lib/WWW/Mechanize/TreeBuilder.pm
-@@ -39,7 +39,7 @@
- add attributes to the C<< <p> >> tag (such as an id or a class) it will still
- work and find the right tag.
- 
--All of the methods avaiable on L<HTML::Element> (that aren't 'private' - i.e. 
-+All of the methods available on L<HTML::Element> (that aren't 'private' - i.e.
- that don't begin with an underscore) such as C<look_down> or C<find> are
- automatically delegated to C<< $mech->tree >> through the magic of Moose.
- 

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



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