[med-svn] [Git][med-team/libminc][master] 4 commits: Fix FTBFS against HDF5 2.1.0 Closes: #1139618
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Jul 18 06:30:55 BST 2026
Andreas Tille pushed to branch master at Debian Med / libminc
Commits:
6453d11f by Andreas Tille at 2026-07-18T07:17:26+02:00
Fix FTBFS against HDF5 2.1.0 Closes: #1139618
- - - - -
2819b79c by Andreas Tille at 2026-07-18T07:18:12+02:00
Changes made by cme
- - - - -
3928b3c6 by Andreas Tille at 2026-07-18T07:18:18+02:00
Drop 'Rules-Requires-Root: no' from d/control (routine-update)
- - - - -
b46ba067 by Andreas Tille at 2026-07-18T07:26:58+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/0008-hdf5-2.1.0.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libminc (2.5.0-3) unstable; urgency=medium
+
+ [ Gilles Filippini ]
+ * Fix FTBFS against HDF5 2.1.0
+ Closes: #1139618
+
+ [ Andreas Tille ]
+ * Drop 'Rules-Requires-Root: no' from d/control (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Sat, 18 Jul 2026 07:18:33 +0200
+
libminc (2.5.0-2) unstable; urgency=medium
[ Steve Robbins ]
=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Uploaders:
Section: science
Build-Depends:
dpkg-dev (>= 1.22.5),
- debhelper-compat (= 13),
+ debhelper-compat (= 14),
dh-exec,
cmake,
libnetcdf-dev,
@@ -17,7 +17,6 @@ Build-Depends:
Vcs-Browser: https://salsa.debian.org/med-team/libminc
Vcs-Git: https://salsa.debian.org/med-team/libminc.git
Homepage: https://github.com/BIC-MNI/libminc
-Rules-Requires-Root: no
Package: libminc2-5.3.0t64
Architecture: any
=====================================
debian/patches/0008-hdf5-2.1.0.patch
=====================================
@@ -0,0 +1,17 @@
+Author: Gilles Filippini <pini at debian.org>
+Last-Update: 2026-06-10
+Bug-Debian: https://bugs.debian.org/1139618
+Description: Build against against HDF5 2.1.0
+
+Index: libminc-2.5.0/CMakeLists.txt
+===================================================================
+--- libminc-2.5.0.orig/CMakeLists.txt
++++ libminc-2.5.0/CMakeLists.txt
+@@ -81,7 +81,6 @@ if(NOT LIBMINC_EXTERNALLY_CONFIGURED)
+
+ # external packages
+ find_package(ZLIB REQUIRED)
+- set(HDF5_NO_FIND_PACKAGE_CONFIG_FILE ON)
+ find_package(HDF5 REQUIRED COMPONENTS C )
+
+ if(LIBMINC_USE_NIFTI)
=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@
0005-Disable-setting-RPATH.patch
0006-Drop-hdf5-from_LIBMINC_LIBRARIES_CONFIG.patch
0007-Install-cmake-in-LIBMINC
+0008-hdf5-2.1.0.patch
View it on GitLab: https://salsa.debian.org/med-team/libminc/-/compare/3dd7a705676f33533237813ff466e522833b37fb...b46ba0673eacf57f89d24a903b0d8ecfbeea20a5
--
View it on GitLab: https://salsa.debian.org/med-team/libminc/-/compare/3dd7a705676f33533237813ff466e522833b37fb...b46ba0673eacf57f89d24a903b0d8ecfbeea20a5
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260718/57124ab6/attachment-0001.htm>
More information about the debian-med-commit
mailing list