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

2015-12-18 Thread Axel Beckert
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/msg5.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/msg5.html)

Feel free to tell me, if I should upload it directly instead or delay
it slightly more.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , 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   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


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

2015-12-16 Thread Axel Beckert
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/msg5.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-perl3.71-2
ii  libtext-template-perl  1.46-1
ii  liburi-perl1.69-1
ii  libwww-perl6.15-1
ii  perl [perl5]   5.20.2-6

Versions of packages html2wml recommends:
pn  httpd | httpd-cgi   
ii  libxml-parser-perl  2.44-1
ii  tidy20091223cvs-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