Étienne Mollier pushed to branch master at Debian Med / abyss
Commits: 6b436c46 by Étienne Mollier at 2023-08-26T12:19:45+02:00 d/rules: build with -Wno-error=dangling-reference. This fixes build failures with gcc 13. Closes: #1050557 - - - - - 29da22a0 by Étienne Mollier at 2023-08-26T12:21:08+02:00 ready to upload to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +abyss (2.3.7-2) unstable; urgency=medium + + [ Andreas Tille ] + * btllib code is now external + + [ Étienne Mollier ] + * d/rules: build with -Wno-error=dangling-reference. + This fixes build failures with gcc 13. (Closes: #1050557) + + -- Étienne Mollier <[email protected]> Sat, 26 Aug 2023 12:20:49 +0200 + abyss (2.3.7-1) unstable; urgency=medium * New upstream version ===================================== debian/rules ===================================== @@ -1,6 +1,7 @@ #!/usr/bin/make -f export DEB_CXXFLAGS_MAINT_APPEND = -DGTEST_USE_OWN_TR1_TUPLE=0 +export DEB_CXXFLAGS_MAINT_APPEND+= -Wno-error=dangling-reference export DEB_BUILD_MAINT_OPTIONS = hardening=+all View it on GitLab: https://salsa.debian.org/med-team/abyss/-/compare/80a6bfc7242e490a20f232afb6441d45b9c15fb6...29da22a0ec982f4f43bafb0c9a0fa3b4a57ac70e -- View it on GitLab: https://salsa.debian.org/med-team/abyss/-/compare/80a6bfc7242e490a20f232afb6441d45b9c15fb6...29da22a0ec982f4f43bafb0c9a0fa3b4a57ac70e 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
