[Pkg-osm-commits] [SCM] leaflet branch, master, updated. debian/0.6.2-1-89-gb1fb903

2013-07-20 Thread Jonas Smedegaard
The following commit has been merged in the master branch:
commit a28658b41086e99b6b6d35d4aec53dae3801f6c6
Merge: 2236291bd1103ff0a6679ddc90123b73f7066ff1 
8cc663a713c0f1e83ef38b5e972c0185d5f7b2d4
Author: Jonas Smedegaard d...@jones.dk
Date:   Sun Jul 21 01:14:37 2013 +0200

Merge tag 'upstream/0.6.3'

Upstream version 0.6.3

# gpg: Signature made søn 21 jul 2013 01:14:33 CEST
# gpg:using RSA key 0x4EC1B722374F9BD6
# gpg: Good signature from Jonas Smedegaard d...@jones.dk
# gpg: aka Jonas Smedegaard jo...@homebase.dk
# gpg: aka Jonas Smedegaard j...@debian.org
# gpg: aka Jonas Smedegaard jo...@dgi-huset.dk
# gpg: aka Jonas Smedegaard jo...@107b.dk
# gpg: aka [jpeg image of size 4165]


-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits

[Pkg-osm-commits] [SCM] leaflet branch, pristine-tar, updated. 7c013d6c0d78e11e797c088f568ba2c4690fc4e9

2013-07-20 Thread Jonas Smedegaard
The following commit has been merged in the pristine-tar branch:
commit 7c013d6c0d78e11e797c088f568ba2c4690fc4e9
Author: Jonas Smedegaard d...@jones.dk
Date:   Sun Jul 21 01:14:33 2013 +0200

pristine-tar data for leaflet_0.6.3.orig.tar.gz

diff --git a/leaflet_0.6.3.orig.tar.gz.delta b/leaflet_0.6.3.orig.tar.gz.delta
new file mode 100644
index 000..b968b49
Binary files /dev/null and b/leaflet_0.6.3.orig.tar.gz.delta differ
diff --git a/leaflet_0.6.3.orig.tar.gz.id b/leaflet_0.6.3.orig.tar.gz.id
new file mode 100644
index 000..6528395
--- /dev/null
+++ b/leaflet_0.6.3.orig.tar.gz.id
@@ -0,0 +1 @@
+18efeb3bdac8088e5942226e60f8a8243cba7728

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.6.3, created. v0.6.3

2013-07-20 Thread Vladimir Agafonkin
The annotated tag, v0.6.3 has been created
at  f907ee5aec8e8aff70b17bb83398bb613ec63cb1 (tag)
   tagging  e9f354053b3afdb20ed1e2fff54bdd31b7ede245 (commit)
  replaces  v0.6.2
 tagged by  Vladimir Agafonkin
on  Wed Jul 17 19:43:03 2013 +0300

- Shortlog 
Version 0.6.3

Aaron Rutkovsky (4):
  Stop transition if element is outside fo the DOM
  Merge branch 'master' into disable_animations_outside_dom
  Stop animation if can't get position from current style
  PosAnimation tests

Christoffer Rosen (1):
  Issue where the tile layer is not reset and updated when redraw is called.

David Beitey (1):
  Allow options to be passed to Map.setMaxBounds such that they can be used 
when setting the view.

John Firebaugh (4):
  Mirror D3 strategy for drag event suppression
  Fire layerremove after removing the layer
  Upload individual asset artifacts
  Fix scrolling popup content on Firefox

Josh Caldwell (1):
  Fix issue with mouse position when page is scrolled

Poisbeau Mathieu (1):
  Update Marker.js

Scooter Wadsworth (2):
  attempt to address regressions from #1684, #1745
  Merge pull request #1 from jec006/fix_mouse_position_relative

Vladimir Agafonkin (68):
  Merge tag 'v0.5' into stable
  add generated coverage to gitignore in stable
  backport the geojson featurecollection arrays fix
  bump version to 0.5.1 and update build
  add package.json for publishing on npm
  merge master for 0.6
  merge master
  add TileLayer maxNativeZoom option for scaling tiles on unsupported 
zooms, close #1798
  fix global map leak
  minor cleanup
  add info about name, minor updates
  Merge pull request #1802 from Leaflet/scaledtiles
  update changelog, close #1819
  fix typo and reorder items in the changelog a bit
  Merge pull request #1833 from danzel/master
  Merge pull request #1826 from scooterw/fix_mouse_position_relative
  Merge pull request #1846 from Leaflet/layerremove
  update build
  update changelog
  Merge pull request #1817 from tofferrosen/patch-1
  update changelog
  Revert Merge pull request #1802 from Leaflet/scaledtiles
  Merge branch 'stable' of https://github.com/Leaflet/Leaflet into stable
  merge master without the scaled tiles commit into stable
  update changelog
  fix typo in changelog
  Merge branch 'master' into stable
  add build uploading to s3 to travis
  fix path in travis artifacts build
  archive dist in travis without root dir
  Merge branch 'master' into stable
  add leaflet prefix to travis build archives, fix .DS_Store inclusion
  Merge branch 'master' into stable
  remove build JS in dist, update readme, close #1354
  don't install travis-artifacts for minor branches and PRs
  merge master (removing built files)
  bump version
  fix geojson not accepting geometry arrays, close #1840
  Merge branch 'master' into stable
  fix marker shadow not zoom animating after setIcon, close #1768
  Merge branch 'master' into stable
  Merge pull request #1851 from freepius44/patch-1
  fixed false FeatureGroup layerremove, close #1847
  Merge branch 'master' into stable
  update changelog
  merge #1834 (passing options to setMaxBounds)
  Merge branch 'master' into stable
  add multipoly getLatLngs, close #1839, update changelog
  Merge branch 'master' into stable
  do not animate zoom if nothing to animate yet, close #1484, close #1845
  Merge pull request #1856 from rutkovsky/disable_animations_outside_dom
  don't do travis artifacts stuff for pull req branches
  put travis sciprts as one line for and conditions to work
  better formatting in travis.yml
  Merge pull request #1858 from danzel/fix-featuregroup-removelayer
  fix fakeStop in IE9, close #1850 hopefully
  break line to fix jshint
  Merge branch 'master' into stable
  fix Map min/maxZoom not overriding TileLayer-derived min/max, close #1848
  update changelog
  Merge branch 'master' into stable
  Try fixing Travis not building pull requests
  Merge pull request #1861 from Leaflet/asset-artifacts
  fix touch styles for leaflet-bar class
  avoid vector flickering on Mac Safari more often, #902
  update changelog and bump version to 0.6.3
  Merge branch 'master' into stable
  forgot to bump version in the source

danzel (4):
  Make setRadius and updateStyle({radius: 123 }) work.
  Remove trailing comma, fixes IE7. Refs #1755
  Fix worldCopyJump if you start zoomed all the way out. Fixes #1831
  Add a few more featuregroup tests and fix regression of removeLayer.

---

-- 
JavaScript library for displaying map data in web browsers


[Pkg-osm-commits] [SCM] leaflet annotated tag, debian/0.6.3-1, created. debian/0.6.3-1

2013-07-20 Thread Jonas Smedegaard
The annotated tag, debian/0.6.3-1 has been created
at  66ef94f41c39950176fd0ddc687a5bda400d27fe (tag)
   tagging  b1fb90335320766145e689dfcec10e1f7edb8cad (commit)
  replaces  upstream/0.6.3
 tagged by  Jonas Smedegaard
on  Sun Jul 21 01:20:36 2013 +0200

- Shortlog 
leaflet Debian release 0.6.3-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCgAGBQJR6xtEAAoJEE7BtyI3T5vWi3UH/RICR3t0pdKzVAw4i/ZS7X9J
WSUcOcANqTdxth34prDpFYkb/AaCTvxw9y15yDGOAaYs0X2ThV9Jwjz/lx09lLMr
B1pv6V9EgeRlz/Px3btQ7PQuQ+Cs+E0+IXBMo9lGMtkWvq9U/6b2PyXKJ16LA1CF
WEAZdyvVOAslepvezAeJLNWdhmMN6w/2GcWxiIC50QELN+DW5VQictL/UZiUgPrU
cyicyhHHekwbeqR9I2rsJohlFjCoBgmUEo9Qktp3ILH8k4pDJuGwU5J+siDe6aqm
3m0Q4+9VWveySdQ/MWJk+ftUh192DdjlQAvvZRCDHGPkmiSoW5a50ELKl8iXS30=
=r9wP
-END PGP SIGNATURE-

Andrew Harvey (13):
  Imported Debian patch 0.2.1-1
  Merge tag 'upstream/0.3'
  updating debian files for 0.3-1 release
  update debian files for 0.3.1-1 release
  Merge tag 'upstream/0.3.1'
  bump to upstream version 0.4.4
  Merge tag 'upstream/0.4.4'
  bump upstream version to 0.4.5
  Merge tag 'upstream/0.4.5'
  bump upstream version to 0.5
  Merge tag 'upstream/0.5'
  refresh patches
  bump dependency versions

David Paleino (1):
  Releasing to sid

Jonas Smedegaard (72):
  Update watch, rules and copyrigh files to directly use github.com URL 
(not githubredir.debian.net or Homepage).
  Tidy control file: newline-delimit build-dependencies.
  Tidy rules file: shorten internal variable; improve header syntactically; 
drop unused parts.
  Fix tighten build-dpendency on cdbs: Needed for recent debhelper support. 
Relax slightly build-dependency on debhelper: Eases backporting.
  Put aside upstream shipped autogenerated files during build (instead of 
stripping and repackaging source tarball). Tighten build-dependency on cdbs: 
Needed for routine to put files aside.
  Tidy rules file: Add commented out hint for fetching snapshot.
  Refresh patch 01, and simplify to minimally needed.
  Update changelog.
  Rename patch 01...diff → 2001...patch.
  Add debian/patches/README documenting numbering micro-policy.
  Add DEP3 header to patch 2001.
  Add patch from upstream VCS to fix non-removable attributions regression.
  Git-ignore quilt .pc subdir to ease git-buildpackage usage.
  Add myself as uploader.
  Bump standards-version to 3.9.3.
  Prepare for release: Update changelog.
  Merge tag 'upstream/0.4'
  Update upstream-tarball hints for new upstream source.
  Update copyright file: Cover new jasmine files,  Expat licensed.
  Drop patch cherry-picked upstream: Included upstream.
  Refresh patch 2001.
  Update copyright file: Extend coverage of main project to include current 
year.
  Update copyright file: Adjust to use standard short name BSD-2-clause.
  Update copyright file: Rewrap License sections at 72 chars.
  Update copyright file: Rephrase reference to GPL to be shorter, and 
reference FSF website (not postal address). Put both in 
pseudo-comment-in-license paragraph (to emphasize them being not verbatim yet 
obey File format 1.0 mandating License paragraph being either single-line or 
include all licensing info).
  Update copyright file: Bump file format to 1.0, and add Github issue 
tracker as upstream contact.
  Add control.in to ease managing package relations.
  Add copyright hints, and skip checking an image.
  Add git-buildpackage config, enabling signed tags and use of pristine-tar.
  Prepare for release: Update changelog and control file.
  Merge tag 'upstream/0.4.2'
  Update upstream-tarball hints for new upstream source.
  Update changelog and copyright hints.
  Prepare for release: Update changelog file and copyright hints.
  Adapt watch file and upstream-tarball hints to use improved upstream 
paths.
  Use anonscm.debian.org for Vcs-Browser field.
  Prepare for release: Update changelog and control file.
  Update upstream URLs to reflect new Homepage and development project home.
  Tidy control file: Shorten Vcs-Git URL.
  Update short and long description based on upstream texts.
  Update upstream-tarball hints for current upstream source.
  Enable copyright check during normal builds. Build-depend on devscripts.
  Extend copyright coverage of packaging, and tighten to GPL-3+ (except 
patch 2001 kept as BSD-2-clause or GPL-2+).
  Add README.source covering use of CDBS and git-buildpackage.
  Update changelog, control file and copyright hints.
  Revert bump dependency versions.
  Minimize patch 2001 to only avoid jslint, not eradicate its use in source.
  Fix typo in patch 2001 header.
  Supress one more image from copyright check.
  Update and extend coverage of main copyright holders,