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 37e2c23b5a58fd085bd662e0c575c9999b750d91
Author: gregor herrmann <gre...@debian.org>
Date:   Thu Aug 18 21:12:35 2016 +0200

    Add patch use parent.pm instead of base.pm.
    
    Closes: #832862
---
 debian/patches/parent-not-base.patch | 27 +++++++++++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/parent-not-base.patch 
b/debian/patches/parent-not-base.patch
new file mode 100644
index 0000000..fcd6c55
--- /dev/null
+++ b/debian/patches/parent-not-base.patch
@@ -0,0 +1,27 @@
+Description: use parent.pm instead of base.pm
+ The later has issues in the aftermath of the .-in-@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 <gre...@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
new file mode 100644
index 0000000..03caf1d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+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

_______________________________________________
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