Control: tag -1 + pending

Dear Werner,

Axel Beckert wrote:
> in Sid and Stretch, the perl package no more contains CGI.pm (as it has
> been removed upstream from Perl's core), hence html2wml now needs an
> additional run-time dependency on libcgi-pm-perl.
> 
> Unfortunately I didn't notice this issue before uploading my NMU to
> DELAYED/2. I've cancelled my previous upload and will upload a new one
> including a fix for this issue to e.g. DELAYED/10 instead.

Uploaded to DELAYED/10 now. Full source debdiff attached.

Feel free to tell me if I should fast-forward it or delay it even
longer.

                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,12 @@
+html2wml (0.4.11-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Swap binary-* targets to fix FTBFS with "dpkg-buildpackage -A". Patch
+    by Santiago Vila. (Closes: #831931)
+  * Add missing dependency on libcgi-pm-perl. (Closes: #835623)
+
+ -- Axel Beckert <a...@debian.org>  Sat, 27 Aug 2016 19:50:03 +0200
+
 html2wml (0.4.11-1.1) unstable; urgency=high
 
   * Non-maintainer upload
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: perl, libhtml-parser-perl, liburi-perl, libwww-perl, 
libtext-template-perl
+Depends: perl, libhtml-parser-perl, liburi-perl, libwww-perl, 
libtext-template-perl, libcgi-pm-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
diff -u html2wml-0.4.11/debian/rules html2wml-0.4.11/debian/rules
--- html2wml-0.4.11/debian/rules
+++ html2wml-0.4.11/debian/rules
@@ -57,12 +57,12 @@
        $(MAKE) installcgi DESTDIR=$(CURDIR)/debian/html2wml
 
 
-# Build architecture-independent files here.
-binary-indep: build install
+# Build architecture-dependent files here.
+binary-arch:
 # We have nothing to do by default.
 
-# Build architecture-dependent files here.
-binary-arch: build install
+# Build architecture-independent files here.
+binary-indep: build install
        dh_testdir
        dh_testroot
 #      dh_installdebconf       

Attachment: signature.asc
Description: Digital signature

Reply via email to