user [email protected] usertags 1143318 python3.15 tags 1143318 patch thanks
Hi! While rebuilding the python related packages against the Python 3.15rc2 version I ran into this FTBFS [1]. This can be fixed applying upstream commit 1046a6e: doc/: fix build [2]. I've applied the upstream fix in the sandbox [3] to verify that it builds successfully, this should be applied in Debian to get the package back to a healthy state. Happy hacking, [1]: https://debusine.debian.net/debian/r-python-python3.15/artifact/4308885 [2]: https://github.com/gyoto/Gyoto/commit/1046a6ec883722afa437bbf6bf3400a0a334f5de [3]: https://debusine.debian.net/debian/r-python-python3.15/ -- "Can you imagine what I would do if I could do all I can?" -- Sun Tzu Saludos /\/\ /\ >< `/
Description: doc/: fix build Author: Thibaut Paumard <[email protected]> Origin: upstream Applied-Upstream: 1046a6ec883722afa437bbf6bf3400a0a334f5de --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: gyoto/doc/user_guide/GyotoManual.tex =================================================================== --- gyoto.orig/doc/user_guide/GyotoManual.tex +++ gyoto/doc/user_guide/GyotoManual.tex @@ -33,7 +33,7 @@ \usepackage{textcomp} \usepackage{rotating} -\usepackage[frenchb,english]{babel} +\usepackage[english]{babel} \usepackage{amssymb,amsmath} \usepackage{float} \usepackage{hyperref}

