Andreas Tille pushed to branch master at Debian Med / mia
Commits: b6e5723c by liushuyu at 2023-08-28T23:30:10-06:00 d/p/fix-gsl-header-install.patch: install the missing header file ... ... gsl_iterator.hh is referenced by many other mia headers, but this was not installed - - - - - 19481425 by liushuyu at 2023-08-28T23:32:24-06:00 d/changelog: prepare changelog for the fix - - - - - 3 changed files: - debian/changelog - + debian/patches/fix-gsl-header-install.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mia (2.4.7-13) unstable; urgency=medium + + * fix an issue where gsl_iterator.hh is not installed + + -- Zixing Liu <[email protected]> Mon, 28 Aug 2023 23:31:57 -0600 + mia (2.4.7-12) unstable; urgency=medium * Team upload. ===================================== debian/patches/fix-gsl-header-install.patch ===================================== @@ -0,0 +1,18 @@ +Description: Install the gsl_iterator.hh header file +Author: Zixing Liu <[email protected]> +Forwarded: no +Last-Update: 2023-08-28 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +diff --git a/mia/core/CMakeLists.txt b/mia/core/CMakeLists.txt +index 8aceacc..6523291 100644 +--- a/mia/core/CMakeLists.txt ++++ b/mia/core/CMakeLists.txt +@@ -33,6 +33,7 @@ SET(GSLPP_HEADERS + gsl_vector.hh + gsl_wavelet.hh + gsl_defines.hh ++ gsl_iterator.hh + ) + + SET(MIACORE_SRC_BASE ===================================== debian/patches/series ===================================== @@ -4,3 +4,4 @@ fix-g++11.diff vtk9.patch openexr3.patch fix-gcc-13.patch +fix-gsl-header-install.patch View it on GitLab: https://salsa.debian.org/med-team/mia/-/compare/23fee2d51d0ac19f5add370b1094dd13607ce12e...19481425a28b4031e827cb2ad37edb909a389306 -- View it on GitLab: https://salsa.debian.org/med-team/mia/-/compare/23fee2d51d0ac19f5add370b1094dd13607ce12e...19481425a28b4031e827cb2ad37edb909a389306 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
