Bas Couwenberg pushed to branch master at Debian GIS Project / grass
Commits: faa570fd by Bas Couwenberg at 2020-08-03T17:04:47+02:00 Include demolocation in grass-core. - - - - - 1a230bf9 by Bas Couwenberg at 2020-08-03T17:38:11+02:00 Add lintian overrides for breakout-link. - - - - - fc0ab1e0 by Bas Couwenberg at 2020-08-03T17:41:27+02:00 Add patch to fix spelling errors. - - - - - 8 changed files: - debian/changelog - debian/grass-core.install - debian/grass-core.lintian-overrides - debian/grass-doc.lintian-overrides - debian/grass-gui.lintian-overrides - debian/patches/series - + debian/patches/spelling-errors.patch - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +grass (7.8.3-2) UNRELEASED; urgency=medium + + * Include demolocation in grass-core. + * Add lintian overrides for breakout-link. + * Add patch to fix spelling errors. + + -- Bas Couwenberg <[email protected]> Mon, 03 Aug 2020 17:04:44 +0200 + grass (7.8.3-1) unstable; urgency=medium * New upstream release. ===================================== debian/grass-core.install ===================================== @@ -1,6 +1,7 @@ usr/bin/grass78 usr/bin/x-grass78 usr/lib/grass78/bin +usr/lib/grass78/demolocation usr/lib/grass78/driver usr/lib/grass78/etc usr/lib/grass78/fonts ===================================== debian/grass-core.lintian-overrides ===================================== @@ -51,3 +51,6 @@ package-contains-documentation-outside-usr-share-doc usr/lib/grass*/etc/license # https://trac.osgeo.org/grass/ticket/3786 file-references-package-build-path +# Not a problem +breakout-link * + ===================================== debian/grass-doc.lintian-overrides ===================================== @@ -7,3 +7,6 @@ manpage-has-errors-from-man * # Executable is in /usr/lib/grass??/bin/ manpage-without-executable usr/share/man/man1/* +# Not a problem +breakout-link * + ===================================== debian/grass-gui.lintian-overrides ===================================== @@ -1,3 +1,6 @@ # Not a problem package-contains-documentation-outside-usr-share-doc usr/lib/grass*/gui/wxpython/README +# Not a problem +breakout-link * + ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ pager instdir no-fail-html.patch jquery.patch +spelling-errors.patch ===================================== debian/patches/spelling-errors.patch ===================================== @@ -0,0 +1,16 @@ +Description: Fix spelling errors. + * bounaries -> boundaries +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/OSGeo/grass/pull/871 + +--- a/scripts/r.mask/r.mask.html ++++ b/scripts/r.mask/r.mask.html +@@ -9,7 +9,7 @@ for example when used in a module as an + + The MASK will block out certain areas of a raster map from analysis and/or + display, by "hiding" them from sight of other GRASS modules. Data falling +-within the bounaries of the MASK can be modified and operated upon by other ++within the boundaries of the MASK can be modified and operated upon by other + GRASS raster modules; data falling outside the MASK is treated as if it were NULL. + <p> + Because the MASK is actually only a reclass map named "MASK", it can be ===================================== debian/rules ===================================== @@ -208,8 +208,7 @@ install-arch-stamp: debian/tmp/usr/lib/$(BASE_NAME)/contributors.csv \ debian/tmp/usr/lib/$(BASE_NAME)/contributors_extra.csv \ debian/tmp/usr/lib/$(BASE_NAME)/translation_status.json \ - debian/tmp/usr/lib/$(BASE_NAME)/translators.csv \ - debian/tmp/usr/lib/$(BASE_NAME)/demolocation/ + debian/tmp/usr/lib/$(BASE_NAME)/translators.csv # Move image files from /usr/lib/$(BASE_NAME) to /usr/share/$(BASE_NAME) mkdir -p debian/tmp/usr/share/$(BASE_NAME)/gui View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/compare/5cfcfbbe5ab8bb41f919eeef3069efc014271c8b...fc0ab1e07727f3fefa4a125524e67420efee0fde -- View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/compare/5cfcfbbe5ab8bb41f919eeef3069efc014271c8b...fc0ab1e07727f3fefa4a125524e67420efee0fde 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
