Control: tag -1 + pending Dear Werner,
Axel Beckert wrote: > the Perl 5.22 transition just started (see > https://lists.debian.org/debian-devel-announce/2015/12/msg00005.html) > and we seem to have missed that html2wml depends on the deprecated > virtual package "perl5" like some other packages did. > > The virtual package "perl5" is provided by the 5.20 perl package as > present in Debian Unstable until just now, but is no more be provided by > the 5.22 perl package which was just uploaded. I've just uploaded the following debdiff as NMU to DELAYED/2. (I've allowed myself to choose only 2 days delay due to the urgency of this matter, c.f. https://lists.debian.org/debian-devel-announce/2015/12/msg00005.html) Feel free to tell me, if I should upload it directly instead or delay it slightly more. Regards, Axel -- ,''`. | Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 `- | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE
diff -u html2wml-0.4.11/debian/changelog html2wml-0.4.11/debian/changelog --- html2wml-0.4.11/debian/changelog +++ html2wml-0.4.11/debian/changelog @@ -1,3 +1,10 @@ +html2wml (0.4.11-1.1) unstable; urgency=high + + * Non-maintainer upload + * Replace dependency on "perl5" with just "perl". (Closes: #808189) + + -- Axel Beckert <a...@debian.org> Sat, 19 Dec 2015 00:36:01 +0100 + html2wml (0.4.11-1) unstable; urgency=low * New upstream release diff -u html2wml-0.4.11/debian/control html2wml-0.4.11/debian/control --- html2wml-0.4.11/debian/control +++ html2wml-0.4.11/debian/control @@ -7,7 +7,7 @@ Package: html2wml Architecture: all -Depends: perl5, libhtml-parser-perl, liburi-perl, libwww-perl, libtext-template-perl +Depends: perl, libhtml-parser-perl, liburi-perl, libwww-perl, libtext-template-perl Recommends: libxml-parser-perl, tidy, httpd | httpd-cgi Suggests: wap-wml-tools, iceweasel, wapua Description: converts HTML pages to WML (WAP) or i-mode pages