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

kanashiro-guest pushed a commit to branch master
in repository libhtml-parser-perl.

commit 09b5b967c98e8e0e8e18f9dbc34fbb052a6d3b0b
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Wed Jan 20 23:12:07 2016 -0200

    Refresh patches
---
 debian/changelog                              | 1 +
 debian/patches/debian_examples_location.patch | 2 +-
 debian/patches/example_selfdocs.patch         | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a8610fc..fbf6ecd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libhtml-parser-perl (3.72-1) UNRELEASED; urgency=medium
 
   * Import upstream version 3.72
+  * Refresh patches
 
  -- Lucas Kanashiro <kanashiro.dua...@gmail.com>  Wed, 20 Jan 2016 23:06:42 
-0200
 
diff --git a/debian/patches/debian_examples_location.patch 
b/debian/patches/debian_examples_location.patch
index d9d7ec5..6cc759b 100644
--- a/debian/patches/debian_examples_location.patch
+++ b/debian/patches/debian_examples_location.patch
@@ -6,7 +6,7 @@ Forwarded: not-needed
 Last-Update: 2009-08-15
 --- a/Parser.pm
 +++ b/Parser.pm
-@@ -1053,9 +1053,10 @@
+@@ -1047,9 +1047,10 @@ parsing as soon as the title end tag is
    $p->parse_file(shift || die) || die $!;
    print "\n";
  
diff --git a/debian/patches/example_selfdocs.patch 
b/debian/patches/example_selfdocs.patch
index 51efec1..e0d8629 100644
--- a/debian/patches/example_selfdocs.patch
+++ b/debian/patches/example_selfdocs.patch
@@ -16,7 +16,7 @@ Last-Update: 2010-09-27
  
  my $p = HTML::Parser->new(api_version => 3,
       start_h => [\&a_start_handler, "self,tagname,attr"],
-@@ -35,7 +36,7 @@
+@@ -35,7 +36,7 @@ sub img_handler
  sub a_end_handler
  {
      my($self, $tag) = @_;
@@ -104,7 +104,7 @@ Last-Update: 2010-09-27
  
  my %inside;
  
-@@ -17,7 +18,7 @@
+@@ -17,7 +18,7 @@ sub tag
  sub text
  {
      return if $inside{script} || $inside{style};

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to