Bas Couwenberg pushed to branch master at Debian GIS Project / mintpy
Commits: 5a7492a4 by Bas Couwenberg at 2022-12-22T08:12:29+01:00 Enable numpy3 dh helper. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mintpy (1.5.0-3) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 07:49:53 +0100 + mintpy (1.5.0-2) unstable; urgency=medium * Fix dependencies: ===================================== debian/rules ===================================== @@ -3,7 +3,7 @@ export PYBUILD_AFTER_INSTALL=rm -rf '{destdir}/{install_dir}/mintpy/sh' %: - dh $@ --with python3,mkdocs --buildsystem=pybuild + dh $@ --with python3,numpy3,mkdocs --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean @@ -23,3 +23,6 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) else mkdir -p .pybuild/docs/html endif + +override_dh_numpy3: + dh_numpy3 -p python3-mintpy View it on GitLab: https://salsa.debian.org/debian-gis-team/mintpy/-/commit/5a7492a4f843e283a96b60ec907d7c00022e4d53 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mintpy/-/commit/5a7492a4f843e283a96b60ec907d7c00022e4d53 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
