Bas Couwenberg pushed to branch master at Debian GIS Project / pyosmium
Commits: eddae092 by Bas Couwenberg at 2023-08-11T13:08:38+02:00 Remove generated files in clean target. - - - - - 0a9c14df by Bas Couwenberg at 2023-08-11T13:14:17+02:00 Update lintian overrides. - - - - - 4 changed files: - debian/changelog - + debian/clean - − debian/pyosmium.lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyosmium (3.6.0-3) UNRELEASED; urgency=medium + + * Remove generated files in clean target. + * Update lintian overrides. + + -- Bas Couwenberg <[email protected]> Fri, 11 Aug 2023 13:08:37 +0200 + pyosmium (3.6.0-2) unstable; urgency=medium * Bump debhelper compat to 13. ===================================== debian/clean ===================================== @@ -0,0 +1,2 @@ +doc/_build/ +src/*-info/ ===================================== debian/pyosmium.lintian-overrides deleted ===================================== @@ -1,2 +0,0 @@ -# False positive -groff-message * warning: cannot select font * ===================================== debian/rules ===================================== @@ -21,11 +21,6 @@ export VERBOSE=1 --buildsystem pybuild \ --with python3,sphinxdoc -override_dh_clean: - dh_clean - - $(RM) -r doc/_build - override_dh_auto_build-indep: dh_auto_build --indep View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/compare/5e6dc990766e2baff1b66219526d2adbabe5ebb4...0a9c14df2d8329ab36e6fcb23439447b6218e58c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/compare/5e6dc990766e2baff1b66219526d2adbabe5ebb4...0a9c14df2d8329ab36e6fcb23439447b6218e58c 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
