[libgraph-writer-dsm-perl] 03/06: Drop parent-not-base.patch, merged upstream.

gregor herrmann gregoa at debian.org
Fri Aug 19 22:33:23 UTC 2016


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

gregoa pushed a commit to branch master
in repository libgraph-writer-dsm-perl.

commit a84846813f442e1d0849cf1912d54d653d5c7a59
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 20 00:28:31 2016 +0200

    Drop parent-not-base.patch, merged upstream.
---
 debian/patches/parent-not-base.patch | 27 ---------------------------
 debian/patches/series                |  1 -
 2 files changed, 28 deletions(-)

diff --git a/debian/patches/parent-not-base.patch b/debian/patches/parent-not-base.patch
deleted file mode 100644
index fcd6c55..0000000
--- a/debian/patches/parent-not-base.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: use parent.pm instead of base.pm
- The later has issues in the aftermath of the .-in- at INC security issue.
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=116589
-Bug-Debian: https://bugs.debian.org/832862
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116589
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-08-18
-
---- a/t/Graph/Writer/DSM.t
-+++ b/t/Graph/Writer/DSM.t
-@@ -1,5 +1,5 @@
- package Test::Graph::Writer::DSM;
--use base qw(t::Graph::Writer::DSM::Test);
-+use parent qw(t::Graph::Writer::DSM::Test);
- use Test::Most 'no_plan';
- use Test::File;
- use Graph;
---- a/t/Graph/Writer/DSM/HTML.t
-+++ b/t/Graph/Writer/DSM/HTML.t
-@@ -1,5 +1,5 @@
- package Test::Graph::Writer::DSM::HTML;
--use base qw(t::Graph::Writer::DSM::Test);
-+use parent qw(t::Graph::Writer::DSM::Test);
- use Test::Most 'no_plan';
- use Test::File;
- use Graph;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 03caf1d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-parent-not-base.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgraph-writer-dsm-perl.git



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