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

Bug#808189: html2wml: Depends on virtual package "perl5" which will is gone with perl/5.22



Package: html2wml
Version: 0.4.11-1
Severity: serious
Control: tags -1 + patch

Dear Werner,

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.

The following patch fixes this issue:

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

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (111, 'buildd-unstable'), (111, 'buildd-experimental'), (110, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages html2wml depends on:
ii  libhtml-parser-perl    3.71-2
ii  libtext-template-perl  1.46-1
ii  liburi-perl            1.69-1
ii  libwww-perl            6.15-1
ii  perl [perl5]           5.20.2-6

Versions of packages html2wml recommends:
pn  httpd | httpd-cgi   <none>
ii  libxml-parser-perl  2.44-1
ii  tidy                20091223cvs-1.5

Versions of packages html2wml suggests:
ii  iceweasel      38.5.0esr-1
ii  wap-wml-tools  0.0.4-7
ii  wapua          0.06.1-3

-- no debconf information


Reply to: