Package: sendmail
Version: 8.14.2-2
Severity: important
Justification: fails to build from source

sendmail fails to build from source on non-linux architectures (that is
GNU/kFreeBSD and Hurd), as it build-depends on linux-libc-dev which is a
Linux specific package.

Please find below a patch to fix that.

diff -u sendmail-8.14.2/debian/control sendmail-8.14.2/debian/control
--- sendmail-8.14.2/debian/control
+++ sendmail-8.14.2/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Richard A Nelson (Rick) <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
 Build-Depends-Indep: groff, bsdmainutils
-Build-Depends: make (>> 3.79.1-14), m4, cdbs, patchutils, dh-buildinfo, 
debhelper (>= 5), linux-libc-dev (>= 2.6.21-3) | linux-kernel-headers, groff, 
bsdmainutils , libdb4.6-dev, libldap2-dev, libwrap0-dev, liblockfile-dev, 
libsasl2-dev, libssl-dev
+Build-Depends: make (>> 3.79.1-14), m4, cdbs, patchutils, dh-buildinfo, 
debhelper (>= 5), linux-libc-dev (>= 2.6.21-3) [!kfreebsd-i386 !kfreebsd-amd64 
!hurd-i386] , groff, bsdmainutils , libdb4.6-dev, libldap2-dev, libwrap0-dev, 
liblockfile-dev, libsasl2-dev, libssl-dev
 Build-Conflicts: libbind-dev, bind-dev, fakeroot (<< 0.4.5)
 Homepage: http://www.sendmail.org
 


-- System Information:
Debian Release: lenny/sid
Architecture: kfreebsd-i386 (i686)

Kernel: kFreeBSD 6.2-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to