diff -Nru openlayers-2.13.1+ds2/debian/changelog openlayers-2.13.1+ds2/debian/changelog --- openlayers-2.13.1+ds2/debian/changelog 2015-12-22 17:09:13.000000000 +0000 +++ openlayers-2.13.1+ds2/debian/changelog 2016-05-06 17:03:55.000000000 +0000 @@ -1,3 +1,10 @@ +openlayers (2.13.1+ds2-3) unstable; urgency=medium + + * Update Vcs-Git URL to use HTTPS. + * Bump Standards-Version to 3.9.8, no changes. + + -- Bas Couwenberg Fri, 06 May 2016 19:03:50 +0200 + openlayers (2.13.1+ds2-2) unstable; urgency=medium * Update GitHub URL for OpenLayers 2.x. diff -Nru openlayers-2.13.1+ds2/debian/control openlayers-2.13.1+ds2/debian/control --- openlayers-2.13.1+ds2/debian/control 2015-12-22 17:09:13.000000000 +0000 +++ openlayers-2.13.1+ds2/debian/control 2016-05-06 17:02:20.000000000 +0000 @@ -8,9 +8,9 @@ python Build-Depends-Indep: node-uglify, naturaldocs -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/openlayers.git -Vcs-Git: git://anonscm.debian.org/pkg-grass/openlayers.git +Vcs-Git: https://anonscm.debian.org/git/pkg-grass/openlayers.git Homepage: http://openlayers.org/two/ Package: libjs-openlayers diff -Nru openlayers-2.13.1+ds2/debian/source.lintian-overrides openlayers-2.13.1+ds2/debian/source.lintian-overrides --- openlayers-2.13.1+ds2/debian/source.lintian-overrides 2015-12-22 17:09:13.000000000 +0000 +++ openlayers-2.13.1+ds2/debian/source.lintian-overrides 2016-05-06 17:02:20.000000000 +0000 @@ -1,8 +1,15 @@ # False positive on long line for CSSStyleSubject.cssProperties. -source: source-contains-prebuilt-javascript-object examples/animator.js line length is * characters * -source: source-is-missing examples/animator.js +openlayers source: insane-line-length-in-source-file examples/animator.js * +openlayers source: source-contains-prebuilt-javascript-object examples/animator.js * +openlayers source: source-is-missing examples/animator.js * # False positive on long lines for translations. -source: source-contains-prebuilt-javascript-object lib/OpenLayers/Lang/*.js line length is * characters * -source: source-is-missing lib/OpenLayers/Lang/*.js +openlayers source: insane-line-length-in-source-file lib/OpenLayers/Lang/*.js * +openlayers source: source-contains-prebuilt-javascript-object lib/OpenLayers/Lang/*.js line length is * characters * +openlayers source: source-is-missing lib/OpenLayers/Lang/*.js * + +# False positive on long lines for test data. +openlayers source: insane-line-length-in-source-file tests/data/*.js * +openlayers source: source-contains-prebuilt-javascript-object tests/data/*.js * +openlayers source: source-is-missing tests/data/*.js *