Your message dated Wed, 23 Aug 2023 18:07:25 +0000
with message-id <[email protected]>
and subject line Bug#1050307: fixed in libdata-format-html-perl 0.5.1-3
has caused the Debian Bug report #1050307,
regarding libdata-format-html-perl: autopkgtest failure with Perl 5.38: given
is deprecated
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 [email protected]
immediately.)
--
1050307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050307
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libdata-format-html-perl
Version: 0.5.1-2
Severity: important
Tags: trixie sid
User: [email protected]
Usertags: perl-5.38-transition autopkgtest
This package fails its autopkgtest checks with Perl 5.38 (currently
in experimental.)
https://ci.debian.net/data/autopkgtest/unstable/amd64/libd/libdata-format-html-perl/37062112/log.gz
56s autopkgtest [20:13:39]: test autodep8-perl:
/usr/share/pkg-perl-autopkgtest/runner runtime-deps
56s autopkgtest [20:13:39]: test autodep8-perl: [-----------------------
56s
56s # Failed test ' /usr/bin/perl -w -M"Data::Format::HTML" -e 1 2>&1
produced no (non-whitelisted) output'
56s # at /usr/share/pkg-perl-autopkgtest/runtime-deps.d/use.t line 110.
56s # Structures begin differing at:
56s # $got->[0] = 'given is deprecated at
/usr/share/perl5/Data/Format/HTML.pm line 193.
56s # '
56s # $expected->[0] = Does not exist
56s
56s # Failed test 'env PERL_DL_NONLAZY=1 /usr/bin/perl -w
-M"Data::Format::HTML" -e 1 2>&1 produced no (non-whitelisted) output'
56s # at /usr/share/pkg-perl-autopkgtest/runtime-deps.d/use.t line 110.
56s # Structures begin differing at:
56s # $got->[0] = 'given is deprecated at
/usr/share/perl5/Data/Format/HTML.pm line 193.
56s # '
56s # $expected->[0] = Does not exist
56s # Looks like you failed 2 tests of 4.
56s /usr/share/pkg-perl-autopkgtest/runtime-deps.d/use.t ..
56s 1..4
56s # given is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 193.
56s # when is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 194.
56s # when is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 195.
56s # when is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 196.
56s # when is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 197.
56s # when is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 199.
56s ok 1 - /usr/bin/perl -w -M"Data::Format::HTML" -e 1 2>&1 exited
successfully
56s not ok 2 - /usr/bin/perl -w -M"Data::Format::HTML" -e 1 2>&1 produced
no (non-whitelisted) output
56s # given is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 193.
56s # when is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 194.
56s # when is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 195.
56s # when is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 196.
56s # when is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 197.
56s # when is deprecated at /usr/share/perl5/Data/Format/HTML.pm line 199.
56s ok 3 - env PERL_DL_NONLAZY=1 /usr/bin/perl -w -M"Data::Format::HTML"
-e 1 2>&1 exited successfully
56s not ok 4 - env PERL_DL_NONLAZY=1 /usr/bin/perl -w
-M"Data::Format::HTML" -e 1 2>&1 produced no (non-whitelisted) output
56s Dubious, test returned 2 (wstat 512, 0x200)
56s Failed 2/4 subtests
--
Niko Tyni [email protected]
--- End Message ---
--- Begin Message ---
Source: libdata-format-html-perl
Source-Version: 0.5.1-3
Done: gregor herrmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libdata-format-html-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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated
libdata-format-html-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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 23 Aug 2023 19:08:51 CEST
Source: libdata-format-html-perl
Binary:
Architecture: source
Version: 0.5.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Built-For-Profiles: nocheck
Changed-By: gregor herrmann <[email protected]>
Description:
Closes: 896556 1050307
Changes:
libdata-format-html-perl (0.5.1-3) unstable; urgency=medium
.
[ gregor herrmann ]
* debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
.
[ Xavier Guimard ]
* Email change: Xavier Guimard -> [email protected]
.
[ Debian Janitor ]
* Bump debhelper from old 10 to 12.
* Set debhelper-compat version in Build-Depends.
.
[ gregor herrmann ]
* debian/watch: use uscan version 4.
.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Update standards version to 4.1.5, no changes needed.
.
[ gregor herrmann ]
* Add a minimal test to check if the module loads successfully.
(Cf. #896556 and #1050307).
* Add test dependencies to debian/control.
* Add patch to replace deprecated given/when with plain if/elsif/else.
(Closes: #896556, #1050307)
* Drop debian/tests/pkg-perl/use-whitelist.
The warnings are gone with given-when.patch.
* debian/rules: use variables for paths like in other packages.
* Update years of packaging copyright.
* Declare compliance with Debian Policy 4.6.2.
* Annotate test-only build dependencies with <!nocheck>.
Checksums-Sha256:
0b77c135ebee35a4a99d35e6918498f911917239a2c2fd1aecb787a3619d852d 2406
libdata-format-html-perl_0.5.1-3.dsc
9bad6a23c2d56e47a62e6b14921037a9cd8e014984d8ce281208a2a172e32a02 3656
libdata-format-html-perl_0.5.1-3.debian.tar.xz
77410c96d5faf6c2ba065d8888328538740200ca8873d41e608c0c2b1b505389 6198
libdata-format-html-perl_0.5.1-3_sourceonly.buildinfo
Checksums-Sha1:
706ac6168ac5c988b8796612addde72b694aeb21 2406
libdata-format-html-perl_0.5.1-3.dsc
1b2e68f0c4206bace8a9a25ae4c3509e0900e84f 3656
libdata-format-html-perl_0.5.1-3.debian.tar.xz
274142c6417d82ad123375b5d389836ac3d2861c 6198
libdata-format-html-perl_0.5.1-3_sourceonly.buildinfo
Files:
cda2a200dcf2890cba201ac15e810ae6 2406 perl optional
libdata-format-html-perl_0.5.1-3.dsc
96d56158c3141ac99251ed15339929bf 3656 perl optional
libdata-format-html-perl_0.5.1-3.debian.tar.xz
1dd6920d3a1fe5696baf49c98f82cb95 6198 - -
libdata-format-html-perl_0.5.1-3_sourceonly.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmTmPSNfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZraxAAhm72DeB2i7mWd7SiVSp2PS6cqElfo9QjVHL73iU+sbWgaGLIfWiNksU3
cJhqLczjSPMoiCWeiwr07LcTdFVgFD2o2FpdbgAvAho+Rb6rYF+n2Iz0D+bI5WsX
nay7DX0yr7QjhfLHNXtHAdO/TaORUhBn63ZLFbEjO6sAI53Ec97lhdhPTaMQxaai
b45Yv+dXx7F4YuRNKbJYlydeVXC2H/gNqgxrewBB6OuVVCIYEbPai2LVS7HWaeN8
YZCbP8b1Kc9dhk+rBLkt5gsow0PmJ+6TSSN7tl50uHrPUefhniyMPrtDKZpUvrTk
aAFQbxMPGNkmxNSgYxdoZJm3RhvEdkeqWWvLfh/3Y4mIP2lq3ROONlD0TVpDvYRJ
2+IVr78JU0th68R6voq9XRZ3/2A2sAT7YcKpH8G4Oe2Iv1FQ05fUz9G4174OiMzj
RFfeXphu6mTa/Og+2Eyf3CNe8zCnvbdNdJUqgLA9KZFWYbNI15PzkfYliMHHmhr8
03mK2xRCKj6PDwcke6J9ivYptSSWpZHb5gNk6XXrEw3byH+re4HYlRFwXAN+KNK1
cYSRuAa7H6MbqpryeysfENXXxUagFkcZcBCv3VrkIWPPAXHiXbUHnC1H87keJfpr
KIJqf6ZAdMlKYXIvGHkUFMxDSHEn4oud4tFcXTJnVbCEgq77Hcw=
=kLjI
-----END PGP SIGNATURE-----
--- End Message ---