Bas Couwenberg pushed to branch master at Debian GIS Project / python-geopandas
Commits: 44392acb by Bas Couwenberg at 2023-08-30T18:33:47+02:00 Switch to dh-sequence-*. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ python-geopandas (0.13.2-4) UNRELEASED; urgency=medium * Remove generated files in clean target. * Add patch to fix pytz.exceptions.UnknownTimeZoneError. * Use execute_after instead of override in rules file. + * Switch to dh-sequence-*. -- Bas Couwenberg <[email protected]> Fri, 11 Aug 2023 16:37:28 +0200 ===================================== debian/control ===================================== @@ -5,6 +5,8 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Johan Van de Wauw <[email protected]> Build-Depends: debhelper-compat (= 13), dh-python, + dh-sequence-numpy3, + dh-sequence-python3, gdal-bin, cython3, ipython3, ===================================== debian/rules ===================================== @@ -17,7 +17,7 @@ export PYBUILD_TEST_ARGS=-v \ geopandas/ %: - dh $@ --with python3,numpy3 --buildsystem pybuild + dh $@ --buildsystem pybuild execute_after_dh_auto_install: # Remove README with privacy-breach issues View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/commit/44392acbc8f693f646a77240d3f305cd16f7e5ee -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/commit/44392acbc8f693f646a77240d3f305cd16f7e5ee 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
