[med-svn] [Git][med-team/pvrg-jpeg][master] 4 commits: cmake-4.patch: new: bump cmake requirement to 3.10.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Fri Sep 26 18:51:32 BST 2025
Étienne Mollier pushed to branch master at Debian Med / pvrg-jpeg
Commits:
88a7717b by Étienne Mollier at 2025-09-26T19:47:13+02:00
cmake-4.patch: new: bump cmake requirement to 3.10.
Closes: #1113431
- - - - -
1ab2dd35 by Étienne Mollier at 2025-09-26T19:48:16+02:00
d/control: remove redundant Rules-Requires-Root: no.
- - - - -
aafa1e9a by Étienne Mollier at 2025-09-26T19:49:06+02:00
d/watch: convert to untrackable watch file version 5.
- - - - -
2dc92d9c by Étienne Mollier at 2025-09-26T19:51:08+02:00
d/changelog: ready for upload to unstable.
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/patches/cmake-4.patch
- debian/patches/series
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+pvrg-jpeg (1.2.1+dfsg1-10) unstable; urgency=medium
+
+ * cmake-4.patch: new: bump cmake requirement to 3.10. (Closes: #1113431)
+ * d/control: remove redundant Rules-Requires-Root: no.
+ * d/watch: convert to untrackable watch file version 5.
+
+ -- Étienne Mollier <emollier at debian.org> Fri, 26 Sep 2025 19:49:26 +0200
+
pvrg-jpeg (1.2.1+dfsg1-9) unstable; urgency=medium
* gcc-15.patch: new: fix build failures with standard C 2023.
=====================================
debian/control
=====================================
@@ -11,7 +11,6 @@ Standards-Version: 4.7.2
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/
-Rules-Requires-Root: no
Package: pvrg-jpeg
Architecture: any
=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,20 @@
+Description: fix build failure with cmake 4.
+ This patch bumps the cmake minimum version from 2.2 to 3.10, in order
+ to suppress errors and warnings.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113431
+Forwarded: no
+Last-Update: 2025-09-26
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- pvrg-jpeg.orig/CMakeLists.txt
++++ pvrg-jpeg/CMakeLists.txt
+@@ -18,7 +18,7 @@
+ STRING(TOLOWER ${PVRG_NAMESPACE} PVRG_LIBRARY_NAME)
+
+ PROJECT(${PVRG_NAMESPACE} C)
+-CMAKE_MINIMUM_REQUIRED(VERSION 2.2)
++CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
+
+ if(COMMAND cmake_policy)
+ cmake_policy(SET CMP0003 NEW)
=====================================
debian/patches/series
=====================================
@@ -9,3 +9,4 @@ mayhem.patch
implicit-declarations.patch
gcc-14.patch
gcc-15.patch
+cmake-4.patch
=====================================
debian/watch
=====================================
@@ -1,2 +1,9 @@
-version=4
-opts=repacksuffix=+dfsg1,dversionmangle=s/\+dfsg\d+$//,repack,compression=xz http://sf.net/jpeg JPEGv(.*)\.tar\.gz
+Version: 5
+Untrackable: upstream vanished.
+
+Source: http://sf.net/jpeg
+Matching-Pattern: JPEGv(.*)\.tar\.gz
+Compression: xz
+Dversionmangle: s/\+dfsg\d+$//
+Repack: yes
+Repacksuffix: +dfsg1
View it on GitLab: https://salsa.debian.org/med-team/pvrg-jpeg/-/compare/b0c63a930ba96722615ee87ef13d6ac635bf0bc6...2dc92d9cc7cc1c8c718c1cfa7e7e15f8a1ee0055
--
View it on GitLab: https://salsa.debian.org/med-team/pvrg-jpeg/-/compare/b0c63a930ba96722615ee87ef13d6ac635bf0bc6...2dc92d9cc7cc1c8c718c1cfa7e7e15f8a1ee0055
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/20250926/637f6ada/attachment-0001.htm>
More information about the debian-med-commit
mailing list