Bas Couwenberg pushed to branch master at Debian GIS Project / pyorbital
Commits: 37e94917 by Bas Couwenberg at 2023-09-09T11:53:31+02:00 Override dh_numpy3 to fix unused substitution variable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ pyorbital (1.8.0-3) UNRELEASED; urgency=medium * Team upload. * Switch to dh-sequence-*. + * Override dh_numpy3 to fix unused substitution variable. -- Bas Couwenberg <[email protected]> Wed, 30 Aug 2023 18:26:02 +0200 ===================================== debian/rules ===================================== @@ -20,3 +20,6 @@ endif execute_after_dh_auto_install: mv debian/python3-pyorbital/usr/bin/fetch_tles.py debian/python3-pyorbital/usr/bin/fetch_tles + +override_dh_numpy3: + dh_numpy3 -p python3-pyorbital View it on GitLab: https://salsa.debian.org/debian-gis-team/pyorbital/-/commit/37e94917df289fb8c5c9477fc53b87432a77ca2d -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyorbital/-/commit/37e94917df289fb8c5c9477fc53b87432a77ca2d 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
