Bas Couwenberg pushed to branch master at Debian GIS Project / saga
Commits: 76fe3096 by Bas Couwenberg at 2020-03-19T20:43:40+01:00 Bump debhelper compat to 10. Changes: - Drop --parallel option, enabled by default - Don't explicitly enable autoreconf, enabled by default - Drop dh-autoreconf build dependency - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/control.in - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,10 @@ saga (7.3.0+dfsg-4) UNRELEASED; urgency=medium * Drop Name field from upstream metadata. * Bump Standards-Version to 4.5.0, no changes. + * Bump debhelper compat to 10, changes: + - Drop --parallel option, enabled by default + - Don't explicitly enable autoreconf, enabled by default + - Drop dh-autoreconf build dependency -- Bas Couwenberg <[email protected]> Mon, 09 Dec 2019 09:43:00 +0100 ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +10 ===================================== debian/control ===================================== @@ -4,8 +4,7 @@ Uploaders: Johan Van de Wauw <[email protected]>, Francesco Paolo Lovergine <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 10~), dh-python, libdxflib-dev, libexpat-dev, ===================================== debian/control.in ===================================== @@ -4,8 +4,7 @@ Uploaders: Johan Van de Wauw <[email protected]>, Francesco Paolo Lovergine <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 10~), dh-python, libdxflib-dev, libexpat-dev, ===================================== debian/rules ===================================== @@ -15,7 +15,7 @@ templates: done %: - dh $@ --with python3 --with autoreconf --parallel + dh $@ --with python3 override_dh_clean: dh_clean src/saga_core/saga_api/saga_api.py saga_cmd.1 saga_gui.1 View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/76fe309607f56eef600627230386d2ca95e98537 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/76fe309607f56eef600627230386d2ca95e98537 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
