Bas Couwenberg pushed to branch master at Debian GIS Project / pygac
Commits: c07a8830 by Bas Couwenberg at 2023-08-30T18:21:38+02:00 Switch to dh-sequence-*. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ pygac (1.7.2-2) UNRELEASED; urgency=medium * Team upload. * Remove generated files in clean target. + * Switch to dh-sequence-*. -- Bas Couwenberg <[email protected]> Sun, 13 Aug 2023 10:25:43 +0200 ===================================== debian/control ===================================== @@ -7,6 +7,8 @@ Rules-Requires-Root: no Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, + dh-sequence-numpy3, + dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-bottleneck, ===================================== debian/rules ===================================== @@ -11,7 +11,7 @@ export PYGAC_CONFIG_FILE=${CURDIR}/debian/pygac-test.cfg export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM) %: - dh $@ --with python3,numpy3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_numpy3: dh_numpy3 -p python3-pygac View it on GitLab: https://salsa.debian.org/debian-gis-team/pygac/-/commit/c07a8830f3af485371cb6a25eeeedca31fb08037 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pygac/-/commit/c07a8830f3af485371cb6a25eeeedca31fb08037 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
