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

nickm-guest pushed a commit to branch master
in repository libdbix-class-encodedcolumn-perl.

commit 81ff22afd3bb2c38f541c4fd1d8d66251f630134
Author: Nick Morrott <knowledgejun...@gmail.com>
Date:   Sat Aug 6 22:12:30 2016 +0100

    Drop no-Dir-Self.patch (now packaged)
---
 debian/patches/no-Dir-Self.patch | 91 ----------------------------------------
 debian/patches/series            |  1 -
 2 files changed, 92 deletions(-)

diff --git a/debian/patches/no-Dir-Self.patch b/debian/patches/no-Dir-Self.patch
deleted file mode 100644
index b97edf7..0000000
--- a/debian/patches/no-Dir-Self.patch
+++ /dev/null
@@ -1,91 +0,0 @@
-From: Ansgar Burchardt <ans...@43-1.org>
-Date: Fri, 30 Apr 2010 20:31:08 +0900
-Origin: vendor
-Forwarded: not-needed
-Subject: Remove build-dep on Dir::Self by including the relevant method.
- .
- The function __DIR__ is taken from Dir::Self 0.10 which has the following
- copyright information:
- .
-  Copyright (C) 2007, 2008 by Lukas Mai
- .
-  This library is free software; you can redistribute it and/or modify it under
-  the same terms as Perl itself, either Perl version 5.8.8 or, at your option,
-  any later version of Perl 5 you may have available.
-
---- a/t/bcrypt.t
-+++ b/t/bcrypt.t
-@@ -2,9 +2,15 @@
- use warnings;
- use Test::More;
- use utf8;
--use Dir::Self;
- use File::Spec;
- use File::Temp 'tempdir';
-+
-+sub __DIR__ () {
-+  my $level = shift || 0;
-+  my $file = (caller $level)[1];
-+  File::Spec->rel2abs(join '', (File::Spec->splitpath($file))[0, 1])
-+}
-+
- use lib File::Spec->catdir(__DIR__, 'lib');
- 
- BEGIN {
---- a/t/digest_sha.t
-+++ b/t/digest_sha.t
-@@ -2,9 +2,15 @@
- use warnings;
- use Test::More;
- 
--use Dir::Self;
- use File::Spec;
- use File::Temp 'tempdir';
-+
-+sub __DIR__ () {
-+  my $level = shift || 0;
-+  my $file = (caller $level)[1];
-+  File::Spec->rel2abs(join '', (File::Spec->splitpath($file))[0, 1])
-+}
-+
- use lib File::Spec->catdir(__DIR__, 'lib');
- 
- use DigestTest::Schema;
---- a/t/open_pgp.t
-+++ b/t/open_pgp.t
-@@ -2,9 +2,15 @@
- use warnings;
- use Test::More;
- 
--use Dir::Self;
- use File::Spec;
- use File::Temp 'tempdir';
-+
-+sub __DIR__ () {
-+  my $level = shift || 0;
-+  my $file = (caller $level)[1];
-+  File::Spec->rel2abs(join '', (File::Spec->splitpath($file))[0, 1])
-+}
-+
- use lib File::Spec->catdir(__DIR__, 'lib');
- use DigestTest::Schema;
- 
---- a/t/whirlpool.t
-+++ b/t/whirlpool.t
-@@ -2,9 +2,15 @@
- use warnings;
- use Test::More;
- 
--use Dir::Self;
- use File::Spec;
- use File::Temp 'tempdir';
-+
-+sub __DIR__ () {
-+  my $level = shift || 0;
-+  my $file = (caller $level)[1];
-+  File::Spec->rel2abs(join '', (File::Spec->splitpath($file))[0, 1])
-+}
-+
- use lib File::Spec->catdir(__DIR__, 'lib');
- use DigestTest::Schema;
- 
diff --git a/debian/patches/series b/debian/patches/series
index 27f4bd1..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-no-Dir-Self.patch

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