Package: mutt Version: 1.5.20-1 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu karmic ubuntu-patch
In Ubuntu, mutt Build-Depends on elinks instead of links since a long time, the reason is that elinks is in Ubuntu main while links is not. So, since mutt is also in main, Ubuntu doesn't want to build-depend on a package in Ubuntu universe (ie. links), now that elinks-lite is also in Ubuntu main for karmic, so I decided to build-depend on elinks-lite since it is (as the name suggests) lite ! It doesn't pull much dependancies, and generating HTML manual for mutt doesn't need the bells & whistles of the full-fledged elinks anyways. So I hope you would consider Build-Depending on elinks-lite too, since I don't think it would make life worse to Debian, and that's in order to minimize the differences between Debian's & Ubuntu's mutt packages. Thanks ! -- Package-specific info: Mutt 1.5.20 (2009-06-14) Copyright (C) 1996-2009 Michael R. Elkins and others. Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'. Mutt is free software, and you are welcome to redistribute it under certain conditions; type `mutt -vv' for details. System: Linux 2.6.28-13-generic (i686) ncurses: ncurses 5.7.20090207 (compiled with 5.7) libidn: 1.10 (compiled with 1.10) hcache backend: GDBM version 1.8.3. 10/15/2002 (built Nov 5 2008 02:36:47) Compile options: -DOMAIN +DEBUG -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE +USE_FCNTL -USE_FLOCK +USE_POP +USE_IMAP +USE_SMTP -USE_SSL_OPENSSL +USE_SSL_GNUTLS +USE_SASL +USE_GSS +HAVE_GETADDRINFO +HAVE_REGCOMP -USE_GNU_REGEX +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET +HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM +CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME +CRYPT_BACKEND_GPGME -EXACT_ADDRESS -SUN_ATTACHMENT +ENABLE_NLS -LOCALES_HACK +COMPRESSED +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR +HAVE_ICONV -ICONV_NONTRANS +HAVE_LIBIDN +HAVE_GETSID +USE_HCACHE -ISPELL SENDMAIL="/usr/sbin/sendmail" MAILPATH="/var/mail" PKGDATADIR="/usr/share/mutt" SYSCONFDIR="/etc" EXECSHELL="/bin/sh" MIXMASTER="mixmaster" To contact the developers, please mail to <[email protected]>. To report a bug, please visit http://bugs.mutt.org/. patch-1.5.13.cd.ifdef.2 *** /tmp/tmpwlRThU In Ubuntu, we've applied the attached patch to achieve the following: * Build-depend on elinks-lite + elinks-lite doesn't provide links anymore. + elinks-lite is now in main, and pulls less dependencies than the full-fledged elinks. We thought you might be interested in doing the same. -- System Information: Debian Release: 5.0 APT prefers jaunty-updates APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty-proposed'), (500, 'jaunty-backports'), (500, 'jaunty') Architecture: i386 (i686) Kernel: Linux 2.6.28-13-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages mutt is related to: ii mutt 1.5.20-1ubuntu1 text-based mailreader supporting M pn mutt-dbg <none> (no description available) pn mutt-patched <none> (no description available)
diff -u mutt-1.5.20/debian/control mutt-1.5.20/debian/control --- mutt-1.5.20/debian/control +++ mutt-1.5.20/debian/control @@ -4,7 +4,7 @@ Maintainer: Christoph Berg <[email protected]> Uploaders: Adeodato Simó <[email protected]>, Antonio Radici <[email protected]> Build-Depends: debhelper (>> 7), quilt, automake, gawk, gettext, xsltproc, - docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev, + docbook-xml, docbook-xsl, elinks-lite, libncurses5-dev, libsasl2-dev, libgnutls-dev, libidn11-dev, zlib1g-dev, libncursesw5-dev, libgdbm-dev, libkrb5-dev, pkg-config, libgpgme11-dev Standards-Version: 3.8.1

