Bas Couwenberg pushed to branch master at Debian GIS Project / python-rtree
Commits: d778cc10 by Bas Couwenberg at 2023-07-16T17:22:36+02:00 Use autopkgtest-pkg-pybuild testsuite. - - - - - 7216461f by Bas Couwenberg at 2023-07-16T17:22:41+02:00 Enable Salsa CI. - - - - - 4 changed files: - + debian/.gitlab-ci.yml - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/.gitlab-ci.yml ===================================== @@ -0,0 +1,3 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml ===================================== debian/changelog ===================================== @@ -3,6 +3,8 @@ python-rtree (1.0.1-2) UNRELEASED; urgency=medium * Add Rules-Requires-Root to control file. * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. + * Use autopkgtest-pkg-pybuild testsuite. + * Enable Salsa CI. -- Bas Couwenberg <[email protected]> Tue, 29 Nov 2022 09:42:16 +0100 ===================================== debian/control ===================================== @@ -18,6 +18,7 @@ Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-rtree Vcs-Git: https://salsa.debian.org/debian-gis-team/python-rtree.git Homepage: https://github.com/Toblerity/rtree Rules-Requires-Root: no +Testsuite: autopkgtest-pkg-pybuild Package: python3-rtree Architecture: all ===================================== debian/rules ===================================== @@ -19,8 +19,5 @@ override_dh_auto_build: dh_auto_build (cd docs && PYTHONPATH=$(shell ls -d $(CURDIR)/.pybuild/*_$(shell py3versions -dv)_*/build 2> /dev/null | head -1) make html) -override_dh_auto_test: - dh_auto_test || echo "Ignoring test failures" - override_dh_installchangelogs: dh_installchangelogs docs/source/changes.txt View it on GitLab: https://salsa.debian.org/debian-gis-team/python-rtree/-/compare/56fe43f6024b90419582701a6be109722338a28a...7216461f456e19f997b21dda1f5d568876370dee -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-rtree/-/compare/56fe43f6024b90419582701a6be109722338a28a...7216461f456e19f997b21dda1f5d568876370dee 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
