From 96a56db7076c5ddf2246ee578923427c95e27928 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Sun, 20 Jul 2008 01:20:41 +0200 Subject: [PATCH] (Finally) compile with native Kerberos GSSAPI support. (Closes: #469483) --- debian/README.Debian | 6 ------ debian/changelog | 3 ++- debian/control | 4 +++- debian/rules | 1 + 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 641c2a4..9ac18c8 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -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 Sat, 03 Nov 2007 21:02:26 +0100 diff --git a/debian/changelog b/debian/changelog index ca00df6..40cd967 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 20 Jul 2008 00:28:41 +0200 + -- Christoph Berg Sun, 20 Jul 2008 01:06:46 +0200 mutt (1.5.18-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 4cc2cc0..e00a740 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,9 @@ Section: mail Priority: standard Maintainer: Christoph Berg Uploaders: Adeodato Simó -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/ diff --git a/debian/rules b/debian/rules index 868b2ab..11eefc2 100755 --- a/debian/rules +++ b/debian/rules @@ -45,6 +45,7 @@ confflags = --prefix=/usr \ \ --with-curses \ --with-gnutls \ + --with-gss \ --with-idn \ --with-mixmaster \ --with-sasl \ -- 2.43.0