[Pkg-osm-commits] [SCM] leaflet branch, master, updated. debian/0.4.5-1-8-gb691156

Jonas Smedegaard dr at jones.dk
Fri Jan 11 15:25:51 UTC 2013


The following commit has been merged in the master branch:
commit b691156da779ba632915fa7207196f77915eb68f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jan 11 16:25:42 2013 +0100

    Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index 36fa10b..9deed80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+leaflet (0.4.5-2) UNRELEASED; urgency=low
+
+  * Update upstream URLs to reflect new Homepage and development project
+    home.
+  * Shorten Vcs-Git URL in control file.
+  * Update short and long description based on upstream texts.
+  * 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.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 11 Jan 2013 16:05:50 +0100
+
 leaflet (0.4.5-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index c869a3e..287ceab 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,29 @@ Priority: extra
 Maintainer: Debian OpenStreetMap Team <pkg-osm-maint at lists.alioth.debian.org>
 Uploaders: Andrew Harvey <andrew.harvey4 at gmail.com>,
  Jonas Smedegaard <dr at jones.dk>
-Build-Depends: cdbs (>= 0.4.106~),
+Build-Depends: devscripts,
+ cdbs (>= 0.4.106~),
  debhelper,
  dh-buildinfo,
  node-uglify,
  node-jake
 Standards-Version: 3.9.3
-Homepage: http://leaflet.cloudmade.com/
-Vcs-Git: git://git.debian.org/pkg-osm/leaflet.git
+Homepage: http://leafletjs.com/
+Vcs-Git: git://git.debian.org/pkg-osm/leaflet
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-osm/leaflet.git
 
 Package: libjs-leaflet
 Architecture: all
 Depends: ${misc:Depends}
 Recommends: javascript-common
-Description: JavaScript library for displaying map data in web browsers
- Leaflet is a modern JavaScript library for interactive maps on both desktop
- and mobile browsers by CloudMade.
-
+Description: JavaScript library for mobile-friendly interactive maps
+ Leaflet is a modern JavaScript library for mobile-friendly interactive
+ maps.  Weighing just about 27 KB of JS code, it has all the features
+ most developers ever need for online maps.
+ .
+ Leaflet is designed with simplicity, performance and usability in mind.
+ It works efficiently across all major desktop and mobile platforms out
+ of the box, taking advantage of HTML5 and CSS3 on modern browsers while
+ still being accessible on older ones. It can be extended with many
+ plugins, has a beautiful, easy to use and well-documented API and a
+ simple, readable source code that is a joy to contribute to.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index b6e63a0..8fff444 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -11,6 +11,7 @@ Files: CHANGELOG.md
  build/deps.js
  build/hint.js
  build/hintrc.js
+ debian/README.source
  debian/compat
  debian/control
  debian/control.in
@@ -163,19 +164,19 @@ Files: LICENSE
 Copyright: 2010-2011, CloudMade, Vladimir Agafonkin
   HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL
   HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
-License: BSD (2 clause)
- FIXME
-
-Files: debian/rules
-Copyright: 2010-2011, Jonas Smedegaard <dr at jones.dk>
-  2011, Andrew Harvey <andrew.harvey4 at gmail.com>
-License: GPL-2+
+License: BSD-2-clause
  FIXME
 
 Files: spec/jasmine/MIT.LICENSE
 Copyright: 2008-2011, Pivotal Labs
   HOLDERS BE
-License: MIT/X11 (BSD like)
+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: Jakefile.js

-- 
JavaScript library for displaying map data in web browsers



More information about the Pkg-osm-commits mailing list