Bas Couwenberg pushed to branch master at Debian GIS Project / openlayers
Commits: 81c1bd46 by Bas Couwenberg at 2022-11-28T16:38:59+01:00 Add Rules-Requires-Root to control file. - - - - - e7e5fa26 by Bas Couwenberg at 2022-11-28T16:55:14+01:00 Update lintian overrides. - - - - - 3 changed files: - debian/changelog - debian/control - debian/source/lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -5,6 +5,7 @@ openlayers (2.13.1+ds2-9) UNRELEASED; urgency=medium * Update lintian overrides. * Bump Standards-Version to 4.6.1, no changes. * Bump debhelper compat to 12, no changes. + * Add Rules-Requires-Root to control file. -- Bas Couwenberg <[email protected]> Fri, 06 Nov 2020 19:38:42 +0100 ===================================== debian/control ===================================== @@ -10,6 +10,7 @@ Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/openlayers Vcs-Git: https://salsa.debian.org/debian-gis-team/openlayers.git Homepage: http://openlayers.org/two/ +Rules-Requires-Root: no Package: libjs-openlayers Architecture: all ===================================== debian/source/lintian-overrides ===================================== @@ -1,8 +1,9 @@ # False positive on long lines -source-is-missing examples/*.html * -source-is-missing examples/*.js * -source-is-missing lib/OpenLayers/Lang/*.js * -source-is-missing tests/*.html * -source-is-missing tests/data/*.js * -source-is-missing tests/speed/*.js * +source-is-missing [doc/*.html] +source-is-missing [doc/*.js] +source-is-missing [examples/*.html] +source-is-missing [examples/*.js] +source-is-missing [lib/OpenLayers/Lang/*.js] +source-is-missing [tests/*.html] +source-is-missing [tests/data/*.js] View it on GitLab: https://salsa.debian.org/debian-gis-team/openlayers/-/compare/322963f92b30c269f624b29829e1308a10b01321...e7e5fa264e95b99e2e226a35be1ce6fbc648591e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/openlayers/-/compare/322963f92b30c269f624b29829e1308a10b01321...e7e5fa264e95b99e2e226a35be1ce6fbc648591e 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
