[med-svn] [Git][med-team/acedb][master] Add missing readline/history.h header
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Apr 13 07:37:32 BST 2024
Andreas Tille pushed to branch master at Debian Med / acedb
Commits:
f7f8fb6e by Andreas Tille at 2024-04-13T08:37:14+02:00
Add missing readline/history.h header
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/fix_implicit_declaration.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+acedb (4.9.39+dfsg.02-10) UNRELEASED; urgency=medium
+
+ * Add missing readline/history.h header
+ Closes: #1066334
+
+ -- Andreas Tille <tille at debian.org> Sat, 13 Apr 2024 07:52:18 +0200
+
acedb (4.9.39+dfsg.02-9) unstable; urgency=medium
[ Olivier Gayot ]
=====================================
debian/patches/fix_implicit_declaration.patch
=====================================
@@ -0,0 +1,36 @@
+Description: Add missing readline/history.h header
+Bug-Debian: https://bugs.debian.org/1066334
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sat, 13 Apr 2024 07:52:18 +0200
+Forwarded: No (orphaned upstream)
+
+--- a/w1/acein.c
++++ b/w1/acein.c
+@@ -46,6 +46,7 @@
+
+ #ifndef NO_READLINE
+ #include <readline/readline.h>
++#include <readline/history.h>
+ #endif /*NO_READLINE */
+
+ /* #define DEBUG_STREAMLEVEL */
+--- a/w3/taqlmain.c
++++ b/w3/taqlmain.c
+@@ -56,6 +56,7 @@
+ #include <wh/sigsubs.h>
+ #include <wh/pref.h>
+ #include <readline/readline.h>
++#include <readline/history.h>
+
+ /***************************************************************/
+
+--- a/w4/aceutils.c
++++ b/w4/aceutils.c
+@@ -32,6 +32,7 @@
+
+ #include "acedb.h"
+ #include "aceio.h"
++#include <wh/session.h>
+
+ /******************************************************************/
+
=====================================
debian/patches/series
=====================================
@@ -13,3 +13,4 @@ libfl.patch
glibc2.32.patch
just_build_efetch.patch
glibc2.38.patch
+fix_implicit_declaration.patch
View it on GitLab: https://salsa.debian.org/med-team/acedb/-/commit/f7f8fb6ee1d656cd424b9d91936fa05596d89f82
--
View it on GitLab: https://salsa.debian.org/med-team/acedb/-/commit/f7f8fb6ee1d656cd424b9d91936fa05596d89f82
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240413/bf1bf068/attachment-0001.htm>
More information about the debian-med-commit
mailing list