Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio
Commits: e4ef2159 by Bas Couwenberg at 2023-08-11T17:34:22+02:00 Remove generated files in clean target. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,7 @@ rasterio (1.3.8-2) UNRELEASED; urgency=medium * Team upload. * Use autopkgtest-pkg-pybuild testsuite. * Enable Salsa CI. + * Remove generated files in clean target. -- Bas Couwenberg <[email protected]> Sun, 16 Jul 2023 18:38:07 +0200 ===================================== debian/clean ===================================== @@ -0,0 +1,6 @@ +*-info/ +.coverage +gdal-config.txt +VERSION.txt +rasterio/*.c +rasterio/_*.cpp ===================================== debian/rules ===================================== @@ -40,15 +40,6 @@ export PYBUILD_TEST_ARGS=--ignore tests/test_env.py \ %: dh $@ --with python3,numpy3 --buildsystem pybuild -override_dh_clean: - dh_clean - - $(RM) rasterio/*.c - $(RM) rasterio/_*.cpp - $(RM) VERSION.txt - $(RM) gdal-config.txt - $(RM) .coverage - override_dh_auto_test: # Ignore test failures on problematic architectures only ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips64el mipsel alpha hurd-i386 i64 kfreebsd-amd64 kfreebsd-i386 riscv64 sh4 sparc64 x32)) View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/e4ef21598bd9e2f54d530f940c573e6ead8545ce -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/e4ef21598bd9e2f54d530f940c573e6ead8545ce 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
