Antonio Valentino pushed to branch master at Debian GIS Project / pyresample
Commits: bb44f5b4 by Antonio Valentino at 2021-12-10T07:48:18+00:00 Fix eff-info management in d/rules - - - - - c5d6e139 by Antonio Valentino at 2021-12-10T07:48:57+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +pyresample (1.22.3-2) unstable; urgency=medium + + * Fix egg-info management in d/rules. + + -- Antonio Valentino <[email protected]> Fri, 10 Dec 2021 07:48:41 +0000 + pyresample (1.22.3-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -31,7 +31,7 @@ override_dh_auto_install: dh_auto_install -ppython-pyresample-test --buildsystem=pybuild dh_auto_install -X.dat -X.npz --buildsystem=pybuild --remaining $(RM) -r debian/python3-pyresample/usr/lib/python3*/dist-packages/pyresample/test/test_files - $(RM) -r debian/python3-pyresample/usr/lib/python3.*/dist-packages/pyresample-*.egg-info + $(RM) -r debian/python3-pyresample/usr/lib/python3.??/dist-packages/pyresample-*.egg-info override_dh_auto_clean: View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/13b6d784e909b61c2b0628e29c3cedb5e9f08743...c5d6e139f687ec590dd3e81a6277f59aa0d42907 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/13b6d784e909b61c2b0628e29c3cedb5e9f08743...c5d6e139f687ec590dd3e81a6277f59aa0d42907 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
