[mutt] 01/01: Slightly modified the AC_INIT in configure.ac so that the package builds.

Antonio Radici antonio at moszumanska.debian.org
Sat Aug 20 08:21:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

antonio pushed a commit to branch master
in repository mutt.

commit fe077902a873fc0da60820d42d97bdf7ed631f77
Author: Antonio Radici <antonio at debian.org>
Date:   Sat Aug 20 08:43:41 2016 +0100

    Slightly modified the AC_INIT in configure.ac so that the package builds.
---
 debian/changelog                      | 1 +
 debian/patches/neomutt-20160820.patch | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0e30b1c..079feb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ mutt (1.6.2-3) UNRELEASED; urgency=medium
     - Drop neomutt-devel/*sidebar* patches, already included upstream.
     - Drop getrandom patch already include upstream.
     - Some patches, including sensible-browser, refreshed.
+    - Slightly modified the AC_INIT in configure.ac so that the package builds.
 
  -- Antonio Radici <antonio at dyne.org>  Sat, 20 Aug 2016 08:28:06 +0100
 
diff --git a/debian/patches/neomutt-20160820.patch b/debian/patches/neomutt-20160820.patch
index 07fc5b1..ffe819a 100644
--- a/debian/patches/neomutt-20160820.patch
+++ b/debian/patches/neomutt-20160820.patch
@@ -4279,7 +4279,7 @@ diff -urN mutt-1.6.2/configure.ac mutt-1.6.2-neomutt/configure.ac
 +CFLAGS=$CFLAGS
 +LDFLAGS=$LDFLAGS
 +
-+AC_INIT([NeoMutt], m4_esyscmd(./git-version-gen --prefix "neomutt-" .tarball-version), [https://github.com/neomutt/neomutt/issues], [neomutt], [http://www.neomutt.org])
++AC_INIT([NeoMutt], [m4_esyscmd(tr -d \\n <VERSION)], [https://github.com/neomutt/neomutt/issues], [mutt], [http://www.neomutt.org])
  AC_CONFIG_SRCDIR(mutt.h)
  AM_INIT_AUTOMAKE
  AC_CONFIG_HEADERS([config.h])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list