[Pkg-osm-commits] [SCM] leaflet branch, master, updated. debian/0.5.1-1-2440-gc0c91ef

Jonas Smedegaard dr at jones.dk
Thu Jun 27 01:34:35 UTC 2013


The following commit has been merged in the master branch:
commit c0c91ef4d78f96ae6a68f5f40f46139aabead0ca
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jun 27 02:07:59 2013 +0200

    Prepare for release: Update changelog and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index 245dcfa..6e6c8cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+leaflet (0.6-1) unstable; urgency=low
+
+  [ upstream ]
+  * New release.
+
+  [ Jonas Smedegaard ]
+  * Update README.source to emphasize control.in file as *not* a
+    show-stopper for contributions.
+  * Stop tracking md5sum of upstream tarball.
+  * Update image copyright check suppression.
+  * Update copyright file:
+    + Drop Files section for no longer shipped jasmine.
+    + Add Files section for convenience code copy of sinon.js
+      (derivation of BSD-3-clause) and expect.js (Expat).
+  * Add NEWS entry listing backwards-incompatible changes.
+  * Unfuzz patches.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Thu, 27 Jun 2013 01:44:42 +0200
+
 leaflet (0.5.1-1) unstable; urgency=low
 
   [ upstream ]
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 06ef93e..62ee80d 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -31,6 +31,7 @@ Files: CHANGELOG.md
  debug/map/canvas.html
  debug/map/controls.html
  debug/map/geolocation.html
+ debug/map/iframe.html
  debug/map/image-overlay.html
  debug/map/map-mobile.html
  debug/map/map.html
@@ -41,12 +42,17 @@ Files: CHANGELOG.md
  debug/map/wms.html
  debug/map/zoomlevels.html
  debug/tests/bringtoback.html
+ debug/tests/canvasloop.html
  debug/tests/click_on_canvas.html
  debug/tests/click_on_canvas_broken.html
  debug/tests/opacity.html
+ debug/tests/popupcontextmenuclicks.html
+ debug/tests/remove_while_dragging.html
  debug/tests/removetilewhilepan.html
+ debug/tests/reuse_popups.html
+ debug/tests/set_icon_reuse_dom.html
+ debug/tests/svg_clicks.html
  debug/vector/bounds-extend.html
- debug/vector/editable.html
  debug/vector/feature-group-bounds.html
  debug/vector/geojson-sample.js
  debug/vector/geojson.html
@@ -59,17 +65,20 @@ Files: CHANGELOG.md
  debug/vector/vector-mobile.html
  debug/vector/vector-simple.html
  debug/vector/vector.html
+ dist/images/layers-2x.png
  dist/images/marker-icon.png
  dist/images/marker-shadow.png
  dist/leaflet.css
  dist/leaflet.ie.css
+ package.json
+ spec/after.js
+ spec/before.js
  spec/happen.js
- spec/jasmine/jasmine-html.js
- spec/jasmine/jasmine.css
- spec/jasmine/jasmine.js
- spec/runner.html
+ spec/index.html
+ spec/karma.conf.js
  spec/suites/LeafletSpec.js
  spec/suites/SpecHelper.js
+ spec/suites/control/Control.AttributionSpec.js
  spec/suites/control/Control.LayersSpec.js
  spec/suites/control/Control.ScaleSpec.js
  spec/suites/core/ClassSpec.js
@@ -81,11 +90,21 @@ Files: CHANGELOG.md
  spec/suites/geo/LatLngSpec.js
  spec/suites/geo/ProjectionSpec.js
  spec/suites/geometry/BoundsSpec.js
+ spec/suites/geometry/LineUtilSpec.js
  spec/suites/geometry/PointSpec.js
+ spec/suites/geometry/PolyUtilSpec.js
  spec/suites/geometry/TransformationSpec.js
+ spec/suites/layer/FeatureGroupSpec.js
+ spec/suites/layer/GeoJSONSpec.js
+ spec/suites/layer/LayerGroupSpec.js
+ spec/suites/layer/PopupSpec.js
  spec/suites/layer/TileLayerSpec.js
+ spec/suites/layer/marker/MarkerSpec.js
+ spec/suites/layer/vector/CircleMarkerSpec.js
  spec/suites/layer/vector/CircleSpec.js
+ spec/suites/layer/vector/PolygonSpec.js
  spec/suites/layer/vector/PolylineGeometrySpec.js
+ spec/suites/layer/vector/PolylineSpec.js
  spec/suites/map/MapSpec.js
  src/Leaflet.js
  src/control/Control.Attribution.js
@@ -121,6 +140,7 @@ Files: CHANGELOG.md
  src/geometry/Point.js
  src/geometry/PolyUtil.js
  src/geometry/Transformation.js
+ src/images/layers.svg
  src/images/marker.svg
  src/layer/FeatureGroup.js
  src/layer/GeoJSON.js
@@ -133,6 +153,7 @@ Files: CHANGELOG.md
  src/layer/marker/Marker.Drag.js
  src/layer/marker/Marker.Popup.js
  src/layer/marker/Marker.js
+ src/layer/tile/TileLayer.Anim.js
  src/layer/tile/TileLayer.Canvas.js
  src/layer/tile/TileLayer.WMS.js
  src/layer/tile/TileLayer.js
@@ -144,24 +165,23 @@ Files: CHANGELOG.md
  src/layer/vector/Path.VML.js
  src/layer/vector/Path.js
  src/layer/vector/Polygon.js
- src/layer/vector/Polyline.Edit.js
  src/layer/vector/Polyline.js
  src/layer/vector/Rectangle.js
  src/layer/vector/canvas/Circle.Canvas.js
+ src/layer/vector/canvas/CircleMarker.Canvas.js
  src/layer/vector/canvas/Path.Canvas.js
  src/layer/vector/canvas/Polygon.Canvas.js
  src/layer/vector/canvas/Polyline.Canvas.js
  src/map/Map.js
  src/map/anim/Map.PanAnimation.js
  src/map/anim/Map.ZoomAnimation.js
- src/map/ext/Map.Control.js
  src/map/ext/Map.Geolocation.js
- src/map/ext/Map.Popup.js
  src/map/handler/Map.BoxZoom.js
  src/map/handler/Map.DoubleClickZoom.js
  src/map/handler/Map.Drag.js
  src/map/handler/Map.Keyboard.js
  src/map/handler/Map.ScrollWheelZoom.js
+ src/map/handler/Map.Tap.js
  src/map/handler/Map.TouchZoom.js
 Copyright: *No copyright*
 License: UNKNOWN
@@ -170,10 +190,21 @@ License: UNKNOWN
 Files: dist/leaflet-src.js
  dist/leaflet.js
  src/copyright.js
-Copyright: 2010-2013, Vladimir Agafonkin, CloudMade
+Copyright: 2010-2011, CloudMade
+  2010-2013, Vladimir Agafonkin
 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
+  HOLDER OR CONTRIBUTORS BE LIABLE
+  HOLDERS AND CONTRIBUTORS "AS IS" AND
+License: BSD-2-clause
+ FIXME
+
 Files: LICENSE
 Copyright: 2010-2011, CloudMade
   2010-2013, Vladimir Agafonkin
@@ -182,18 +213,17 @@ Copyright: 2010-2011, CloudMade
 License: BSD-2-clause
  FIXME
 
-Files: spec/jasmine/MIT.LICENSE
-Copyright: 2008-2011, Pivotal Labs
-  HOLDERS BE
-License: Expat
- FIXME
-
 Files: debian/rules
 Copyright: 2010-2013, Jonas Smedegaard <dr at jones.dk>
   2011, Andrew Harvey <andrew.harvey4 at gmail.com>
 License: GPL-3+
  FIXME
 
+Files: spec/expect.js
+Copyright: Joyent, MIT license)
+License: UNKNOWN
+ FIXME
+
 Files: debug/tests/add_remove_layers.html
 Copyright: OpenStreetMap contributors';
 License: UNKNOWN

-- 
JavaScript library for displaying map data in web browsers



More information about the Pkg-osm-commits mailing list