Bas Couwenberg pushed to branch master at Debian GIS Project / python-rtree
Commits: 8c18b2da by Bas Couwenberg at 2023-10-17T06:15:45+02:00 Revert "Use --pyargs for built library." This reverts commit 3d7d94edaeba135bc232e62ca6d47b5a010b19de. - - - - - 04e82523 by Bas Couwenberg at 2023-10-17T06:25:53+02:00 Fix autopkgtest failure. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ python-rtree (1.1.0-2) UNRELEASED; urgency=medium * Add patch to fix FTBFS on i386. + * Fix autopkgtest failure. -- Bas Couwenberg <[email protected]> Tue, 17 Oct 2023 05:47:08 +0200 ===================================== debian/rules ===================================== @@ -6,7 +6,7 @@ export PYBUILD_NAME=rtree ifeq ($(PYBUILD_AUTOPKGTEST),1) -export PYBUILD_TEST_ARGS=-vv --pyargs ${PYBUILD_NAME} +export PYBUILD_BEFORE_TEST=cp -rv tests/ {build_dir} endif %: View it on GitLab: https://salsa.debian.org/debian-gis-team/python-rtree/-/compare/3d7d94edaeba135bc232e62ca6d47b5a010b19de...04e82523a797daf56cd1ea6994e5d3b4f2d18606 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-rtree/-/compare/3d7d94edaeba135bc232e62ca6d47b5a010b19de...04e82523a797daf56cd1ea6994e5d3b4f2d18606 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
