[libhtml-strip-perl] 05/11: Remove patch to remove redefinition of destroy function, already fixed by upstream.

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jun 29 19:58:02 UTC 2016


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

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

commit 8163c5ffaf7f27e6adb68a3aa90fd2095352dc76
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Wed Jun 29 16:04:01 2016 -0300

    Remove patch to remove redefinition of destroy function, already fixed by upstream.
---
 debian/changelog                    |  2 ++
 debian/patches/double-destroy.patch | 24 ------------------------
 debian/patches/series               |  1 -
 3 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e4009dc..e2a88c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ libhtml-strip-perl (2.10-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 2.10
+  * Remove patch to remove redefinition of destroy function, already fixed by
+    upstream.
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Wed, 29 Jun 2016 15:55:15 -0300
 
diff --git a/debian/patches/double-destroy.patch b/debian/patches/double-destroy.patch
deleted file mode 100644
index 9be0fbb..0000000
--- a/debian/patches/double-destroy.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Subject: clean away an unused double DESTROY method
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=104379
-Bug-Debian: https://bugs.debian.org/785032
-
-There are DESTROY methods in both the XS and the Perl parts,
-and the former overrides the latter. Explicitly patch away
-the former one to squelch the justified warning.
-
-This may leave a small memory leak, but that isn't a regression
-as the code never got called anyway.
-
---- libhtml-strip-perl.orig/Strip.pm
-+++ libhtml-strip-perl/Strip.pm
-@@ -66,10 +66,6 @@
-         return $filter_of{0+$self}
-     }
- 
--    sub DESTROY {
--        my $self = shift;
--        delete $filter_of{0+$self};
--    }
- }
- 
- # $decoded_string = $self->filter_entities( $string )
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 685a70a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-double-destroy.patch

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



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