Bas Couwenberg pushed to branch master at Debian GIS Project / sarsen
Commits: bbf078cb by Bas Couwenberg at 2023-08-13T15:56:54+02:00 Remove generated files in clean target. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ sarsen (0.9.3+ds-3) UNRELEASED; urgency=medium * Skip test_Sentinel1SarProduct on 32bit architectures. * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. + * Remove generated files in clean target. -- Bas Couwenberg <[email protected]> Tue, 17 Jan 2023 06:45:57 +0100 ===================================== debian/clean ===================================== @@ -0,0 +1,2 @@ +*-info/ +sarsen/version.py ===================================== debian/rules ===================================== @@ -11,10 +11,5 @@ export GITHUB_ACTIONS=true %: dh $@ --with python3,numpy3 --buildsystem=pybuild -override_dh_auto_clean: - dh_auto_clean - $(RM) -r *.egg-info - $(RM) sarsen/version.py - override_dh_numpy3: dh_numpy3 -p python3-sarsen View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/bbf078cb3ed67291789c93b8a917eeedde90053a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/bbf078cb3ed67291789c93b8a917eeedde90053a 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
