Bas Couwenberg pushed to branch master at Debian GIS Project / mintpy
Commits: 3c0127bf by Bas Couwenberg at 2023-08-12T22:02:36+02:00 Remove generated files in clean target. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ mintpy (1.5.1-2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. * Don't override dh_auto_test for custom pybuild system. + * Remove generated files in clean target. -- Bas Couwenberg <[email protected]> Wed, 18 Jan 2023 17:02:23 +0100 ===================================== debian/clean ===================================== @@ -0,0 +1 @@ +src/*-info/ ===================================== debian/rules ===================================== @@ -7,10 +7,6 @@ export PYBUILD_AFTER_INSTALL=rm -rf '{destdir}/{install_dir}/mintpy/sh' %: dh $@ --with python3,numpy3,mkdocs --buildsystem=pybuild -override_dh_auto_clean: - dh_auto_clean - $(RM) -r *.egg-info - override_dh_auto_build: export http_proxy=127.0.0.1:9 override_dh_auto_build: export https_proxy=127.0.0.1:9 override_dh_auto_build: View it on GitLab: https://salsa.debian.org/debian-gis-team/mintpy/-/commit/3c0127bf12161a084ee23380eb0dc103b231b96e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mintpy/-/commit/3c0127bf12161a084ee23380eb0dc103b231b96e 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
