Steven Robbins pushed to branch master at Debian Med / libminc
Commits: 985df06d by Steve Robbins at 2026-05-09T14:57:13-05:00 release - - - - - 84014c65 by Steve Robbins at 2026-05-09T20:53:31-05:00 Restore 0003-disable-dimension-test.patch - - - - - 3dd7a705 by Steve Robbins at 2026-05-09T20:58:05-05:00 ready for release - - - - - 3 changed files: - debian/changelog - + debian/patches/0003-disable-dimension-test.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,26 @@ -libminc (2.5.0-1) UNRELEASED; urgency=medium +libminc (2.5.0-2) unstable; urgency=medium + + [ Steve Robbins ] + * [84014c6] Restore 0003-disable-dimension-test.patch + + -- Steve M. Robbins <[email protected]> Sat, 09 May 2026 20:57:36 -0500 + +libminc (2.5.0-1) unstable; urgency=medium * New upstream version * Standards-Version: 4.7.4 (routine-update) * debputy lint --auto-fix (routine-update) - - -- Steve M. Robbins <[email protected]> Sun, 03 May 2026 20:36:32 -0500 + * [f269fcc] Refresh patches + * [7f2d41f] rename symbol file to match renamed package + * [f7df70b] refresh patches + * [8040a12] remove obsolete symbols file + * [9247abd] Remove dh-exec usage, obsolete with debhelper 13 + * [f92ab53] Remove setting of now-obsolete LIB_SUFFIX. + * [b0b09b5] Remove additional path layer for installing cmake files + * [011be7b] adjust install dir for cmake targets file + * [6eda6f5] Refresh patches. + + -- Steve M. Robbins <[email protected]> Sat, 09 May 2026 14:56:12 -0500 libminc (2.4.07-2) unstable; urgency=medium ===================================== debian/patches/0003-disable-dimension-test.patch ===================================== @@ -0,0 +1,33 @@ +From: Gert Wollny <[email protected]> +Date: Thu, 1 Sep 2022 21:00:02 -0500 +Subject: Disable the minc2 dimension tests, fails on bigendian + +Bug: https://github.com/BIC-MNI/libminc/issues/100 + +This is a temporary measure to get reverese dependencies like ITK +forward. ITK needs this new version and doesn't run on bigendian +anyway. +--- + testdir/CMakeLists.txt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +--- libminc.orig/testdir/CMakeLists.txt ++++ libminc/testdir/CMakeLists.txt +@@ -167,7 +167,7 @@ + add_executable(minc2-create-test-images minc2-create-test-images.c) + add_executable(minc2-datatype-test minc2-datatype-test.c) + add_executable(minc2-large-attribute minc2-large-attribute.c) +-add_executable(minc2-dimension-test minc2-dimension-test.c) ++#add_executable(minc2-dimension-test minc2-dimension-test.c) + add_executable(minc2-full-test minc2-full-test.c) + add_executable(minc2-grpattr-test minc2-grpattr-test.c) + add_executable(minc2-scalar-test minc2-scalar-test.c) +@@ -216,7 +216,7 @@ + add_minc_test(minc2-datatype-test minc2-datatype-test + ${CMAKE_CURRENT_BINARY_DIR}/datatype_minc2.mnc) + +-add_minc_test(minc2-dimension-test minc2-dimension-test) ++#add_minc_test(minc2-dimension-test minc2-dimension-test) + add_minc_test(minc2-full-test minc2-full-test) + add_minc_test(minc2-grpattr-test minc2-grpattr-test) + add_minc_test(minc2-scalar-test minc2-scalar-test ===================================== debian/patches/series ===================================== @@ -1,4 +1,5 @@ 0002-initialize_arrays_in_tests.patch +0003-disable-dimension-test.patch 0004-Fix-setting-of-LIBMINC_USE_FILE_CONFIG-to-be-correct.patch 0005-Disable-setting-RPATH.patch 0006-Drop-hdf5-from_LIBMINC_LIBRARIES_CONFIG.patch View it on GitLab: https://salsa.debian.org/med-team/libminc/-/compare/6eda6f510bf659e0886bae365fc43e53252989e3...3dd7a705676f33533237813ff466e522833b37fb -- View it on GitLab: https://salsa.debian.org/med-team/libminc/-/compare/6eda6f510bf659e0886bae365fc43e53252989e3...3dd7a705676f33533237813ff466e522833b37fb 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
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
