[xml/sgml-commit] r2253 - in /packages/refdb/trunk/debian: changelog patches/bug741839.patch

malat at users.alioth.debian.org malat at users.alioth.debian.org
Wed Apr 9 12:49:31 UTC 2014


Author: malat
Date: Wed Apr  9 12:49:30 2014
New Revision: 2253

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2253
Log:
fix patch

Modified:
    packages/refdb/trunk/debian/changelog
    packages/refdb/trunk/debian/patches/bug741839.patch

Modified: packages/refdb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/changelog?rev=2253&op=diff
==============================================================================
--- packages/refdb/trunk/debian/changelog	(original)
+++ packages/refdb/trunk/debian/changelog	Wed Apr  9 12:49:30 2014
@@ -2,7 +2,7 @@
 
   * Fix compilation with newer readline. Closes: #741839
 
- -- Mathieu Malaterre <malat at debian.org>  Wed, 09 Apr 2014 12:26:56 +0200
+ -- Mathieu Malaterre <malat at debian.org>  Wed, 09 Apr 2014 14:45:51 +0200
 
 refdb (1.0.2-1) unstable; urgency=low
 

Modified: packages/refdb/trunk/debian/patches/bug741839.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/patches/bug741839.patch?rev=2253&op=diff
==============================================================================
--- packages/refdb/trunk/debian/patches/bug741839.patch	(original)
+++ packages/refdb/trunk/debian/patches/bug741839.patch	Wed Apr  9 12:49:30 2014
@@ -1,18 +1,18 @@
 Description: Fix compilation
-Author: Markus Hoenicka <markus.hoenicka at mhoenicka.de>
+Author: Mathieu Malaterre <malat at debian.org>
 Bug-Debian: http://bugs.debian.org/741839
 Forwarded: not-needed
 
 Index: refdb-1.0.2/src/readln.h
 ===================================================================
---- refdb-1.0.2.orig/src/readln.h	2014-04-09 12:24:32.968052287 +0200
-+++ refdb-1.0.2/src/readln.h	2014-04-09 12:24:45.108052674 +0200
-@@ -24,7 +24,7 @@
+--- refdb-1.0.2.orig/src/readln.h	2014-04-09 12:37:12.876307005 +0000
++++ refdb-1.0.2/src/readln.h	2014-04-09 12:43:03.120318211 +0000
+@@ -22,6 +22,8 @@
+ #include <readline/readline.h>
+ #include <readline/history.h>
  
++typedef rl_icpfunc_t Function;
++typedef rl_completion_func_t CPPFunction;
  typedef struct {
    char *name;			/* User printable name of the function. */
--  Function *func;		/* Function to call to do the job. */
-+  rl_icpfunc_t *func;		/* Function to call to do the job. */
-   char *doc;			/* Documentation for this function.  */
- } COMMAND;
- 
+   Function *func;		/* Function to call to do the job. */




More information about the debian-xml-sgml-commit mailing list