Bas Couwenberg pushed to branch master at Debian GIS Project / gmt
Commits: b1a7073c by Bas Couwenberg at 2021-11-20T08:09:26+01:00 Add patch to fix FTBFS on s390x. - - - - - 5999ce9d by Bas Couwenberg at 2021-11-20T08:09:40+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/bswap32.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +gmt (6.3.0+dfsg-2) unstable; urgency=medium + + * Add patch to fix FTBFS on s390x. + + -- Bas Couwenberg <[email protected]> Sat, 20 Nov 2021 08:09:28 +0100 + gmt (6.3.0+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/bswap32.patch ===================================== @@ -0,0 +1,15 @@ +Description: Include gmt_common_byteswap.h for bswap32. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/GenericMappingTools/gmt/issues/6043 +Forwarded: https://github.com/GenericMappingTools/gmt/pull/6044 + +--- a/src/grd2xyz.c ++++ b/src/grd2xyz.c +@@ -24,6 +24,7 @@ + */ + + #include "gmt_dev.h" ++#include "gmt_common_byteswap.h" + + #define THIS_MODULE_CLASSIC_NAME "grd2xyz" + #define THIS_MODULE_MODERN_NAME "grd2xyz" ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ disable-triangle.patch incorrect-path-for-interpreter.patch no-docs.patch +bswap32.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/-/compare/690f8ef9306af7a45d11a546c5a308cfbb38a043...5999ce9d99fd3e87043ae774baeed47d6c0c4ecb -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/-/compare/690f8ef9306af7a45d11a546c5a308cfbb38a043...5999ce9d99fd3e87043ae774baeed47d6c0c4ecb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
