[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#545895: debbugs: should drop '\r' characters from bug report subjects



On Wed, Sep 09, 2009 at 10:28:45PM +0200, Francesco Poli (t1000) wrote:
> Package: debbugs
> Version: 2.4.2~exp0
> Severity: normal
> 
> Hi!
> 
> I think I found a bug in the BTS, hence I am reporting it against
> the experimental version of debbugs (which I believe is the closest
> version to what is used in the BTS, right?).
> 
> The following example use of apt-listbugs shows the problem:
> 

so that the problem can be more easily reproduced/seen, attached is a
minimal Perl script that shows this problem.

$ ./545895.pl
$VAR1 = "gstreamer0.10-plugins-good: 0.10.8-4.1 unistallable due to .mo \r";
$

Cheers,
Ryan

-- 
_________________________
Ryan Niebur
ryanryan52@gmail.com
#!/usr/bin/perl

use SOAP::Lite;
use Data::Dump::Streamer;

my $soap = SOAP::Lite->uri('Debbugs/SOAP')->proxy('http://bugs.debian.org/cgi-bin/soap.cgi');
Dump($soap->get_status(515836)->result()->{515836}->{subject});

Attachment: signature.asc
Description: Digital signature


Reply to: