Étienne Mollier pushed to branch master at Debian Med / libsecrecy
Commits: beb44fca by Étienne Mollier at 2023-07-16T23:24:28+02:00 fix-autopkgtest-failures-32-bit.patch: bug open upstream. - - - - - 0a706c7c by Étienne Mollier at 2023-07-16T23:25:11+02:00 gcc-13.patch: add: fix ftbfs. Closes: #1037738 - - - - - 0f0b3abb by Étienne Mollier at 2023-07-16T23:26:16+02:00 d/control: declare compliance to standards version 4.6.2. - - - - - 205e6989 by Étienne Mollier at 2023-07-16T23:29:21+02:00 ready to upload to unstable. - - - - - 5 changed files: - debian/changelog - debian/control - debian/patches/fix-autopkgtest-failures-32-bit.patch - + debian/patches/gcc-13.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +libsecrecy (0.0.5+ds-3) unstable; urgency=medium + + * fix-autopkgtest-failures-32-bit.patch: bug open upstream. + * gcc-13.patch: add: fix ftbfs. (Closes: #1037738) + * d/control: declare compliance to standards version 4.6.2. + + -- Étienne Mollier <[email protected]> Sun, 16 Jul 2023 23:26:42 +0200 + libsecrecy (0.0.5+ds-2) unstable; urgency=medium * Add fix-autopkgtest-failures-32-bit.patch ===================================== debian/control ===================================== @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), pkg-config, libgpgme-dev, nettle-dev -Standards-Version: 4.6.0 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/libsecrecy Vcs-Git: https://salsa.debian.org/med-team/libsecrecy.git Homepage: https://gitlab.com/german.tischler/libsecrecy ===================================== debian/patches/fix-autopkgtest-failures-32-bit.patch ===================================== @@ -1,6 +1,6 @@ Description: fix autopkgtest failures on 32 bit platforms Author: Étienne Mollier <[email protected]> -Forwarded: no +Bug: https://gitlab.com/german.tischler/libsecrecy/-/issues/2 Last-Update: 2021-10-24 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ===================================== 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/1037738 +Forwarded: https://gitlab.com/german.tischler/libsecrecy/-/merge_requests/1 +Last-Update: 2023-07-16 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- libsecrecy.orig/src/libsecrecy/NumToHex.hpp ++++ libsecrecy/src/libsecrecy/NumToHex.hpp +@@ -26,6 +26,7 @@ + #if ! defined(LIBSECRECY_NUMTOHEX_HPP) + #define LIBSECRECY_NUMTOHEX_HPP + ++#include <cstdint> + #include <stdexcept> + #include <sstream> + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ fix-autopkgtest-failures-32-bit.patch +gcc-13.patch View it on GitLab: https://salsa.debian.org/med-team/libsecrecy/-/compare/b99ef9b11b43b351ec80165d6cd0fb791a79b8db...205e69897751aaf24aa1563a673a6470fd0955f9 -- View it on GitLab: https://salsa.debian.org/med-team/libsecrecy/-/compare/b99ef9b11b43b351ec80165d6cd0fb791a79b8db...205e69897751aaf24aa1563a673a6470fd0955f9 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
