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

gregoa pushed a commit to branch master
in repository libdevel-nytprof-perl.

commit e175ba53975bb05e8a6967626bcc44a6895019a6
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Jun 8 19:30:20 2015 +0200

    Drop sub-name.patch.
---
 debian/patches/series         |  1 -
 debian/patches/sub-name.patch | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index a342111..c5fa0bb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 manpage-section.patch
 usr-share.patch
 flamegraph.patch
-sub-name.patch
diff --git a/debian/patches/sub-name.patch b/debian/patches/sub-name.patch
deleted file mode 100644
index 6e6aaa3..0000000
--- a/debian/patches/sub-name.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 533760724091d3b1a01047038381dfb3fdb46b4a Mon Sep 17 00:00:00 2001
-From: Tim Bunce <tim.bu...@pobox.com>
-Date: Sun, 14 Sep 2014 22:24:53 +0100
-Subject: [PATCH] Only run t/70-subname.t if Sub::Name 0.11 or later is
- installed.
-
-Bug: https://github.com/timbunce/devel-nytprof/issues/34
-Bug-Debian: https://bugs.debian.org/755332
-
----
- t/70-subname.t | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/t/70-subname.t b/t/70-subname.t
-index 2253ef7..9c24b32 100644
---- a/t/70-subname.t
-+++ b/t/70-subname.t
-@@ -6,8 +6,8 @@ use Test::More;
- use lib qw(t/lib);
- use NYTProfTest;
- 
--eval "use Sub::Name 0.04; 1"
--      or plan skip_all => "Sub::Name 0.04 required (0.06+ preferred)";
-+eval "use Sub::Name 0.11; 1"
-+      or plan skip_all => "Sub::Name 0.11 or later required";
- 
- print "Sub::Name $Sub::Name::VERSION $INC{'Sub/Name.pm'}\n";
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdevel-nytprof-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