Bas Couwenberg pushed to branch master at Debian GIS Project / python-affine
Commits: b0156cb5 by Bas Couwenberg at 2023-07-16T16:04:36+02:00 Copy test files for autopkgtest. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ python-affine (2.4.0-2) UNRELEASED; urgency=medium * Bump debhelper compat to 13. * Use autopkgtest-pkg-pybuild testsuite. * Enable Salsa CI. + * Copy test files for autopkgtest. -- Bas Couwenberg <[email protected]> Tue, 13 Jun 2023 09:08:15 +0200 ===================================== debian/rules ===================================== @@ -1,6 +1,10 @@ #!/usr/bin/make -f export PYBUILD_NAME=affine +ifeq ($(PYBUILD_AUTOPKGTEST),1) +export PYBUILD_BEFORE_TEST=cp -rv affine/ {build_dir} +export PYBUILD_TEST_ARGS=-vv affine/tests +endif %: dh $@ --with python3 --buildsystem pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/python-affine/-/commit/b0156cb589295194974e5f04a4339da0807e0345 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-affine/-/commit/b0156cb589295194974e5f04a4339da0807e0345 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
