[med-svn] [Git][med-team/blimps][master] 2 commits: Add patch to fix FTBFS with implicit-function-declaration (Closes: #1066956)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sat Apr 13 22:43:12 BST 2024
Nilesh Patra pushed to branch master at Debian Med / blimps
Commits:
e0ea8796 by Nilesh Patra at 2024-04-14T03:06:56+05:30
Add patch to fix FTBFS with implicit-function-declaration (Closes: #1066956)
- - - - -
b304527b by Nilesh Patra at 2024-04-14T03:07:25+05:30
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/fixup-implicit-function-declaration.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+blimps (3.9+ds-2) unstable; urgency=medium
+
+ * Team Upload.
+ * Add patch to fix FTBFS with
+ implicit-function-declaration (Closes: #1066956)
+
+ -- Nilesh Patra <nilesh at iki.fi> Sun, 14 Apr 2024 03:07:00 +0530
+
blimps (3.9+ds-1) unstable; urgency=medium
* Homepage vanished - point to waybackmachine as homepage
=====================================
debian/patches/fixup-implicit-function-declaration.patch
=====================================
@@ -0,0 +1,17 @@
+--- a/blimps/biassed_blocks_finder.c
++++ b/blimps/biassed_blocks_finder.c
+@@ -17,14 +17,8 @@
+ char *val;
+ } entry;
+
+-/* from util.c */
+-/*
+-char *makeword(char *line, char stop);
+-char *fmakeword(FILE *f, char stop, int *len);
+-char x2c(char *what);
+ void unescape_url(char *url);
+ void plustospace(char *str);
+-*/
+ // lkajan: very nice but util.c does not have an interface defined
+ // lkajan: can't figure out where this came from but it certainly picked up the wrong fmakeword
+ char *fmakeword(FILE *f, char stop, int *cl);
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ gets.patch
makefile.patch
hardening.patch
avoid_privacy_breach.patch
+fixup-implicit-function-declaration.patch
View it on GitLab: https://salsa.debian.org/med-team/blimps/-/compare/dc07906fb3376114f1a2826058cddf72a7d59895...b304527b77ed2ef7537c6d36559e925f9f290d56
--
View it on GitLab: https://salsa.debian.org/med-team/blimps/-/compare/dc07906fb3376114f1a2826058cddf72a7d59895...b304527b77ed2ef7537c6d36559e925f9f290d56
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/325141c5/attachment-0001.htm>
More information about the debian-med-commit
mailing list