Antonio Valentino pushed to branch master at Debian GIS Project / pyresample
Commits: eda4d705 by Antonio Valentino at 2025-04-07T08:38:06+00:00 Add dependency on mathjax - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyresample (1.33.0-3) UNRELEASED; urgency=medium + + * debian/control: + - Add dependency on mathjax. + + -- Antonio Valentino <[email protected]> Mon, 07 Apr 2025 08:37:34 +0000 + pyresample (1.33.0-2) unstable; urgency=medium * debian/rules: ===================================== debian/control ===================================== @@ -9,6 +9,7 @@ Build-Depends: cython3, dh-sequence-numpy3, dh-sequence-python3, dh-sequence-sphinxdoc, + libjs-mathjax <!nodoc>, pybuild-plugin-pyproject, python3-affine <!nocheck>, python3-all-dev, @@ -83,7 +84,8 @@ Package: python-pyresample-doc Architecture: all Multi-Arch: foreign Section: doc -Depends: ${misc:Depends}, +Depends: libjs-mathjax, + ${misc:Depends}, ${sphinxdoc:Depends} Suggests: www-browser Description: ${source:Synopsis} (documentation) View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/commit/eda4d7055ce663b8de7ea4b32b4aaf442831a12f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/commit/eda4d7055ce663b8de7ea4b32b4aaf442831a12f 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
