[med-svn] [Git][med-team/ecopcr][master] 4 commits: d/control: add myself to uploaders.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sat Jul 13 18:24:39 BST 2024
Étienne Mollier pushed to branch master at Debian Med / ecopcr
Commits:
d4e70159 by Étienne Mollier at 2024-07-13T19:13:14+02:00
d/control: add myself to uploaders.
- - - - -
9944ea3c by Étienne Mollier at 2024-07-13T19:13:52+02:00
d/control: declare compliance to standards version 4.7.0.
- - - - -
3b186eae by Étienne Mollier at 2024-07-13T19:14:16+02:00
gcc-14.patch: new: fix build failure with Gcc 14.
Closes: #1074930
- - - - -
c44dc815 by Étienne Mollier at 2024-07-13T19:24:03+02:00
ready for upload to unstable.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/gcc-14.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+ecopcr (1.0.1+dfsg-5) unstable; urgency=medium
+
+ * d/control: add myself to uploaders.
+ * d/control: declare compliance to standards version 4.7.0.
+ * gcc-14.patch: new: fix build failure with Gcc 14. (Closes: #1074930)
+
+ -- Étienne Mollier <emollier at debian.org> Sat, 13 Jul 2024 19:16:09 +0200
+
ecopcr (1.0.1+dfsg-4) unstable; urgency=medium
* Fix watch file
=====================================
debian/control
=====================================
@@ -1,13 +1,14 @@
Source: ecopcr
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 (= 13),
dh-python,
python3,
zlib1g-dev
-Standards-Version: 4.6.0
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/ecopcr
Vcs-Git: https://salsa.debian.org/med-team/ecopcr.git
Homepage: https://git.metabarcoding.org/obitools/ecopcr/wikis/home
=====================================
debian/patches/gcc-14.patch
=====================================
@@ -0,0 +1,25 @@
+Description: append forgotten unistd.h inclusion.
+ This fixes build failure with Gcc 14, as lack of isatty declaration
+ causes an implicit function declaration, which is fatal with this
+ compiler level:
+ .
+ ecogrep.c:317:29: error: implicit declaration of function ‘isatty’ [-Wimplicit-function-declaration]
+ 317 | if (isatty(fileno(stdin)) == 0)
+ | ^~~~~~
+
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074930
+Forwarded: no
+Last-Update: 2024-07-13
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- ecopcr.orig/src/ecogrep.c
++++ ecopcr/src/ecogrep.c
+@@ -4,6 +4,7 @@
+ #include <stdlib.h>
+ #include <getopt.h>
+ #include <stdlib.h>
++#include <unistd.h>
+ #include <sys/stat.h>
+
+
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@
ecoisundertaxon.patch
spelling.patch
hardening.patch
+gcc-14.patch
View it on GitLab: https://salsa.debian.org/med-team/ecopcr/-/compare/0c7641abb5c2f7f1d8075b2d3e5f11e7f51cc3df...c44dc815c9c87dd9bf041683f0622d03e5d86f7c
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/ecopcr/-/compare/0c7641abb5c2f7f1d8075b2d3e5f11e7f51cc3df...c44dc815c9c87dd9bf041683f0622d03e5d86f7c
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/20240713/9496bd29/attachment-0001.htm>
More information about the debian-med-commit
mailing list