r32252 - in /trunk/libterm-readline-gnu-perl/debian: changelog patches/30outstream.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 21 15:35:52 UTC 2009


Author: gregoa
Date: Sat Mar 21 15:35:46 2009
New Revision: 32252

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32252
Log:
Remove first part of 30outstream.patch, applied upstream. Thanks to Niko
Tyni for spotting (closes: #520590).

Modified:
    trunk/libterm-readline-gnu-perl/debian/changelog
    trunk/libterm-readline-gnu-perl/debian/patches/30outstream.patch

Modified: trunk/libterm-readline-gnu-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-readline-gnu-perl/debian/changelog?rev=32252&op=diff
==============================================================================
--- trunk/libterm-readline-gnu-perl/debian/changelog (original)
+++ trunk/libterm-readline-gnu-perl/debian/changelog Sat Mar 21 15:35:46 2009
@@ -1,3 +1,10 @@
+libterm-readline-gnu-perl (1.19-2) UNRELEASED; urgency=low
+
+  * Remove first part of 30outstream.patch, applied upstream. Thanks to Niko
+    Tyni for spotting (closes: #520590).
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 21 Mar 2009 16:34:42 +0100
+
 libterm-readline-gnu-perl (1.19-1) unstable; urgency=low
 
   [ Ryan Niebur ]

Modified: trunk/libterm-readline-gnu-perl/debian/patches/30outstream.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-readline-gnu-perl/debian/patches/30outstream.patch?rev=32252&op=diff
==============================================================================
--- trunk/libterm-readline-gnu-perl/debian/patches/30outstream.patch (original)
+++ trunk/libterm-readline-gnu-perl/debian/patches/30outstream.patch Sat Mar 21 15:35:46 2009
@@ -1,18 +1,5 @@
 # 30outstream.patch by Niko Tyni <ntyni at iki.fi>
 # DP: Fix SIGSEGV after "|" command. (#236018)
---- a/Gnu.pm
-+++ b/Gnu.pm
-@@ -298,6 +298,10 @@
-     # in sync (see http://bugs.debian.org/236018)
-     $Attribs{outstream} = $Attribs{outstream};
- 
-+    # make sure the outstream fd inside the readline library is
-+    # in sync (see http://bugs.debian.org/236018)
-+    $Attribs{outstream} = $Attribs{outstream};
-+
-     # ornament support (now prompt only)
-     $prompt = ${$Attribs{term_set}}[0] . $prompt . ${$Attribs{term_set}}[1];
- 
 --- a/Gnu.xs
 +++ b/Gnu.xs
 @@ -2699,6 +2699,12 @@




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