[libdebug-client-perl] 04/05: Drop patch fix-term-readline-load.

gregor herrmann gregoa at debian.org
Sun Sep 22 14:44:55 UTC 2013


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

gregoa pushed a commit to branch master
in repository libdebug-client-perl.

commit 88562dff99c6718898476fb29e04ba8738978409
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 22 16:30:28 2013 +0200

    Drop patch fix-term-readline-load.
    
    The relevant code was changed upstream in a different way.
---
 debian/patches/fix-term-readline-load |   29 -----------------------------
 debian/patches/series                 |    1 -
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/fix-term-readline-load b/debian/patches/fix-term-readline-load
deleted file mode 100644
index b743a2a..0000000
--- a/debian/patches/fix-term-readline-load
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: Fix term readline load
- Original upstream code leads to Padre FTBS. Upstream was tweaked to
- work on Windows, but this leads to build failure. 
- .
- After some discussion with bowtie (upstream author), we decided to
- patch Debian package to revert the modifications done for Windows.
-Bug-Debian: 713433
-Author: Dod
---- a/lib/Debug/Client.pm
-+++ b/lib/Debug/Client.pm
-@@ -12,16 +12,8 @@
- 
- our $VERSION = '0.26';
- 
--BEGIN {
--	use Term::ReadLine;
--	$ENV{TERM} = 'dumb' if !exists $ENV{TERM};
--
--	eval { my $term = Term::ReadLine->new('none') };
--	if ($EVAL_ERROR) {
--		local $ENV{PERL_RL} = ' ornaments=0';
--	}
--}
--
-+use Term::ReadLine;
-+ 
- use utf8;
- use IO::Socket::IP 0.21;
- use Carp qw(carp croak);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4543870..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-term-readline-load

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



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