[med-svn] [Git][med-team/sweed][master] 5 commits: Build with -std=gnu17 to workaround FTBFS with GCC 15. Closes: #1097956.
Santiago Vila (@sanvila)
gitlab at salsa.debian.org
Sat Oct 25 13:12:12 BST 2025
Santiago Vila pushed to branch master at Debian Med / sweed
Commits:
d47cc388 by Adrian Bunk at 2025-10-25T14:06:00+02:00
Build with -std=gnu17 to workaround FTBFS with GCC 15. Closes: #1097956.
- - - - -
c16f0954 by Santiago Vila at 2025-10-25T14:07:00+02:00
d/control: Drop "Rules-Requires-Root: no" (default).
- - - - -
306f1a91 by Santiago Vila at 2025-10-25T14:08:00+02:00
d/control: Update standards-version.
- - - - -
dcb1d51b by Santiago Vila at 2025-10-25T14:09:00+02:00
d/salsa-ci.yml: Temporarily allow blhc to fail.
(Until someone goes ahead and fix it).
- - - - -
7a0103e0 by Santiago Vila at 2025-10-25T14:10:00+02:00
Upload for unstable as 3.2.1+dfsg-7
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/salsa-ci.yml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+sweed (3.2.1+dfsg-7) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Adrian Bunk ]
+ * Build with -std=gnu17 to workaround FTBFS with GCC 15.
+ Closes: #1097956.
+
+ [ Santiago Vila ]
+ * d/control: Drop "Rules-Requires-Root: no" (default).
+ * d/control: Update standards-version.
+ * d/salsa-ci.yml: Allow blhc to fail.
+
+ -- Santiago Vila <sanvila at debian.org> Sat, 25 Oct 2025 14:10:00 +0200
+
sweed (3.2.1+dfsg-6) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -4,11 +4,10 @@ Uploaders: Steffen Moeller <moeller at debian.org>
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/sweed
Vcs-Git: https://salsa.debian.org/med-team/sweed.git
Homepage: https://sco.h-its.org/exelixis/web/software/sweed/
-Rules-Requires-Root: no
Package: sweed
Architecture: any
=====================================
debian/rules
=====================================
@@ -6,8 +6,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_CFLAGS_MAINT_APPEND = -std=gnu17
%:
=====================================
debian/salsa-ci.yml
=====================================
@@ -1,4 +1,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
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+blhc:
+ allow_failure: true
View it on GitLab: https://salsa.debian.org/med-team/sweed/-/compare/33e2e1d7e2d783970a138b48494d15c1f64031ba...7a0103e02f64e9a7719c954239778133836dffe2
--
View it on GitLab: https://salsa.debian.org/med-team/sweed/-/compare/33e2e1d7e2d783970a138b48494d15c1f64031ba...7a0103e02f64e9a7719c954239778133836dffe2
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/20251025/6d4cda81/attachment-0001.htm>
More information about the debian-med-commit
mailing list