Your message dated Fri, 26 Aug 2016 18:04:04 +0000
with message-id <e1bdlu4-0001kf...@franck.debian.org>
and subject line Bug#834999: fixed in libyaml-libyaml-perl 0.63-1
has caused the Debian Bug report #834999,
regarding YAML::XS generates broken multiline strings
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
834999: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834999
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libyaml-libyaml-perl
Version: 0.41-6+b1
Severity: grave

YAML::XS adds an extra \n at the end of each line.
The YAML module cannot read the generated files.

Test case attached.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libyaml-libyaml-perl depends on:
ii  libc6                       2.23-4
ii  perl                        5.22.2-3
ii  perl-base [perlapi-5.22.1]  5.22.2-3

libyaml-libyaml-perl recommends no packages.

libyaml-libyaml-perl suggests no packages.

-- no debconf information

-- 
ciao,
Marco
#!/usr/bin/perl

use v5.22;
use warnings;
use strict;

use File::Slurp;
use YAML::XS;

$_ = qq[line1
line2

line3
end
];

my $yaml = Dump($_);
print $yaml;
write_file('testyaml-data', $yaml);

#!/usr/bin/perl

use v5.22;
use warnings;
use strict;

use File::Slurp;
use YAML;

my $yaml = read_file('testyaml-data');
print $yaml;
print Load($yaml);

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: libyaml-libyaml-perl
Source-Version: 0.63-1

We believe that the bug you reported is fixed in the latest version of
libyaml-libyaml-perl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 834...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated libyaml-libyaml-perl 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 26 Aug 2016 19:46:11 +0200
Source: libyaml-libyaml-perl
Binary: libyaml-libyaml-perl
Architecture: source
Version: 0.63-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Closes: 834999
Description: 
 libyaml-libyaml-perl - Perl interface to libyaml, a YAML implementation
Changes:
 libyaml-libyaml-perl (0.63-1) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * New upstream releases 0.43, 0.44, 0.45.
   * Update copyright years. Drop information about removed files.
   * Install new CONTRIBUTING file.
   * Add debian/upstream/metadata.
 .
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 .
   [ gregor herrmann ]
   * Imported upstream version 0.52.
   * Mark package as autopkgtest-able.
 .
   * Import upstream version 0.60.
   * Drop a bunch of patches which all have been applied upstream.
   * Update years of upstream and packaging copyright.
 .
   * Import upstream version 0.62
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
 .
   * Import upstream version 0.63
   * Set bindnow linker flag in debian/rules.
   * Declare compliance with Debian Policy 3.9.8.
   * Add lintian override for embedded libyaml.
 .
   * One of those upstream releases since 0.41 also closes: #834999
     according to the test cases Marco d'Itri provided in the bug report.
Checksums-Sha1: 
 5f80e49b19a7c21d3613e371fdfea3f1946a37d3 2256 libyaml-libyaml-perl_0.63-1.dsc
 dbccd6b04ec8d9add97212e4ee2364c1e718187c 143075 
libyaml-libyaml-perl_0.63.orig.tar.gz
 a79b1edd75409ca9ffc5ae8b0ada64a1f66ec682 5424 
libyaml-libyaml-perl_0.63-1.debian.tar.xz
Checksums-Sha256: 
 0ff9aec492e8f94c52db408907034686cf302e5a413f200ea9906a8256f6b6d5 2256 
libyaml-libyaml-perl_0.63-1.dsc
 3cf0044a8838966f63c850a442e36039b8aec2db291089fffa11b786d1d164c8 143075 
libyaml-libyaml-perl_0.63.orig.tar.gz
 4ceaa60ee903deba03b4d19433d4de529f5f897c26efd1717f198a7341f20fee 5424 
libyaml-libyaml-perl_0.63-1.debian.tar.xz
Files: 
 4d63269a0414a4230953a716aeeff3a0 2256 perl optional 
libyaml-libyaml-perl_0.63-1.dsc
 a6a2d7e2124b101236613e831458172f 143075 perl optional 
libyaml-libyaml-perl_0.63.orig.tar.gz
 8de86be6dbe3ef9a70786381e671bd2f 5424 perl optional 
libyaml-libyaml-perl_0.63-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJ8BAEBCgBmBQJXwIE4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGVvIP+wYc5SZpU9/yAUMNMtiivLpR
o1HjxwqU28KGdjDCfofkB6W7fwph/f1eEHvwuixVo547C7CgqBwdIf84hL4p9/Zw
NwlZZd4eFHlj4+wQftKXk4fTzIn4niB+IlrhTfodpN4P305gdu3zv1ggUq/DssQ+
03h6Lulma65T1cMH3qAmbZKR8KZTycSAaSYwdys9u3xIv1Lm0Ei6Ht5Mre95xyE3
A4bDkViiHFVZQypo3x66SU/P5Pleel5nQNugcDePnjGkQW56TXRCHqOcDuHs2nDt
u1Q/AjyIULUEamD6r5ybX2V6mGb6mRd5rgI1QjbFwcTjLEGs2Q6BZEEvhJBZWzHe
eDUdbOPusEvHkBk4uNQCGEUMP533GupCnQekBAPUokDpAD+otadABU2CuzpraILl
ZORqX5fh5WwkgKdKxkLMWSi9UqGj0W0MwkYnN2YO/C2t7mKflxhsKZ+CH8nLTYuG
eE4MRQozM/GQ2+oE0J+W4Dgfw/+q6vSsCe97508eUGdagpvFItXD0ZPJweodb+WD
JT+7e1+T/Cjxq0solRsZUq7DacUiv2HL9kdqd5vm/ycl8sotka76aeRCzGNAk1ig
1fxvXoNEWh+kBjUkwGJRfnK1+bjvmijmfW/DOqyZcNbX7c1CU9ilMnRi5QMuEuqR
PuIiRpjyIEuE+irBEqTA
=h8Ru
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to