[med-svn] [Git][med-team/papyrus][master] 5 commits: d/control: add myself to uploaders.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Wed Jul 10 13:34:10 BST 2024



Étienne Mollier pushed to branch master at Debian Med / papyrus


Commits:
ef485ab9 by Étienne Mollier at 2024-07-10T14:14:37+02:00
d/control: add myself to uploaders.

- - - - -
7dfa7727 by Étienne Mollier at 2024-07-10T14:14:57+02:00
d/control: declare compliance to standards version 4.7.0.

- - - - -
4e7b22ec by Étienne Mollier at 2024-07-10T14:26:43+02:00
gcc-14.patch: new: fix build failure with gcc 14.

Closes: #1075360

- - - - -
51d33584 by Étienne Mollier at 2024-07-10T14:31:54+02:00
d/s/lintian-overrides: new: flag a false positive lintian error.

- - - - -
5299ca2c by Étienne Mollier at 2024-07-10T14:32:48+02:00
ready to upload to unstable.

- - - - -


5 changed files:

- debian/changelog
- debian/control
- + debian/patches/gcc-14.patch
- debian/patches/series
- + debian/source/lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+papyrus (3.7.1+dfsg-6) 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: #1075360)
+  * d/s/lintian-overrides: new: flag a false positive lintian error.
+
+ -- Étienne Mollier <emollier at debian.org>  Wed, 10 Jul 2024 14:32:20 +0200
+
 papyrus (3.7.1+dfsg-5) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -1,11 +1,12 @@
 Source: papyrus
 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: libdevel
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                cmake (>= 3.7)
-Standards-Version: 4.6.1
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/med-team/papyrus
 Vcs-Git: https://salsa.debian.org/med-team/papyrus.git
 Homepage: https://web.archive.org/web/20021003015549/http://www.expasy.ch/UIN/html1/projects/papyrus/papyrus.html


=====================================
debian/patches/gcc-14.patch
=====================================
@@ -0,0 +1,23 @@
+Description: declare type of "main" entry point.
+ This fixes build failure with gcc 14, having for symptom:
+ .
+ /<<PKGBUILDDIR>>/TESTS/TestRead.c:60:1: error: return type defaults to ‘int’ [-Wimplicit-int]
+    60 | main (int argc, char *argv[])
+       | ^~~~
+
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075360
+Forwarded: no
+Last-Update: 2024-07-10
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- papyrus.orig/TESTS/TestRead.c
++++ papyrus/TESTS/TestRead.c
+@@ -57,6 +57,7 @@
+ #include "Papyrus3.h"
+ 
+ 
++int
+ main (int argc, char *argv[])
+ {
+   char          patName[256], firstPhysician [256], secondPhysician [256];


=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ hardening.patch
 addcmake.patch
 fixcomment.patch
 register.patch
+gcc-14.patch


=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# This is a false positive, probably tripped by ^M end of lines.
+papyrus source: source-is-missing [00 README.html]



View it on GitLab: https://salsa.debian.org/med-team/papyrus/-/compare/8dacba029371dce01cbd80f69a6e63de275b2ff2...5299ca2c4ebb54eeb000336a5b128584b81f04cc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/papyrus/-/compare/8dacba029371dce01cbd80f69a6e63de275b2ff2...5299ca2c4ebb54eeb000336a5b128584b81f04cc
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/20240710/adf0470b/attachment-0001.htm>


More information about the debian-med-commit mailing list