Package: mutt Version: 1.5.20-2 Severity: minor Tags: patch
There is a typo: conditionnaly, in the ifdef patch documentation. I am attaching a patch. -- 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.26-2-686 (i686) ncurses: ncurses 5.7.20090523 (compiled with 5.7) libidn: 1.15 (compiled with 1.15) hcache backend: GDBM version 1.8.3. 10/15/2002 (built Jul 9 2009 11:50:20) 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 <mutt-...@mutt.org>. To report a bug, please visit http://bugs.mutt.org/. patch-1.5.13.cd.ifdef.2 -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages mutt depends on: ii libc6 2.9-12 GNU C Library: Shared libraries ii libcomerr2 1.41.3-1 common error description library ii libgdbm3 1.8.3-6 GNU dbm database routines (runtime ii libgnutls26 2.6.6-1 the GNU TLS library - runtime libr ii libgpg-error0 1.6-1 library for common error values an ii libgpgme11 1.1.8-2 GPGME - GnuPG Made Easy ii libgssapi-krb5-2 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - k ii libidn11 1.15-1 GNU Libidn library, implementation ii libk5crypto3 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - C ii libkrb5-3 1.7dfsg~beta3-1 MIT Kerberos runtime libraries ii libncursesw5 5.7+20090523-1 shared libraries for terminal hand ii libsasl2-2 2.1.23.dfsg1-1 Cyrus SASL - authentication abstra Versions of packages mutt recommends: ii exim4 4.69-11 metapackage to ease Exim MTA (v4) ii exim4-daemon-light [mail- 4.69-11 lightweight Exim MTA (v4) daemon ii libsasl2-modules 2.1.23.dfsg1-1 Cyrus SASL - pluggable authenticat ii locales 2.9-12 GNU C Library: National Language ( ii mime-support 3.46-1 MIME files 'mime.types' & 'mailcap Versions of packages mutt suggests: ii aspell 0.60.6-1 GNU Aspell spell-checker ii ca-certificates 20090709 Common CA certificates ii gnupg 1.4.9-4 GNU privacy guard - a free PGP rep ii ispell 3.1.20.0-4.5 International Ispell (an interacti pn mixmaster <none> (no description available) ii openssl 0.9.8k-3 Secure Socket Layer (SSL) binary a ii urlview 0.9-18 Extracts URLs from text Versions of packages mutt is related to: ii mutt 1.5.20-2 text-based mailreader supporting M pn mutt-dbg <none> (no description available) pn mutt-patched <none> (no description available) -- no debconf information
>From 2d2ec6d8331f88adc595552ea5acfac4ae05a65a Mon Sep 17 00:00:00 2001 From: Kevin McCarthy <deb...@8t8.us> Date: Tue, 4 Aug 2009 13:28:26 -0700 Subject: [PATCH] Fix typo in ifdef patch documentation. --- debian/patches/features/ifdef | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/patches/features/ifdef b/debian/patches/features/ifdef index d22740e..887ba40 100644 --- a/debian/patches/features/ifdef +++ b/debian/patches/features/ifdef @@ -120,7 +120,7 @@ ifdef trash set trash=~/Mail/trash +<sect1 id="ifdef"> + -+<title>Configuring features conditionnaly</title> ++<title>Configuring features conditionally</title> + +<para> +Usage: <literal>ifdef</literal> <emphasis>item</emphasis> <emphasis>command</emphasis> -- 1.6.3.3