Skip to content
Commits on Source (3)
openlayers (2.13.1+ds2-5) UNRELEASED; urgency=medium
openlayers (2.13.1+ds2-5) unstable; urgency=medium
* Change priority from extra to optional.
* Bump Standards-Version to 4.1.5, changes: priority.
......@@ -9,8 +9,10 @@ openlayers (2.13.1+ds2-5) UNRELEASED; urgency=medium
* Update Vcs-* URLs for Salsa.
* Drop obsolete get-orig-source target.
* Strip trailing whitespace from control & rules files.
* Update lintian overrides for source-is-missing.
* Change section from web to javascript.
-- Bas Couwenberg <sebastic@debian.org> Sun, 24 Sep 2017 13:16:54 +0200
-- Bas Couwenberg <sebastic@debian.org> Fri, 20 Jul 2018 22:06:18 +0200
openlayers (2.13.1+ds2-4) unstable; urgency=medium
......
......@@ -2,7 +2,7 @@ Source: openlayers
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
Bas Couwenberg <sebastic@debian.org>
Section: web
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 9),
python
......
# False positive on long line for CSSStyleSubject.cssProperties.
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.
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 *
# 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 *