tags 711786 + pending
thanks

Hi,

Since I was fixing this in Ubuntu I thought I'd help out and fix it
directly in Debian too.

I've prepared an NMU for mutt (versioned as 1.5.21-6.3) and uploaded it
to DELAYED/5. Please feel free to tell me if I should delay it longer or
supersede it with your own upload, etc.

Regards,

-- 
Iain Lane                                  [ i...@orangesquash.org.uk ]
Debian Developer                                   [ la...@debian.org ]
Ubuntu Developer                                   [ la...@ubuntu.com ]
diff -u mutt-1.5.21/debian/changelog mutt-1.5.21/debian/changelog
--- mutt-1.5.21/debian/changelog
+++ mutt-1.5.21/debian/changelog
@@ -1,3 +1,11 @@
+mutt (1.5.21-6.3) unstable; urgency=low
+
+  * Build-Depend on libtool, as used by autoreconf. 
+  * Cherry-pick 6205:0488deb39a35 to resolve FTBFS due to "automatic
+    de-ANSI-fication support" being removed. (Closes: #711786)
+
+ -- Iain Lane <i...@orangesquash.org.uk>  Mon, 17 Jun 2013 09:54:24 +0100
+
 mutt (1.5.21-6.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u mutt-1.5.21/debian/control mutt-1.5.21/debian/control
--- mutt-1.5.21/debian/control
+++ mutt-1.5.21/debian/control
@@ -6,7 +6,7 @@
 Build-Depends: automake, debhelper (>> 7), docbook-xml, docbook-xsl,
  w3m, gawk, gettext, libgnutls-dev,
  libgpgme11-dev, libidn11-dev, libkrb5-dev, libncurses5-dev, libncursesw5-dev,
- libsasl2-dev, pkg-config, quilt, xsltproc, zlib1g-dev,
+ libsasl2-dev, libtool, pkg-config, quilt, xsltproc, zlib1g-dev,
  libtokyocabinet-dev [!hurd-i386], libgdbm-dev [hurd-i386]
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-mutt/mutt.git
diff -u mutt-1.5.21/debian/patches/series mutt-1.5.21/debian/patches/series
--- mutt-1.5.21/debian/patches/series
+++ mutt-1.5.21/debian/patches/series
@@ -1,5 +1,6 @@
 # build system patches
 misc/am-maintainer-mode
+misc/autoconf-remove-am-c-prototypes.patch
 
 # features
 features/ifdef
only in patch2:
unchanged:
--- mutt-1.5.21.orig/debian/patches/misc/autoconf-remove-am-c-prototypes.patch
+++ mutt-1.5.21/debian/patches/misc/autoconf-remove-am-c-prototypes.patch
@@ -0,0 +1,18 @@
+Remove the unused AM_C_PROTOTYPES call from configure.ac; fixing FTBFS with
+newer autoconf.
+
+http://dev.mutt.org/trac/changeset/0488deb39a35
+http://dev.mutt.org/trac/ticket/3579
+
+Index: b/configure.ac
+===================================================================
+--- a/configure.ac
++++ b/configure.ac
+@@ -28,7 +28,6 @@
+ 
+ AC_PROG_CC
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
+ if test "x$U" != "x"; then
+   AC_MSG_ERROR(Compiler not ANSI compliant)
+ fi

Attachment: signature.asc
Description: Digital signature

Reply via email to