Bas Couwenberg pushed to branch master at Debian GIS Project / pysolid
Commits: 12a1a400 by Bas Couwenberg at 2023-08-13T11:06:11+02:00 Remove generated files in clean target. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ pysolid (0.3.0-2) UNRELEASED; urgency=medium * Team upload. * Don't override dh_auto_test for custom pybuild system. + * Remove generated files in clean target. -- Bas Couwenberg <[email protected]> Sun, 16 Jul 2023 14:14:43 +0200 ===================================== debian/clean ===================================== @@ -0,0 +1,2 @@ +src/*-info/ +tests/pic/ ===================================== debian/rules ===================================== @@ -10,7 +10,3 @@ export PYBUILD_TEST_ARGS=cd {build_dir} &&\ %: dh $@ --with python3,numpy3 --buildsystem=pybuild - -override_dh_auto_clean: - dh_auto_clean - $(RM) -r src/*.egg-info View it on GitLab: https://salsa.debian.org/debian-gis-team/pysolid/-/commit/12a1a40042b6211a175f87d663df558c5b40e267 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pysolid/-/commit/12a1a40042b6211a175f87d663df558c5b40e267 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
