Bas Couwenberg pushed to branch master at Debian GIS Project / sarsen
Commits: 629a0791 by Bas Couwenberg at 2023-08-30T18:46:27+02:00 Switch to dh-sequence-*. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -5,6 +5,7 @@ sarsen (0.9.3+ds-3) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. * Remove generated files in clean target. + * Switch to dh-sequence-*. -- Bas Couwenberg <[email protected]> Tue, 17 Jan 2023 06:45:57 +0100 ===================================== debian/control ===================================== @@ -7,6 +7,8 @@ Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-python, + dh-sequence-numpy3, + dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-attr, ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ endif export GITHUB_ACTIONS=true %: - dh $@ --with python3,numpy3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_numpy3: dh_numpy3 -p python3-sarsen View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/629a079146078ec640f88fe48a8309b162178f0c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/629a079146078ec640f88fe48a8309b162178f0c 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
