Bas Couwenberg pushed to branch master at Debian GIS Project / saga
Commits: f4f04c5b by Bas Couwenberg at 2022-05-11T20:35:19+02:00 Add patch by Adrian Bunk to fix FTBFS with python3.10. (closes: #1009417) - - - - - 913e32e4 by Bas Couwenberg at 2022-05-11T20:35:19+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/silence-distutils.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +saga (7.3.0+dfsg-8) unstable; urgency=medium + + * Team upload. + * Add patch by Adrian Bunk to fix FTBFS with python3.10. + (closes: #1009417) + + -- Bas Couwenberg <[email protected]> Wed, 11 May 2022 20:34:47 +0200 + saga (7.3.0+dfsg-7) unstable; urgency=medium * Remove libvigra-impex dependency (and module) ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ dxflib_configure.patch spelling-errors.patch saga-fix-qhull-include.patch +silence-distutils.patch ===================================== debian/patches/silence-distutils.patch ===================================== @@ -0,0 +1,16 @@ +Description: Silence the distutils deprecation message that caused FTBFS +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1009417 +Forwarded: not-needed + +--- a/m4/ax_python_devel.m4 ++++ b/m4/ax_python_devel.m4 +@@ -136,7 +136,7 @@ variable to configure. See ``configure - + # Check if you have distutils, else fail + # + AC_MSG_CHECKING([for the distutils Python package]) +- ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` ++ ac_distutils_result=`$PYTHON -c "import distutils" 2>/dev/null` + if test -z "$ac_distutils_result"; then + AC_MSG_RESULT([yes]) + else View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/compare/ac3613e13cbb8bfe823caf8d931fdb3cce0e1fc1...913e32e4390bd89b41452f50c4f34c70e998a023 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/compare/ac3613e13cbb8bfe823caf8d931fdb3cce0e1fc1...913e32e4390bd89b41452f50c4f34c70e998a023 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
