Bas Couwenberg pushed to branch master at Debian GIS Project / pygac
Commits: 0a7203d1 by Bas Couwenberg at 2022-12-22T09:32:41+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pygac (1.7.1-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 09:32:38 +0100 + pygac (1.7.1-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -28,7 +28,6 @@ Package: python3-pygac Architecture: any Depends: python3-geotiepoints, python3-h5py, - python3-numpy, python3-pyorbital, python3-scipy, ${python3:Depends}, ===================================== debian/rules ===================================== @@ -11,9 +11,12 @@ export PYGAC_CONFIG_FILE=${CURDIR}/debian/pygac-test.cfg export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM) %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean $(RM) -r pygac.egg-info $(RM) pygac/version.py + +override_dh_numpy3: + dh_numpy3 -p python3-pygac View it on GitLab: https://salsa.debian.org/debian-gis-team/pygac/-/commit/0a7203d167997eca2355b98ad5ca120d5951c2b8 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pygac/-/commit/0a7203d167997eca2355b98ad5ca120d5951c2b8 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
