Steven Robbins pushed to branch master at Debian Med / minc-tools
Commits: e051ebeb by Steve Robbins at 2025-09-07T23:38:59-05:00 Build with -std=gnu17 to avoid porting to C23 for now. - - - - - dc476949 by Steve Robbins at 2025-09-07T23:41:17-05:00 ready for release - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +minc-tools (2.3.00+dfsg-13) unstable; urgency=medium + + [ Steve Robbins ] + * [e051ebe] Build with -std=gnu17 to avoid porting to C23 for now. + Closes: #1114206. + + -- Steve M. Robbins <[email protected]> Sun, 07 Sep 2025 23:40:13 -0500 + minc-tools (2.3.00+dfsg-12) unstable; urgency=medium [ Steve Robbins ] ===================================== debian/rules ===================================== @@ -3,6 +3,7 @@ ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +export CFLAGS=-std=gnu17 CMAKE_FLAGS = View it on GitLab: https://salsa.debian.org/med-team/minc-tools/-/compare/540ef98db9487f3cdbec7004d5ccdbd342fad829...dc476949d92221d791e4c73a6b3d5d7732039584 -- View it on GitLab: https://salsa.debian.org/med-team/minc-tools/-/compare/540ef98db9487f3cdbec7004d5ccdbd342fad829...dc476949d92221d791e4c73a6b3d5d7732039584 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
