[Pkg-javascript-commits] [leaflet-markercluster] 49/49: Prepare for release: Update changelog, control file and copyright hints.
Jonas Smedegaard
js at moszumanska.debian.org
Tue Jan 28 17:54:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit f3a4ff727a821eaff30da0912a8192787f550ede
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Jan 28 18:48:41 2014 +0100
Prepare for release: Update changelog, control file and copyright hints.
---
debian/changelog | 18 ++++++++++++++++
debian/control | 7 +++---
debian/copyright_hints | 58 ++++++++++++++++++++++++++++++++++++++++++--------
3 files changed, 71 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fcf6efd..882d013 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+leaflet-markercluster (0.4~dfsg-1) unstable; urgency=medium
+
+ [ upstream ]
+ * new release.
+ + Works with leaflet 0.7.1+.
+ Closes: bug#733116. Thanks to Martín Ferrari.
+
+ [ Jonas Smedegaard ]
+ * Move packaging to pkg-javascript team.
+ * Depend on (not recommend) leaflet, and tighten to recent versions.
+ * Improve example files path fixing (i.e. Debian relative paths
+ instead of CDN) to be version-agnostic.
+ * Update copyright file: Cover newly included convenience code copies.
+ * Unfuzz and update patch 2001.
+ * Add patch 2002 to adapt build script to support Uglifyjs 1.x.
+
+ -- Jonas Smedegaard <dr at jones.dk> Tue, 28 Jan 2014 18:41:34 +0100
+
leaflet-markercluster (0.2~dfsg-1) unstable; urgency=low
* Initial release.
diff --git a/debian/control b/debian/control
index 0dd829f..5a748ed 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,13 @@ Build-Depends: cdbs,
node-jake
Standards-Version: 3.9.5
Homepage: https://github.com/Leaflet/Leaflet.markercluster
-Vcs-Git: git://git.debian.org/collab-maint/leaflet-markercluster
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/leaflet-markercluster.git
+Vcs-Git: git://git.debian.org/pkg-javascript/leaflet-markercluster
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/leaflet-markercluster.git
Package: libjs-leaflet-markercluster
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${cdbs:Depends},
+ ${misc:Depends}
Recommends: ${cdbs:Recommends}
Description: Provides Marker Clustering functionality for Leaflet
Leaflet.markercluster is a plugin for the Leaflet JavaScript library.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 081fdd2..40f4477 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -5,27 +5,30 @@ Source: FIXME
Disclaimer: Autogenerated by CDBS
Files: CHANGELOG.md
+ Jakefile.js
README.md
- build/build.html
build/build.js
build/deps.js
- build/hint.js
build/hintrc.js
debian/README.source
debian/compat
debian/control
debian/control.in
debian/gbp.conf
+ debian/patches/2001-dont-run-jshint-checks.patch
+ debian/patches/2002_use_old_uglifyjs.patch
debian/patches/README
debian/patches/series
debian/source/format
debian/watch
dist/MarkerCluster.Default.css
- dist/MarkerCluster.Default.ie.css
dist/MarkerCluster.css
+ example/geojson-sample.js
+ example/geojson.html
example/marker-clustering-convexhull.html
example/marker-clustering-custom.html
example/marker-clustering-everything.html
+ example/marker-clustering-geojson.html
example/marker-clustering-realworld-maxzoom.388.html
example/marker-clustering-realworld-mobile.388.html
example/marker-clustering-realworld.10000.html
@@ -40,11 +43,42 @@ Files: CHANGELOG.md
example/old-bugs/add-1000-after.html
example/old-bugs/add-markers-offscreen.html
example/old-bugs/add-remove-before-addtomap.html
+ example/old-bugs/animationless-zoom.html
+ example/old-bugs/disappearing-marker-from-spider.html
+ example/old-bugs/doesnt-update-cluster-on-bottom-level.html
example/old-bugs/remove-add-clustering.html
example/old-bugs/remove-when-spiderfied.html
+ example/old-bugs/removelayer-after-remove-from-map.html
example/old-bugs/setView-doesnt-remove.html
example/old-bugs/zoomtoshowlayer-doesnt-need-to-zoom.html
example/screen.css
+ package.json
+ spec/after.js
+ spec/happen.js
+ spec/index.html
+ spec/karma.conf.js
+ spec/suites/AddLayer.MultipleSpec.js
+ spec/suites/AddLayer.SingleSpec.js
+ spec/suites/AddLayersSpec.js
+ spec/suites/ChildChangingIconSupportSpec.js
+ spec/suites/CircleMarkerSupportSpec.js
+ spec/suites/CircleSupportSpec.js
+ spec/suites/DistanceGridSpec.js
+ spec/suites/LeafletSpec.js
+ spec/suites/NonPointSpec.js
+ spec/suites/QuickHullSpec.js
+ spec/suites/RemoveLayerSpec.js
+ spec/suites/SpecHelper.js
+ spec/suites/clearLayersSpec.js
+ spec/suites/eachLayerSpec.js
+ spec/suites/eventsSpec.js
+ spec/suites/getBoundsSpec.js
+ spec/suites/getLayersSpec.js
+ spec/suites/getVisibleParentSpec.js
+ spec/suites/onAddSpec.js
+ spec/suites/onRemoveSpec.js
+ spec/suites/spiderfySpec.js
+ spec/suites/zoomAnimationSpec.js
src/DistanceGrid.js
src/MarkerCluster.Spiderfier.js
Copyright: *No copyright*
@@ -57,6 +91,14 @@ Copyright:
License: UNKNOWN
FIXME
+Files: spec/sinon.js
+Copyright: 2010-2013, Christian Johansen
+ 2010-2013, Christian Johansen, christian at cjohansen.no
+ 2011, Sven Fuchs, Christian Johansen
+ 2012, Maximilian Antoni
+License: BSD-2-clause
+ FIXME
+
Files: MIT-LICENCE.txt
Copyright: 2012, David Leaver
License: Expat
@@ -73,15 +115,13 @@ Copyright: 2010-2011, 2013 Jonas Smedegaard <dr at jones.dk>
License: GPL-3+
FIXME
-Files: Jakefile.js
-Copyright: + build.uglify(content)
- + content
- = '/*\n 2012, Smartrak, David Leaver\n' +
+Files: src/copyright.js
+Copyright: 2012-2013, Dave Leaver, smartrak
License: UNKNOWN
FIXME
-Files: debian/patches/2001-dont-run-jshint-checks.patch
-Copyright: = '/*\n 2012, Smartrak, David Leaver\n' +
+Files: spec/expect.js
+Copyright: Joyent, MIT license)
License: UNKNOWN
FIXME
--
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