[med-svn] [Git][med-team/fastlink][master] 5 commits: Build with -std=gnu17 to workaround FTBFS with GCC 15. Closes: #1096612.

Santiago Vila (@sanvila) gitlab at salsa.debian.org
Wed Sep 24 00:31:41 BST 2025



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 <sanvila at debian.org>  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 <tille at debian.org>,
 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250923/e483f720/attachment-0001.htm>


More information about the debian-med-commit mailing list