[libterm-readline-gnu-perl] 01/02: Drop obsolete debian/patches/30outstream.patch
Niko Tyni
ntyni at moszumanska.debian.org
Sun Dec 6 19:15:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
ntyni pushed a commit to branch master
in repository libterm-readline-gnu-perl.
commit 07e525d10b7195403c8e5fac7d904d297401e936
Author: Niko Tyni <ntyni at debian.org>
Date: Sun Dec 6 21:11:58 2015 +0200
Drop obsolete debian/patches/30outstream.patch
Closes: #807252
---
debian/patches/30outstream.patch | 17 -----------------
debian/patches/series | 1 -
2 files changed, 18 deletions(-)
diff --git a/debian/patches/30outstream.patch b/debian/patches/30outstream.patch
deleted file mode 100644
index 0c4a8c9..0000000
--- a/debian/patches/30outstream.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-# 30outstream.patch by Niko Tyni <ntyni at iki.fi>
-# DP: Fix SIGSEGV after "|" command. (#236018)
---- a/Gnu.xs
-+++ b/Gnu.xs
-@@ -3160,6 +3160,12 @@
- break;
- case 1:
- rl_outstream = PerlIO_findFILE(stream);
-+ /*
-+ * Debian-specific addition fixing a segfault with "PERLIO=stdio"
-+ * see http://bugs.debian.org/350991
-+ */
-+ if (!rl_outstream)
-+ rl_outstream = stdout;
- #ifdef __CYGWIN__
- {
- /* Cygwin b20.1 library converts NL to CR-NL
diff --git a/debian/patches/series b/debian/patches/series
index 25f7c87..c1726b3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
10term.patch
20new.patch
-30outstream.patch
40terminfo.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-readline-gnu-perl.git
More information about the Pkg-perl-cvs-commits
mailing list