Control: tags -1 + pending

On Tue, Feb 06, 2018 at 09:24:50PM +0100, Helmut Grohne wrote:
> I saw that you added man2html to Build-Depends. That happens to not be
> good for bootstrapping, because man2html is not Multi-Arch: foreign. Let
> me propose three things to improve the situation:
> 
>  * bash only actually needs /usr/bin/man2html and not the whole cgi
>    stuff. Thus the dependency should be man2html-base rather than
>    man2html.
>  * I requested marking man2html-base Multi-Arch: foreign in #889755.

This one is fixed for a while.

>  * I also observe that man2html is only ever run in the -indep build, so
>    it should be moved to Build-Depends-Indep.
> 
> So switching to man2html-base or B-D-I is sufficient for resolving the
> bootstrap issue. The attached patch does both.

Given complete lack of any response and the fact that this breaks
architecture bootstrap, I've uploaded the attached patch to delayed.

Helmut
diff --minimal -Nru bash-4.4.18/debian/changelog bash-4.4.18/debian/changelog
--- bash-4.4.18/debian/changelog        2018-06-01 21:05:11.000000000 +0200
+++ bash-4.4.18/debian/changelog        2018-06-17 21:15:06.000000000 +0200
@@ -1,3 +1,11 @@
+bash (4.4.18-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move man2html dependency to B-D-I and use the thinner -base variant.
+    Closes: #889757.
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 17 Jun 2018 21:15:06 +0200
+
 bash (4.4.18-3) unstable; urgency=medium
 
   * Apply upstream patches 020 - 023. Fixing:
diff --minimal -Nru bash-4.4.18/debian/control bash-4.4.18/debian/control
--- bash-4.4.18/debian/control  2018-06-01 21:05:11.000000000 +0200
+++ bash-4.4.18/debian/control  2018-06-17 21:15:04.000000000 +0200
@@ -6,8 +6,8 @@
 Build-Depends: autoconf, autotools-dev, bison, libncurses5-dev,
  texinfo, texi2html, debhelper (>= 9.20160115~), gettext, sharutils,
  locales <!nocheck>, time <!nocheck>,
- xz-utils, dpkg-dev (>= 1.16.1), man2html
-Build-Depends-Indep: texlive-latex-base, ghostscript, texlive-fonts-recommended
+ xz-utils, dpkg-dev (>= 1.16.1)
+Build-Depends-Indep: texlive-latex-base, ghostscript, 
texlive-fonts-recommended, man2html-base
 Build-Conflicts: r-base-core
 Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html
 Vcs-Browser: https://code.launchpad.net/~doko/+junk/pkg-bash-debian

Reply via email to