Bas Couwenberg pushed to branch master at Debian GIS Project / pysolid
Commits: b141e104 by Bas Couwenberg at 2022-12-22T10:42:01+01:00 Enable numpy3 dh helper. - - - - - 335794a7 by Bas Couwenberg at 2022-12-22T10:53:10+01:00 Update lintian overrides. - - - - - 4 changed files: - debian/changelog - debian/control - + debian/python3-pysolid.lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +pysolid (0.2.3-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + * Update lintian overrides. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 10:41:58 +0100 + pysolid (0.2.3-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -24,13 +24,12 @@ Homepage: https://github.com/insarlab/PySolid Package: python3-pysolid Architecture: any -Depends: ${python3:Depends}, - ${misc:Depends}, - ${shlibs:Depends}, - python3-numpy, - python3-matplotlib, +Depends: python3-matplotlib, python3-scipy, - python3-skimage + python3-skimage, + ${python3:Depends}, + ${shlibs:Depends}, + ${misc:Depends} Description: Python wrapper for solid Earth tides Python based solid Earth tides (PySolid) is a thin Python wrapper of the solid.for program (by Dennis Milbert based on ===================================== debian/python3-pysolid.lintian-overrides ===================================== @@ -0,0 +1,3 @@ +# False positive, lat/lon +spelling-error-in-binary lon long * + ===================================== debian/rules ===================================== @@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=pysolid %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean @@ -24,7 +24,3 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) python{version} $(CURDIR)/tests/point.py" \ dh_auto_test endif - -override_dh_python3: - dh_python3 - dh_numpy3 View it on GitLab: https://salsa.debian.org/debian-gis-team/pysolid/-/compare/d891c471d9563c668ef03a5f13df5531affc1930...335794a791a7c730a03498e6b5d3da49ff45a109 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pysolid/-/compare/d891c471d9563c668ef03a5f13df5531affc1930...335794a791a7c730a03498e6b5d3da49ff45a109 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
