[med-svn] [Git][med-team/lucy][master] 5 commits: d/control: add myself to uploaders.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sat Jul 20 10:42:26 BST 2024
Étienne Mollier pushed to branch master at Debian Med / lucy
Commits:
99a67480 by Étienne Mollier at 2024-07-20T11:26:21+02:00
d/control: add myself to uploaders.
- - - - -
4d96dd72 by Étienne Mollier at 2024-07-20T11:26:35+02:00
d/control: declare compliance to standards version 4.7.0.
- - - - -
d7119bf1 by Étienne Mollier at 2024-07-20T11:26:56+02:00
d/control: bump to debhelper compat 13.
- - - - -
0f98a5f0 by Étienne Mollier at 2024-07-20T11:37:51+02:00
gcc-14.patch: new: fix implicit types.
Closes: #1075241
- - - - -
d5e5375c by Étienne Mollier at 2024-07-20T11:41:47+02:00
ready to upload to unstable.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/gcc-14.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+lucy (1.20-5) unstable; urgency=medium
+
+ * d/control: add myself to uploaders.
+ * d/control: declare compliance to standards version 4.7.0.
+ * d/control: bump to debhelper compat 13.
+ * gcc-14.patch: new: fix implicit types. (Closes: #1075241)
+
+ -- Étienne Mollier <emollier at debian.org> Sat, 20 Jul 2024 11:38:49 +0200
+
lucy (1.20-4) unstable; urgency=medium
* Team Upload.
=====================================
debian/control
=====================================
@@ -1,10 +1,11 @@
Source: lucy
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+ Étienne Mollier <emollier at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 12)
-Standards-Version: 4.5.0
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/lucy
Vcs-Git: https://salsa.debian.org/med-team/lucy.git
Homepage: https://lucy.sourceforge.net
=====================================
debian/patches/gcc-14.patch
=====================================
@@ -0,0 +1,51 @@
+Description: fix numerous implicit declaration if integer variables.
+ This fixes build failures with gcc 14.
+
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075241
+Forwarded: no
+Last-Update: 2024-07-20
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- lucy.orig/abi.c
++++ lucy/abi.c
+@@ -22,7 +22,7 @@
+ int diff, count;
+ } *hit_well;
+
+-static condition[]={
++static int condition[]={
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, /* 0-19 */
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 3,
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, /* 20-39 */
+--- lucy.orig/splice.c
++++ lucy/splice.c
+@@ -51,7 +51,7 @@
+ char *a, *b;
+ int id, width, height, offset, good, *right_end;
+ {
+- register left, top, direc, score, i, j;
++ register int left, top, direc, score, i, j;
+ register int *splice_score_base;
+ register char *splice_direc_base;
+ int max_score, max_i, max_j;
+@@ -174,7 +174,7 @@
+ char *a, *b;
+ int id, width, height, offset, span, *left_end;
+ {
+- register left, top, direc, score, i, j;
++ register int left, top, direc, score, i, j;
+ int max_score, max_i, max_j;
+ register int *splice_score_base;
+ register char *splice_direc_base;
+--- lucy.orig/lucy.c
++++ lucy/lucy.c
+@@ -282,7 +282,7 @@
+ }
+ }
+
+-main (argc, argv)
++int main (argc, argv)
+ int argc;
+ char *argv[];
+ {
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ helpingMakefile.patch
spellings.patch
declare-function-prototypes-in-header.patch
fixup-manpage.patch
+gcc-14.patch
View it on GitLab: https://salsa.debian.org/med-team/lucy/-/compare/f705833078f506e052b0dba9caf91f5a8539d0e9...d5e5375c4347759d0869f63561c171f0d859d817
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/lucy/-/compare/f705833078f506e052b0dba9caf91f5a8539d0e9...d5e5375c4347759d0869f63561c171f0d859d817
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/20240720/fbcaf19d/attachment-0001.htm>
More information about the debian-med-commit
mailing list