Control: tags -1 + patch pending

Dear maintainer,

I've prepared an NMU for mailutils (versioned as 1:2.99.98-1.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Cheers
-- 
Sebastian Ramacher
diff -Nru mailutils-2.99.98/debian/changelog mailutils-2.99.98/debian/changelog
--- mailutils-2.99.98/debian/changelog	2013-11-22 20:10:13.000000000 +0100
+++ mailutils-2.99.98/debian/changelog	2014-04-25 20:42:26.000000000 +0200
@@ -1,3 +1,11 @@
+mailutils (1:2.99.98-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/readline.patch: Fix build issues with recent versions of
+    readline. (Closes: #741838)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Fri, 25 Apr 2014 19:28:29 +0200
+
 mailutils (1:2.99.98-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru mailutils-2.99.98/debian/patches/readline.patch mailutils-2.99.98/debian/patches/readline.patch
--- mailutils-2.99.98/debian/patches/readline.patch	1970-01-01 01:00:00.000000000 +0100
+++ mailutils-2.99.98/debian/patches/readline.patch	2014-04-25 19:27:14.000000000 +0200
@@ -0,0 +1,28 @@
+Description: Update for readline API changes
+Author: Sebastian Ramacher <sramac...@debian.org>
+Bug-Debian: http://bugs.debian.org/741838
+Last-Update: 2014-04-25
+
+--- mailutils-2.99.98.orig/mail/mailline.c
++++ mailutils-2.99.98/mail/mailline.c
+@@ -93,7 +93,7 @@ ml_readline_init ()
+ 
+ #ifdef WITH_READLINE
+   rl_readline_name = "mail";
+-  rl_attempted_completion_function = (CPPFunction*)ml_command_completion;
++  rl_attempted_completion_function = (rl_completion_func_t*)ml_command_completion;
+   rl_getc_function = ml_getc;
+ #endif
+ #ifdef HAVE_SIGACTION
+
+--- mailutils-2.99.98.orig/mu/shell.c
++++ mailutils-2.99.98/mu/shell.c
+@@ -336,7 +336,7 @@ mutool_initialize_readline (const char *
+ {
+   /* Allow conditional parsing of the ~/.inputrc file. */
+   rl_readline_name = (char *) name;
+-  rl_attempted_completion_function = (CPPFunction *) shell_completion;
++  rl_attempted_completion_function = (rl_completion_func_t *) shell_completion;
+   rl_getc_function = _shell_getc;
+   read_history (get_history_file_name ());
+ }
diff -Nru mailutils-2.99.98/debian/patches/series mailutils-2.99.98/debian/patches/series
--- mailutils-2.99.98/debian/patches/series	2013-11-22 20:09:45.000000000 +0100
+++ mailutils-2.99.98/debian/patches/series	2014-04-25 19:23:47.000000000 +0200
@@ -3,3 +3,4 @@
 tokyocabinet_dependencies.patch
 guile_bindir.patch
 fix-authentication.patch
+readline.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to