[libcpan-mini-perl] 03/07: Drop patch, merged upstream.
gregor herrmann
gregoa at debian.org
Sat Aug 10 15:16:39 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcpan-mini-perl.
commit 6261cc115f81d3fdd4400fd0feda060308986fce
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Aug 10 17:13:00 2013 +0200
Drop patch, merged upstream.
---
.../always-return-tempdir-from-config_dir.patch | 19 -------------------
debian/patches/series | 1 -
2 files changed, 20 deletions(-)
diff --git a/debian/patches/always-return-tempdir-from-config_dir.patch b/debian/patches/always-return-tempdir-from-config_dir.patch
deleted file mode 100644
index b2f2a93..0000000
--- a/debian/patches/always-return-tempdir-from-config_dir.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Always return tempdir in config_dir subroutine
-Origin: vendor
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=77467
-Bug-Debian: http://bugs.debian.org/674385
-Forwarded: yes
-Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2012-05-24
-
---- a/t/app.t
-+++ b/t/app.t
-@@ -16,7 +16,7 @@
-
- my $tempdir = tempdir(CLEANUP => 1);
-
-- return unless defined $config;
-+ return $tempdir unless defined $config;
-
- my $filename = File::Spec->catfile($tempdir, '.minicpanrc');
- open my $config_fh, '>', $filename or die "can't write to $filename: $!";
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0ef7fc8..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-always-return-tempdir-from-config_dir.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-mini-perl.git
More information about the Pkg-perl-cvs-commits
mailing list