[Pkg-javascript-commits] [leaflet-markercluster] 10/10: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Sun Oct 22 17:29:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/1.1.0_dfsg-1
in repository leaflet-markercluster.

commit 2d0cfe7a21ec310926abdcc7364b1eeadb528d96
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Oct 22 19:26:37 2017 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 21 +++++++++++++++++++++
 debian/control         | 12 ++++++------
 debian/copyright_hints | 16 +++++++++++++---
 3 files changed, 40 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f92402..ffcff7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+leaflet-markercluster (1.1.0~dfsg-1) experimental; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+
+  [ Jonas Smedegaard ]
+  * Update watch file: Use substitution strings.
+  * Tighten lintian overrides regarding License-Reference.
+  * Drop obsolete lintian override regarding debhelper 9.
+  * Fix use package section javascript (not web).
+  * Update to use package optional (not extra).
+  * Modernize Vcs-* fields:
+    + Consistently use git (not cgit) in path.
+    + Consistently use .git suffix in path.
+  * Declare compliance with Debian Policy 4.1.1.
+  * Update package relations:
+    + Relax to build-depend unversioned on node-uglify: Needed version
+      satisfied even in oldstable.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 22 Oct 2017 19:26:32 +0200
+
 leaflet-markercluster (1.0.4~dfsg-1) experimental; urgency=medium
 
   * Modernize cdbs:
diff --git a/debian/control b/debian/control
index 9a7a5ce..2d29306 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
 Source: leaflet-markercluster
-Section: web
-Priority: extra
+Section: javascript
+Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Andrew Harvey <andrew.harvey4 at gmail.com>,
  Jonas Smedegaard <dr at jones.dk>
 Build-Depends: cdbs,
  debhelper,
  dh-buildinfo,
- node-uglify (>= 2),
+ node-uglify,
  node-jake
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Homepage: https://github.com/Leaflet/Leaflet.markercluster
-Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/leaflet-markercluster
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/leaflet-markercluster.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/leaflet-markercluster.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/leaflet-markercluster.git
 
 Package: libjs-leaflet-markercluster
 Architecture: all
diff --git a/debian/copyright_hints b/debian/copyright_hints
index c2214f5..5ded0f0 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -23,7 +23,6 @@ Files: CHANGELOG.md
  debian/patches/README
  debian/patches/series
  debian/source/format
- debian/source/lintian-overrides
  debian/watch
  dist/MarkerCluster.Default.css
  dist/MarkerCluster.css
@@ -46,6 +45,7 @@ Files: CHANGELOG.md
  spec/suites/DistanceGridSpec.js
  spec/suites/LeafletSpec.js
  spec/suites/NonPointSpec.js
+ spec/suites/PaneSpec.js
  spec/suites/QuickHullSpec.js
  spec/suites/RefreshSpec.js
  spec/suites/RememberOpacity.js
@@ -60,6 +60,7 @@ Files: CHANGELOG.md
  spec/suites/getLayersSpec.js
  spec/suites/getVisibleParentSpec.js
  spec/suites/markerMoveSupportSpec.js
+ spec/suites/nonIntegerZoomSpec.js
  spec/suites/onAddSpec.js
  spec/suites/onRemoveSpec.js
  spec/suites/removeLayersSpec.js
@@ -85,6 +86,7 @@ Files: example/geojson.html
  example/marker-clustering-dragging.html
  example/marker-clustering-everything.html
  example/marker-clustering-geojson.html
+ example/marker-clustering-pane.html
  example/marker-clustering-singlemarkermode.html
  example/marker-clustering-spiderfier.html
  example/marker-clustering-zoomtobounds.html
@@ -104,7 +106,7 @@ Files: example/geojson.html
  example/old-bugs/zoomtoshowlayer-doesnt-need-to-zoom.html
  example/old-bugs/zoomtoshowlayer-doesnt-zoom-if-centered-on.html
  example/remove-geoJSON-when-spiderfied.html
-Copyright: <a href="http:osm.org/copyright">OpenStreetMap</a> contributors'
+Copyright: <a href="https:www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
 License: UNKNOWN
  FIXME
 
@@ -113,7 +115,7 @@ Files: example/marker-clustering-realworld-maxzoom.388.html
  example/marker-clustering-realworld.10000.html
  example/marker-clustering-realworld.388.html
  example/marker-clustering-realworld.50000.html
-Copyright: <a href="http:osm.org/copyright">OpenStreetMap</a> contributors, Points &copy 2012 LINZ'
+Copyright: <a href="https:www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, Points &copy 2012 LINZ'
 License: UNKNOWN
  FIXME
 
@@ -151,6 +153,14 @@ Copyright: 2012-2013, Dave Leaver, smartrak
 License: UNKNOWN
  FIXME
 
+Files: debian/source/lintian-overrides
+Copyright: GPL-2+
+  GPL-3+
+  gpl-2+
+  gpl-3+
+License: UNKNOWN
+ FIXME
+
 Files: spec/expect.js
 Copyright: Joyent, MIT license)
 License: UNKNOWN

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git



More information about the Pkg-javascript-commits mailing list