Bas Couwenberg pushed to branch master at Debian GIS Project / pycoast
Commits: 7aff48fc by Bas Couwenberg at 2022-12-22T09:04:41+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pycoast (1.6.1+dfsg-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 09:04:17 +0100 + pycoast (1.6.1+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -29,7 +29,6 @@ Homepage: https://github.com/pytroll/pycoast Package: python3-pycoast Architecture: all Depends: python3-aggdraw, - python3-numpy, python3-pil, python3-pyproj, python3-pyshp, ===================================== debian/rules ===================================== @@ -24,7 +24,7 @@ and not test_no_v_scratch_pil \ and not test_western_shapes_pil" %: - dh $@ --with python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,numpy3,sphinxdoc --buildsystem=pybuild override_dh_auto_build-indep: dh_auto_build -i @@ -49,4 +49,6 @@ override_dh_auto_clean: override_dh_python3: dh_python3 -N python-pycoast-doc + +override_dh_numpy3: dh_numpy3 -N python-pycoast-doc View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/commit/7aff48fc65f607625ec843a7872ce329ef9cfe2a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/commit/7aff48fc65f607625ec843a7872ce329ef9cfe2a 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
