[med-svn] [Git][med-team/pvrg-jpeg][master] 3 commits: d/control: declare compliance to standards version 4.7.0.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sun Jul 14 12:36:18 BST 2024



Étienne Mollier pushed to branch master at Debian Med / pvrg-jpeg


Commits:
5c2a5d49 by Étienne Mollier at 2024-07-14T13:25:17+02:00
d/control: declare compliance to standards version 4.7.0.

- - - - -
9ec2b3a1 by Étienne Mollier at 2024-07-14T13:34:46+02:00
gcc-14.patch: new: fix build failure caused by implicit int.

Closes: #1075403

- - - - -
ac9e0af7 by Étienne Mollier at 2024-07-14T13:35:44+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,11 @@
+pvrg-jpeg (1.2.1+dfsg1-8) unstable; urgency=medium
+
+  * d/control: declare compliance to standards version 4.7.0.
+  * gcc-14.patch: new: fix build failure caused by implicit int.
+    (Closes: #1075403)
+
+ -- Étienne Mollier <emollier at debian.org>  Sun, 14 Jul 2024 13:35:23 +0200
+
 pvrg-jpeg (1.2.1+dfsg1-7) unstable; urgency=medium
 
   * d/control: add myself to uploaders.


=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends: debhelper-compat (= 13),
                cmake,
                flex
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/med-team/pvrg-jpeg
 Vcs-Git: https://salsa.debian.org/med-team/pvrg-jpeg.git
 Homepage: https://jpeg.sourceforge.net/


=====================================
debian/patches/gcc-14.patch
=====================================
@@ -0,0 +1,24 @@
+Description: fix implicit int return type on void returning function.
+ This fixes the following build failure with Gcc 14:
+ .
+  /<<PKGBUILDDIR>>/marker.c:207:1: error: return type defaults to ‘int’ [-Wimplicit-int]
+    207 | WriteDnl()
+        | ^~~~~~~~
+
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075403
+Forwarded: no
+Last-Update: 2024-07-14
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- pvrg-jpeg.orig/marker.c
++++ pvrg-jpeg/marker.c
+@@ -204,7 +204,7 @@
+ EFUNC*/
+ 
+ 
+-WriteDnl()
++int WriteDnl()
+ {
+   BEGIN("WriteDnl");
+ 


=====================================
debian/patches/series
=====================================
@@ -7,3 +7,4 @@ jpeg.1.patch
 implicitdecl.patch
 mayhem.patch
 implicit-declarations.patch
+gcc-14.patch



View it on GitLab: https://salsa.debian.org/med-team/pvrg-jpeg/-/compare/00e81b0b14e1a02df9bb4c14551cff738be42470...ac9e0af756128630d2ef983a9cd28753092f6be1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/pvrg-jpeg/-/compare/00e81b0b14e1a02df9bb4c14551cff738be42470...ac9e0af756128630d2ef983a9cd28753092f6be1
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/20240714/4216b0f8/attachment-0001.htm>


More information about the debian-med-commit mailing list