[libio-prompt-perl] 03/04: Drop create-pty.patch patch

Salvatore Bonaccorso carnil at debian.org
Thu Aug 20 20:10:46 UTC 2015


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

carnil pushed a commit to branch master
in repository libio-prompt-perl.

commit 622953972e2ca956abb463bce6e09d703ac049b7
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Aug 20 22:06:06 2015 +0200

    Drop create-pty.patch patch
    
    Drop the patch since upstream removed the t/01.dependencies.t test
    completely.
---
 debian/patches/create-pty.patch | 21 ---------------------
 debian/patches/series           |  1 -
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/create-pty.patch b/debian/patches/create-pty.patch
deleted file mode 100644
index 4b19324..0000000
--- a/debian/patches/create-pty.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Use IO:Pty to create a slave pseudo tty for running the 
- 01.dependency.t test which otherwise causes FTBFS on environments 
- with no ttys.
-Origin: vendor
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=54807
-Forwarded: yes
-Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
---- a/t/01.dependencies.t
-+++ b/t/01.dependencies.t
-@@ -1,5 +1,8 @@
- use Test::More tests => 2;
-+use IO::Pty;
- 
--# Depends on hardcoded /dev/tty access
--ok( open(my $OUT, ">/dev/tty"), "Output to /dev/tty");
--ok( open(my $IN, "</dev/tty"), "Input from /dev/tty");
-+$pty = new IO::Pty;
-+$tty = $pty->ttyname();
-+
-+ok( open(my $OUT, ">$tty"), "Output to $tty");
-+ok( open(my $IN, "<$tty"), "Input from $tty");
diff --git a/debian/patches/series b/debian/patches/series
index 9b776ac..77809ba 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-create-pty.patch
 add-shebang-to-examples.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-prompt-perl.git



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