Bas Couwenberg pushed to branch master at Debian GIS Project / pyninjotiff
Commits: 1b02532e by Bas Couwenberg at 2023-08-30T18:25:22+02:00 Switch to dh-sequence-*. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -6,6 +6,7 @@ pyninjotiff (0.4.0-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]> Thu, 22 Dec 2022 10:01:47 +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-dask, ===================================== debian/rules ===================================== @@ -10,4 +10,4 @@ rm -rf "{destdir}"/usr/lib/python3*/*-packages/pyninjotiff/*ninjotif*example*; \ chmod -x "{destdir}"/usr/lib/python3*/*-packages/pyninjotiff/ninjotiff.py %: - dh $@ --with python3,numpy3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/commit/1b02532e694ecb2f710ae284172778abcec69407 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/commit/1b02532e694ecb2f710ae284172778abcec69407 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
