package slrn tags 333216 patch thanks On Mon, Oct 10, 2005 at 04:16:47PM -0700, Blars Blarson said > slrn build-depends on mail-transport-agent without specifying a > prefered alternative first. This leads to random build failures, > since at least one alternative is not installable non-interactivly. > (In this case, zmailer failed to install for other reasons, but it > fails later if it's dependancies could be met.)
The attached trivial patch fixes this. -rob
--- slrn-0.9.8.1pl1.old/debian/control 2005-10-13 00:08:42.000000000 +1000 +++ slrn-0.9.8.1pl1/debian/control 2005-10-13 00:11:51.000000000 +1000 @@ -2,7 +2,7 @@ Section: news Priority: optional Maintainer: Norbert Tretkowski <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.1.13), libslang2-dev, libuu-dev, mail-transport-agent, gettext, dpkg-dev (>= 1.9.0), libgnutls-dev, po-debconf, autoconf (>= 2.58), automake1.8, dpatch, libcanlock2-dev +Build-Depends: debhelper (>= 4.1.13), libslang2-dev, libuu-dev, exim4 | mail-transport-agent, gettext, dpkg-dev (>= 1.9.0), libgnutls-dev, po-debconf, autoconf (>= 2.58), automake1.8, dpatch, libcanlock2-dev Standards-Version: 3.6.2 Package: slrn

