Bas Couwenberg pushed to branch master at Debian GIS Project / pywps
Commits: 6b78b5b7 by Bas Couwenberg at 2023-08-11T17:29:15+02:00 Remove generated files in clean target. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -6,6 +6,7 @@ pywps (4.5.2-3) UNRELEASED; urgency=medium * Add patch to not use deprecated distutils module. * Bump debhelper compat to 13. * Don't set environment variables in dh_auto_test override. + * Remove generated files in clean target. -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 20:53:43 +0100 ===================================== debian/clean ===================================== @@ -0,0 +1,2 @@ +*-info/ +docs/_build/ ===================================== debian/rules ===================================== @@ -18,11 +18,6 @@ export OFFLINE_TESTS=1 %: dh $@ --with apache2,python3,sphinxdoc --buildsystem=pybuild -override_auto_clean: - dh_auto_clean - - $(RM) -r docs/_build/ - override_dh_auto_build: dh_auto_build View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/6b78b5b7239f500f5391aed156f1a281aa394e08 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/6b78b5b7239f500f5391aed156f1a281aa394e08 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
