Étienne Mollier pushed to branch master at Debian Med / ncbi-seg
Commits: 6e8e1521 by Étienne Mollier at 2025-09-24T18:57:33+02:00 d/rules: build for standard C 2017. This change fixes the build failure with gcc-15. Closes: #1097436 - - - - - bc1a3be0 by Étienne Mollier at 2025-09-24T19:02:42+02:00 d/watch: upgrade to untrackable watch file v5. - - - - - 0317db78 by Étienne Mollier at 2025-09-24T19:03:35+02:00 d/control: remove redundant Rules-Requires-Root. - - - - - 4026ed5b by Étienne Mollier at 2025-09-24T19:04:02+02:00 d/control: declare compliance to standards version 4.7.2. - - - - - 5a3e44b7 by Étienne Mollier at 2025-09-24T19:05:21+02:00 d/changelog: ready for upload to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +ncbi-seg (0.0.20000620-8) unstable; urgency=medium + + * Team upload. + * d/rules: build for standard C 2017. + This works around the build failure with gcc-15. (Closes: #1097436) + * d/watch: upgrade to untrackable watch file v5. + * d/control: remove redundant Rules-Requires-Root. + * d/control: declare compliance to standards version 4.7.2. + + -- Étienne Mollier <[email protected]> Wed, 24 Sep 2025 19:04:35 +0200 + ncbi-seg (0.0.20000620-7) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -6,11 +6,10 @@ Uploaders: Laszlo Kajan <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/ncbi-seg Vcs-Git: https://salsa.debian.org/med-team/ncbi-seg.git Homepage: https://ftp.ncbi.nih.gov/pub/seg/seg/ -Rules-Requires-Root: no Package: ncbi-seg Architecture: any ===================================== debian/rules ===================================== @@ -6,8 +6,10 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all # ncbi-seg is written in K&R C which would require extensive rewrites to # accomodate modern C capabilities. Since upstream hasn't seen an -# update since 2000, the severity of the issue is downgraded instead. +# update since 2000, the severity of issues caught by the compiler is +# downgraded instead. export DEB_CFLAGS_MAINT_APPEND = \ + -std=gnu17 \ -Wno-error=implicit-function-declaration \ -Wno-error=implicit-int ===================================== debian/watch ===================================== @@ -1,3 +1,4 @@ -version=4 -opts=dversionmangle=s/.*/0.No-Release/ \ - https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz +Version: 5 +Untrackable: bare file set. + +Source: https://ftp.ncbi.nih.gov/pub/seg/seg/ View it on GitLab: https://salsa.debian.org/med-team/ncbi-seg/-/compare/58918cf5ebc040231abb6569f45a5549a2f488f8...5a3e44b79c1476353b1455c17d986280a5c4860c -- View it on GitLab: https://salsa.debian.org/med-team/ncbi-seg/-/compare/58918cf5ebc040231abb6569f45a5549a2f488f8...5a3e44b79c1476353b1455c17d986280a5c4860c 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
