Bas Couwenberg pushed to branch master at Debian GIS Project / python-click-plugins
Commits: 28ba8be1 by Bas Couwenberg at 2023-07-16T16:15:17+02:00 Sort exports. - - - - - 7d753755 by Bas Couwenberg at 2023-07-16T16:15:53+02:00 Use autopkgtest-pkg-pybuild testsuite. - - - - - 2603b28a by Bas Couwenberg at 2023-07-16T16:16:17+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-click-plugins (1.1.1-5) UNRELEASED; urgency=medium * Team upload. * 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]> Wed, 18 Jan 2023 17:15:17 +0100 ===================================== debian/control ===================================== @@ -14,6 +14,7 @@ Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-click-plugins/ Vcs-Git: https://salsa.debian.org/debian-gis-team/python-click-plugins.git Homepage: https://github.com/click-contrib/click-plugins Rules-Requires-Root: no +Testsuite: autopkgtest-pkg-pybuild Package: python3-click-plugins Architecture: all ===================================== debian/rules ===================================== @@ -3,11 +3,11 @@ #setting locale explicitly is needed for running the tests using pbuilder export LC_ALL=C.UTF-8 export LANG=C.UTF-8 + +export PYBUILD_NAME=click-plugins export PYBUILD_TEST_PYTEST=1 export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir} export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests -export PYBUILD_NAME=click-plugins - %: dh $@ --with python3 --buildsystem pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/python-click-plugins/-/compare/11c3c06a308144f2371b03433882cd1dfdadd187...2603b28af56037e243c5f9721a0271b3be48d3c9 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-click-plugins/-/compare/11c3c06a308144f2371b03433882cd1dfdadd187...2603b28af56037e243c5f9721a0271b3be48d3c9 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
