Source: eterm Version: 0.9.6-5 Tags: patch User: helm...@debian.org Usertags: rebootstrap
eterm fails to cross build from source, because apt has difficulties finding an installation set with man2html as it depends on apache2 and a whole host of stuff. However, eterm only actually uses the man2html binary and not the cgi interface. It actually builds with the dependency demoted to man2html-base. Please consider applying the attached patch. Helmut
diff --minimal -Nru eterm-0.9.6/debian/changelog eterm-0.9.6/debian/changelog --- eterm-0.9.6/debian/changelog 2017-01-29 19:02:04.000000000 +0100 +++ eterm-0.9.6/debian/changelog 2018-06-27 05:43:59.000000000 +0200 @@ -1,3 +1,10 @@ +eterm (0.9.6-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Demote man2html dependency to man2html-base. Closes: #-1. + + -- Helmut Grohne <hel...@subdivi.de> Wed, 27 Jun 2018 05:43:59 +0200 + eterm (0.9.6-5) unstable; urgency=medium * QA upload. diff --minimal -Nru eterm-0.9.6/debian/control eterm-0.9.6/debian/control --- eterm-0.9.6/debian/control 2017-01-29 18:00:00.000000000 +0100 +++ eterm-0.9.6/debian/control 2018-06-27 05:43:57.000000000 +0200 @@ -4,7 +4,7 @@ Maintainer: Debian QA Group <packa...@qa.debian.org> Homepage: http://www.eterm.org/ Standards-Version: 3.9.3 -Build-Depends: man2html, libxmu-dev,libsm-dev, libice-dev, libxext-dev, libx11-dev, libxt-dev, libimlib2-dev, libast2-dev (>= 0.7), libpcre3-dev, debhelper (>=9), automake, autoconf, libtool, gettext, cvs, chrpath +Build-Depends: man2html-base, libxmu-dev,libsm-dev, libice-dev, libxext-dev, libx11-dev, libxt-dev, libimlib2-dev, libast2-dev (>= 0.7), libpcre3-dev, debhelper (>=9), automake, autoconf, libtool, gettext, cvs, chrpath Package: eterm Pre-Depends: ${misc:Pre-Depends}