Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits: b6f95c63 by Bas Couwenberg at 2023-07-16T08:51:18+02:00 Add patch to fix FTBFS on powerpc architectures. https://trac.osgeo.org/postgis/ticket/5450 - - - - - d78c1a4e by Bas Couwenberg at 2023-07-16T08:56:44+02:00 Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - + debian/patches/powerpc.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,27 +1,32 @@ -postgis (3.4.0~beta1+dfsg-1~exp5) UNRELEASED; urgency=medium +postgis (3.4.0~beta1+dfsg-1~exp5) experimental; urgency=medium * Ignore test failure on i386. https://trac.osgeo.org/postgis/ticket/5448 + * Add patch to fix FTBFS on powerpc architectures. + https://trac.osgeo.org/postgis/ticket/5450 - -- Bas Couwenberg <[email protected]> Sun, 16 Jul 2023 08:38:44 +0200 + -- Bas Couwenberg <[email protected]> Sun, 16 Jul 2023 08:54:59 +0200 postgis (3.4.0~beta1+dfsg-1~exp4) experimental; urgency=medium * Drop ${perl:Depends} from -scripts package, postgis_restore.pl no longer included. * Add graphicsmagick-imagemagick-compat to Build-Conflicts. + https://trac.osgeo.org/postgis/ticket/5446 -- Bas Couwenberg <[email protected]> Sun, 16 Jul 2023 06:34:28 +0200 postgis (3.4.0~beta1+dfsg-1~exp3) experimental; urgency=medium * Add upstream patch to use xlstproc instead of xmllint to extract tags. + https://trac.osgeo.org/postgis/ticket/5446 -- Bas Couwenberg <[email protected]> Sat, 15 Jul 2023 19:15:40 +0200 postgis (3.4.0~beta1+dfsg-1~exp2) experimental; urgency=medium * Add libxml2-utils to build dependencies for xmllint. + https://trac.osgeo.org/postgis/ticket/5446 -- Bas Couwenberg <[email protected]> Sat, 15 Jul 2023 17:45:06 +0200 @@ -31,7 +36,9 @@ postgis (3.4.0~beta1+dfsg-1~exp1) experimental; urgency=medium * Update copyright file. * Refresh patches. * Add patch to use DESTDIR for pg_sharedir. + https://trac.osgeo.org/postgis/ticket/5444 * Add patch to fix README.postgis installation failure. + https://trac.osgeo.org/postgis/ticket/5445 * Update HTML filename in postgis-doc.install. * Include usr/bin in postgis package. * Drop obsolete override for postgis_restore.pl executable bit. ===================================== debian/patches/powerpc.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix macro expansion recursion on powerpc architectures. +Author: Bas Couwenberg <[email protected]> +Bug: https://trac.osgeo.org/postgis/ticket/5450 + +--- a/configure.ac ++++ b/configure.ac +@@ -53,7 +53,7 @@ dnl SQL Preprocessor + dnl + AC_PATH_PROG([CPPBIN], [cpp], []) + if test "x$CPPBIN" != "x"; then +- SQLPP="${CPPBIN} -traditional-cpp -w -P" ++ SQLPP="${CPPBIN} -traditional-cpp -w -P -Upixel -Ubool" + else + AC_PATH_PROG([GPP], [gpp_], []) + if test "x$GPP" != "x"; then ===================================== debian/patches/series ===================================== @@ -4,3 +4,4 @@ incorrect-path-for-interpreter.patch destdir.patch install.patch pr132.patch +powerpc.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/0047ac38509efa85a9d39212319e9b57949d870b...d78c1a4eaf8d0245f515466f4ab210f69cd9c1a0 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/0047ac38509efa85a9d39212319e9b57949d870b...d78c1a4eaf8d0245f515466f4ab210f69cd9c1a0 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
