Étienne Mollier pushed to branch master at Debian Med / libxdf
Commits: 425bec96 by Étienne Mollier at 2023-08-17T14:14:18+02:00 gcc-13.patch: new: fix build failure with gcc-13. Closes: #1037750 - - - - - 4ba91253 by Étienne Mollier at 2023-08-17T14:14:58+02:00 typos.patch: new: fix a typo caught by lintian. - - - - - 42bf190b by Étienne Mollier at 2023-08-17T14:15:40+02:00 d/control: add myself to uploaders. - - - - - 45ffdeff by Étienne Mollier at 2023-08-17T14:16:18+02:00 d/control: declare compliance to standards version 4.6.2. - - - - - f624d5be by Étienne Mollier at 2023-08-17T14:24:45+02:00 typos.patch: forwarded upstream. Gbp-Dch: ignore - - - - - 3d713206 by Étienne Mollier at 2023-08-17T14:26:10+02:00 gcc-13.patch: update header; already applied upstream. Gbp-Dch: ignore - - - - - 04afe8ff by Étienne Mollier at 2023-08-17T14:27:04+02:00 shared_and_static.patch: declare forwarding not-needed. - - - - - e88ef244 by Étienne Mollier at 2023-08-17T14:28:01+02:00 ready for upload to unstable. - - - - - 6 changed files: - debian/changelog - debian/control - + debian/patches/gcc-13.patch - debian/patches/series - debian/patches/shared_and_static.patch - + debian/patches/typos.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +libxdf (0.99.8+dfsg-3) unstable; urgency=medium + + * gcc-13.patch: new: fix build failure with gcc-13. (Closes: #1037750) + * typos.patch: new: fix a typo caught by lintian. + * d/control: add myself to uploaders. + * d/control: declare compliance to standards version 4.6.2. + * shared_and_static.patch: declare forwarding not-needed. + + -- Étienne Mollier <[email protected]> Thu, 17 Aug 2023 14:27:28 +0200 + libxdf (0.99.8+dfsg-2) unstable; urgency=medium * Fix watch file ===================================== debian/control ===================================== @@ -1,13 +1,14 @@ Source: libxdf Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]> +Uploaders: Andreas Tille <[email protected]>, + Étienne Mollier <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), cmake, d-shlibs, libpugixml-dev -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/libxdf Vcs-Git: https://salsa.debian.org/med-team/libxdf.git Homepage: https://github.com/Yida-Lin/libxdf ===================================== debian/patches/gcc-13.patch ===================================== @@ -0,0 +1,17 @@ +Description: fix build failure with gcc-13 +Author: Gijom <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037750 +Forwarded: https://github.com/xdf-modules/libxdf/commit/6565cf9b0b322b3a42886a748815d59d6af619cc +Last-Update: 2023-08-17 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- libxdf.orig/xdf.h ++++ libxdf/xdf.h +@@ -26,6 +26,7 @@ + #include <vector> + #include <map> + #include <set> ++#include <cstdint> + + /*! \class Xdf + * ===================================== debian/patches/series ===================================== @@ -1 +1,3 @@ shared_and_static.patch +gcc-13.patch +typos.patch ===================================== debian/patches/shared_and_static.patch ===================================== @@ -1,6 +1,7 @@ Author: Andreas Tille <[email protected]> Last-Update: Tue, 05 Jan 2021 12:38:07 +0200 Description: Create shared and static library +Forwarded: not-needed --- a/CMakeLists.txt +++ b/CMakeLists.txt ===================================== debian/patches/typos.patch ===================================== @@ -0,0 +1,17 @@ +Description: fix typo +Author: Étienne Mollier <[email protected]> +Forwarded: https://github.com/xdf-modules/libxdf/pull/40 +Last-Update: 2023-08-17 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- libxdf.orig/xdf.cpp ++++ libxdf/xdf.cpp +@@ -1002,7 +1002,7 @@ + } + } + +- std::cout << "Succesfully wrote to XDF file." << std::endl; ++ std::cout << "Successfully wrote to XDF file." << std::endl; + + return 0; //Success + } View it on GitLab: https://salsa.debian.org/med-team/libxdf/-/compare/422e47081dad0b02ed2116e6040162e5eaf53df3...e88ef24448e2dff0736a69b2d176336d9e9498e7 -- View it on GitLab: https://salsa.debian.org/med-team/libxdf/-/compare/422e47081dad0b02ed2116e6040162e5eaf53df3...e88ef24448e2dff0736a69b2d176336d9e9498e7 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
