[xml/sgml-commit] r2252 - in /packages/refdb/trunk/debian: changelog patches/bug741839.patch patches/series refdb-doc.install

malat at users.alioth.debian.org malat at users.alioth.debian.org
Wed Apr 9 10:33:15 UTC 2014


Author: malat
Date: Wed Apr  9 10:33:15 2014
New Revision: 2252

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

Added:
    packages/refdb/trunk/debian/patches/bug741839.patch
Modified:
    packages/refdb/trunk/debian/changelog
    packages/refdb/trunk/debian/patches/series
    packages/refdb/trunk/debian/refdb-doc.install

Modified: packages/refdb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/changelog?rev=2252&op=diff
==============================================================================
--- packages/refdb/trunk/debian/changelog	(original)
+++ packages/refdb/trunk/debian/changelog	Wed Apr  9 10:33:15 2014
@@ -1,3 +1,15 @@
+refdb (1.0.2-2) unstable; urgency=low
+
+  * Fix compilation with newer readline. Closes: #741839
+
+ -- Mathieu Malaterre <malat at debian.org>  Wed, 09 Apr 2014 12:26:56 +0200
+
+refdb (1.0.2-1) unstable; urgency=low
+
+  * New upstream. Closes: #733330.
+
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 27 Feb 2014 09:06:24 +0100
+
 refdb (1.0.1-1) unstable; urgency=low
 
   * New upstream. Closes: #733330.

Added: packages/refdb/trunk/debian/patches/bug741839.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/patches/bug741839.patch?rev=2252&op=file
==============================================================================
--- packages/refdb/trunk/debian/patches/bug741839.patch	(added)
+++ packages/refdb/trunk/debian/patches/bug741839.patch	Wed Apr  9 10:33:15 2014
@@ -0,0 +1,18 @@
+Description: Fix compilation
+Author: Markus Hoenicka <markus.hoenicka at mhoenicka.de>
+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 @@
+ 
+ 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;
+ 

Modified: packages/refdb/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/patches/series?rev=2252&op=diff
==============================================================================
--- packages/refdb/trunk/debian/patches/series	(original)
+++ packages/refdb/trunk/debian/patches/series	Wed Apr  9 10:33:15 2014
@@ -2,3 +2,4 @@
 fixbatikrast.patch
 fix-underlinking.patch
 use_slashrun.patch
+bug741839.patch

Modified: packages/refdb/trunk/debian/refdb-doc.install
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/refdb-doc.install?rev=2252&op=diff
==============================================================================
--- packages/refdb/trunk/debian/refdb-doc.install	(original)
+++ packages/refdb/trunk/debian/refdb-doc.install	Wed Apr  9 10:33:15 2014
@@ -1 +1 @@
-usr/share/doc/refdb-1.0.1/* usr/share/doc/refdb/
+usr/share/doc/refdb-1.0.2/* usr/share/doc/refdb/




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