[med-svn] [Git][med-team/bali-phy][debian/unstable] 2 commits: gcc14.patch: new: fix gcc 14 build failure in unstable.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sun Aug 25 21:43:38 BST 2024
Étienne Mollier pushed to branch debian/unstable at Debian Med / bali-phy
Commits:
8fc608c8 by Étienne Mollier at 2024-08-25T22:41:37+02:00
gcc14.patch: new: fix gcc 14 build failure in unstable.
Closes: #1074835
- - - - -
3a5a6479 by Étienne Mollier at 2024-08-25T22:42:41+02:00
Ready for upload to unstable.
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/gcc14.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+bali-phy (3.6.1+dfsg-3) unstable; urgency=medium
+
+ * gcc14.patch: new: fix gcc 14 build failure in unstable. (Closes: #1074835)
+
+ -- Étienne Mollier <emollier at debian.org> Sun, 25 Aug 2024 22:42:16 +0200
+
bali-phy (3.6.1+dfsg-2) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/gcc14.patch
=====================================
@@ -0,0 +1,30 @@
+Description: fix ftbfs with gcc 14.
+ This is a temporary fix until bali-phy 4.0 beta, which is not affected
+ by this bug, is released. The patch can be dropped at that point.
+
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074835
+Forwarded: not-needed
+Last-Update: 2024-08-25
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- bali-phy.orig/src/util/include/util/range.H
++++ bali-phy/src/util/include/util/range.H
+@@ -1,6 +1,7 @@
+ #ifndef UTIL_RANGE_H
+ #define UTIL_RANGE_H
+
++#include <algorithm>
+ #include <vector>
+ #include <functional>
+
+--- bali-phy.orig/src/util/include/util/set.H
++++ bali-phy/src/util/include/util/set.H
+@@ -1,6 +1,7 @@
+ #ifndef UTIL_SET_H
+ #define UTIL_SET_H
+
++#include <algorithm>
+ #include <vector>
+ #include <set>
+ #include <map>
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
boost1.83.patch
+gcc14.patch
View it on GitLab: https://salsa.debian.org/med-team/bali-phy/-/compare/f339106ca05e75bc4eeb35a6304c6ce9129ce56f...3a5a64798a6b44fad87da0d7bc3bfda816fa46b5
--
View it on GitLab: https://salsa.debian.org/med-team/bali-phy/-/compare/f339106ca05e75bc4eeb35a6304c6ce9129ce56f...3a5a64798a6b44fad87da0d7bc3bfda816fa46b5
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/20240825/66c79f34/attachment-0001.htm>
More information about the debian-med-commit
mailing list