Bas Couwenberg pushed to branch master at Debian GIS Project / pycoast
Commits: 9241a6ee by Bas Couwenberg at 2023-09-09T11:46:17+02:00 Override dh_numpy3 to fix unused substitution variable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -7,6 +7,7 @@ pycoast (1.6.1+dfsg-5) UNRELEASED; urgency=medium [ Bas Couwenberg ] * Switch to dh-sequence-*. * Remove generated files in clean target. + * Override dh_numpy3 to fix unused substitution variable. -- Antonio Valentino <[email protected]> Thu, 17 Aug 2023 05:55:31 +0000 ===================================== debian/rules ===================================== @@ -36,3 +36,6 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) $(RM) -r $(CURDIR)/.pybuild/docs/html/.doctrees $(RM) -r $(CURDIR)/.pybuild/docs/html/_images endif + +override_dh_numpy3: + dh_numpy3 -p python3-pycoast View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/commit/9241a6ee403f8e0ab224b6024e2bfcd9e29a972e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/commit/9241a6ee403f8e0ab224b6024e2bfcd9e29a972e 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
