Santiago Vila pushed to branch master at Debian Med / fastlink
Commits: cf8bdf6d by Adrian Bunk at 2025-09-24T01:05:00+02:00 Build with -std=gnu17 to workaround FTBFS with GCC 15. Closes: #1096612. - - - - - 950dc7a7 by Santiago Vila at 2025-09-24T01:10:00+02:00 Disable blhc in salsa-ci.yml for the time being, as it fails. - - - - - c4f4c5dc by Santiago Vila at 2025-09-24T01:15:00+02:00 Drop "Rules-Requires-Root: no", as it's now the default. - - - - - 270e8926 by Santiago Vila at 2025-09-24T01:20:00+02:00 Update standards-version. - - - - - c793a191 by Santiago Vila at 2025-09-24T01:25:00+02:00 Upload for unstable as 4.1P-fix100+dfsg-6 - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +fastlink (4.1P-fix100+dfsg-6) unstable; urgency=medium + + * Team upload. + [ Adrian Bunk ] + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + Closes: #1096612. + [ Santiago Vila ] + * Disable blhc in salsa-ci.yml for the time being, as it fails. + * Drop "Rules-Requires-Root: no", as it's now the default. + * Update standards-version. + + -- Santiago Vila <[email protected]> Wed, 24 Sep 2025 01:25:00 +0200 + fastlink (4.1P-fix100+dfsg-5) unstable; urgency=medium * Standards-Version: 4.6.2 ===================================== debian/control ===================================== @@ -5,11 +5,10 @@ Uploaders: Andreas Tille <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/fastlink Vcs-Git: https://salsa.debian.org/med-team/fastlink.git Homepage: https://www.ncbi.nlm.nih.gov/CBBResearch/Schaffer/fastlink.html -Rules-Requires-Root: no Package: fastlink Architecture: any ===================================== debian/rules ===================================== @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all # FIXME: This is discouraged ... but works for the moment to solve bug #957194 # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common#The_-fcommon_workaround_.28discouraged.29 -export DEB_CFLAGS_MAINT_APPEND=-fcommon +export DEB_CFLAGS_MAINT_APPEND=-fcommon -std=gnu17 %: dh $@ --sourcedirectory=4.1P/src ===================================== debian/salsa-ci.yml ===================================== @@ -2,3 +2,6 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + SALSA_CI_DISABLE_BLHC: 1 View it on GitLab: https://salsa.debian.org/med-team/fastlink/-/compare/12098a54c7444eb769ef7b657caacab997d41a21...c793a191683ca5db514c1f729c88fd0a63f5afc2 -- View it on GitLab: https://salsa.debian.org/med-team/fastlink/-/compare/12098a54c7444eb769ef7b657caacab997d41a21...c793a191683ca5db514c1f729c88fd0a63f5afc2 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
