Package: boa Followup-For: Bug #562362 Hi Francois-Denis,
A simple dependency replacement seems to fix this. Patch for NMU attached. If you're already working on this feel free to prepare an updated package and request sponsorship as usually. regards, -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -urN debian/changelog debian.mnu/changelog --- debian/changelog 2009-12-27 21:16:05.000000000 +0100 +++ debian.mnu/changelog 2009-12-27 21:11:49.000000000 +0100 @@ -1,3 +1,11 @@ +boa (0.94.14rc21-3.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control + - Replace non-existing build dependency (Closes: #562362) + + -- Ricardo Mones <[email protected]> Sun, 27 Dec 2009 21:10:39 +0100 + boa (0.94.14rc21-3) unstable; urgency=low * Access log garbled (Closes: #449074) diff -urN debian/control debian.mnu/control --- debian/control 2009-12-27 21:16:05.000000000 +0100 +++ debian.mnu/control 2009-12-27 21:10:21.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Francois-Denis Gonthier <[email protected]> Standards-Version: 3.7.3 -Build-Depends: debhelper (>= 5.0), texinfo, bison, flex, texi2html, tetex-bin, po-debconf, quilt +Build-Depends: debhelper (>= 5.0), texinfo, bison, flex, texi2html, texlive-base-bin, po-debconf, quilt Package: boa Architecture: any

