Package: lynx-cur Version: 2.8.7dev9-1 Severity: normal Tags: patch
lynx-cur shouldn't require a build-dependecy on exim4, just to hardcode /usr/sbin/sendmail. Attached patch fixes this. cu andreas
diff -u lynx-cur-2.8.7dev9/debian/changelog lynx-cur-2.8.7dev9/debian/changelog --- lynx-cur-2.8.7dev9/debian/changelog +++ lynx-cur-2.8.7dev9/debian/changelog @@ -1,3 +1,12 @@ +lynx-cur (2.8.7dev9-1.1noexim1) unstable; urgency=low + + * Non-maintainer upload. + * Sanitize build-dependencies. Instead of build-depending on exim4 simply + run ./configure with cf_cv_SYSTEM_MAIL=/usr/sbin/sendmail in the + environment. + + -- Andreas Metzler <[EMAIL PROTECTED]> Sun, 18 May 2008 14:30:37 +0200 + lynx-cur (2.8.7dev9-1) unstable; urgency=low * New Upstream Release. diff -u lynx-cur-2.8.7dev9/debian/control lynx-cur-2.8.7dev9/debian/control --- lynx-cur-2.8.7dev9/debian/control +++ lynx-cur-2.8.7dev9/debian/control @@ -2,7 +2,7 @@ Section: web Priority: extra Maintainer: Atsuhito KOHDA <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.1.16), dpatch, po-debconf, libncursesw5-dev, zlib1g-dev, gettext, libgnutls-dev, zip, unzip, sharutils, bzip2, ncompress, telnet, openssh-client, exim4-daemon-light | mail-transport-agent +Build-Depends: debhelper (>= 4.1.16), dpatch, po-debconf, libncursesw5-dev, zlib1g-dev, gettext, libgnutls-dev, zip, unzip, sharutils, bzip2, ncompress, telnet, openssh-client Standards-Version: 3.7.2 Package: lynx-cur diff -u lynx-cur-2.8.7dev9/debian/rules lynx-cur-2.8.7dev9/debian/rules --- lynx-cur-2.8.7dev9/debian/rules +++ lynx-cur-2.8.7dev9/debian/rules @@ -33,6 +33,7 @@ configure-stamp: patch-stamp dh_testdir # Add here commands to configure the package. + env cf_cv_SYSTEM_MAIL=/usr/sbin/sendmail \ ./configure --prefix=/usr --libexecdir=/usr/lib \ --sysconfdir=/etc/lynx-cur --localstatedir=/var \ --libdir=/etc/lynx-cur --enable-8bit-toupper --enable-externs \