]> git.llucax.com Git - software/mutt-debian.git/commitdiff
(Finally) compile with native Kerberos GSSAPI support. (Closes: #469483)
authorChristoph Berg <myon@debian.org>
Sat, 19 Jul 2008 23:20:41 +0000 (01:20 +0200)
committerChristoph Berg <myon@debian.org>
Sat, 19 Jul 2008 23:20:41 +0000 (01:20 +0200)
debian/README.Debian
debian/changelog
debian/control
debian/rules

index 641c2a438a5268164f1096e8702b41b081ccb6c9..9ac18c8ebaf0c50fc035d572be346298a6f4a945 100644 (file)
@@ -78,10 +78,4 @@ directives.
 The directory is processed last in /etc/Muttrc, so that settings there
 may override the defaults from the file.
 
-
-Kerberos support
-~~~~~~~~~~~~~~~~
-To use kerberos GSSAPI authentication, install the libsasl2-modules-gssapi-mit
-package.
-
  -- Christoph Berg <myon@debian.org>  Sat, 03 Nov 2007 21:02:26 +0100
index ca00df6b1c30621c2b77dbe264aeaba8348c99cd..40cd967cfa4d06d63e6b6fe0a96d5a006ab9ef22 100644 (file)
@@ -2,8 +2,9 @@ mutt (1.5.18-3) unstable; urgency=low
 
   * Pull patch from upstream to fix multipart decoding. (Closes: #489283)
   * Add example sidebar config, thanks Stefano Zacchiroli. (Closes: #460452)
+  * (Finally) compile with native Kerberos GSSAPI support. (Closes: #469483)
 
- -- Christoph Berg <myon@debian.org>  Sun, 20 Jul 2008 00:28:41 +0200
+ -- Christoph Berg <myon@debian.org>  Sun, 20 Jul 2008 01:06:46 +0200
 
 mutt (1.5.18-2) unstable; urgency=low
 
index 4cc2cc051a88ac13474c4bee89494cb582019e9f..e00a7400185c79b1fa07372074f0afbea5d106fe 100644 (file)
@@ -3,7 +3,9 @@ Section: mail
 Priority: standard
 Maintainer: Christoph Berg <myon@debian.org>
 Uploaders: Adeodato Simó <dato@net.com.org.es>
-Build-Depends: debhelper (>> 5), quilt, automake, gawk, gettext, xsltproc, docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev, libidn11-dev, zlib1g-dev, libncursesw5-dev, libgdbm-dev
+Build-Depends: debhelper (>> 5), quilt, automake, gawk, gettext, xsltproc,
+ docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev,
+ libidn11-dev, zlib1g-dev, libncursesw5-dev, libgdbm-dev, libkrb5-dev
 Standards-Version: 3.8.0
 XS-Vcs-Bzr: http://bzr.debian.org/pkg-mutt/unstable
 Homepage: http://www.mutt.org/
index 868b2ab7e4749995c40aa053f68f0dd815038a1c..11eefc253b42fad44555b4834d23bb4a38044681 100755 (executable)
@@ -45,6 +45,7 @@ confflags =   --prefix=/usr                   \
                                                \
                --with-curses                   \
                --with-gnutls                   \
+               --with-gss                      \
                --with-idn                      \
                --with-mixmaster                \
                --with-sasl                     \