Étienne Mollier pushed to branch master at Debian Med / mash
Commits: 4089b1a5 by Étienne Mollier at 2023-07-20T00:15:58+02:00 gcc-13.patch: new: fix ftbfs with gcc-13. Closes: #1037772 - - - - - af64f0ee by Étienne Mollier at 2023-07-20T00:16:36+02:00 d/control: declare compliance to standards version 4.6.2. - - - - - 1f430e56 by Étienne Mollier at 2023-07-20T00:17:18+02:00 ready to upload to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/gcc-13.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +mash (2.3+dfsg-4) unstable; urgency=medium + + * Team upload. + * gcc-13.patch: new: fix ftbfs with gcc-13. (Closes: #1037772) + * d/control: declare compliance to standards version 4.6.2. + + -- Étienne Mollier <[email protected]> Thu, 20 Jul 2023 00:17:07 +0200 + mash (2.3+dfsg-3) unstable; urgency=medium * Fix watchfile. ===================================== debian/control ===================================== @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 13), Build-Depends-Indep: python3-sphinx, libjs-mathjax, dh-sequence-sphinxdoc -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/mash Vcs-Git: https://salsa.debian.org/med-team/mash.git Homepage: https://mash.readthedocs.io ===================================== debian/patches/gcc-13.patch ===================================== @@ -0,0 +1,17 @@ +Description: fix ftbfs with gcc 13 +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037772 +Forwarded: no +Last-Update: 2023-07-20 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- mash.orig/src/mash/Command.cpp ++++ mash/src/mash/Command.cpp +@@ -4,6 +4,7 @@ + // + // See the LICENSE.txt file included with this software for license information. + ++#include <cstdint> + #include <iostream> + #include <sys/ioctl.h> + #include <sstream> ===================================== debian/patches/series ===================================== @@ -6,3 +6,4 @@ parallel.patch use_debian_packaged_libmurmurhash.patch use-CXX-from-configure.patch gcc-11.patch +gcc-13.patch View it on GitLab: https://salsa.debian.org/med-team/mash/-/compare/61afd51699e54eed0e3193e82049694b23514588...1f430e5651d8cc48b72b5305773793fa97cfa62b -- View it on GitLab: https://salsa.debian.org/med-team/mash/-/compare/61afd51699e54eed0e3193e82049694b23514588...1f430e5651d8cc48b72b5305773793fa97cfa62b 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
