Antonio Valentino pushed to branch master at Debian GIS Project / xarray-datatree
Commits: 64e76f31 by Antonio Valentino at 2023-12-23T19:51:43+00:00 Improve glob expression to remove uneeded *.*-info directories - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +xarray-datatree (0.0.13-3) UNRELEASED; urgency=medium + + * debian/rule: + - Improve glob expression to remove unneeded *.*-inofo directories. + + -- Antonio Valentino <[email protected]> Sat, 23 Dec 2023 19:50:10 +0000 + xarray-datatree (0.0.13-2) unstable; urgency=medium * debian/patches: ===================================== debian/rules ===================================== @@ -9,4 +9,4 @@ export PYBUILD_TEST_ARGS=--pyargs ${PYBUILD_NAME} dh $@ --buildsystem=pybuild execute_after_dh_auto_install: - $(RM) -r debian/python3-xarray-datatree/usr/lib/python3.12/dist-packages/xarray_datatree-*.*-info + $(RM) -r debian/python3-xarray-datatree/usr/lib/python3.*/dist-packages/xarray_datatree-*.*-info View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-datatree/-/commit/64e76f3166de57dafb81b3f2dfa6cc98416457fd -- View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-datatree/-/commit/64e76f3166de57dafb81b3f2dfa6cc98416457fd 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
