[Pkg-javascript-commits] [leaflet-markercluster] 01/02: initial skeleton files to bootstrap the repository

Jonas Smedegaard js at moszumanska.debian.org
Tue Jan 28 17:54:51 UTC 2014


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

js pushed a commit to annotated tag upstream/0.2+dfsg.1
in repository leaflet-markercluster.

commit 887804ce6f161bcb88b7f39f72251fbd8f34ecee
Author: Andrew Harvey <andrew.harvey4 at gmail.com>
Date:   Sat Nov 24 14:53:35 2012 +1100

    initial skeleton files to bootstrap the repository
---
 debian/changelog     |  6 ++++
 debian/compat        |  1 +
 debian/control       | 25 ++++++++++++++++
 debian/control.in    | 21 +++++++++++++
 debian/copyright     | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf      |  5 ++++
 debian/rules         | 62 +++++++++++++++++++++++++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 9 files changed, 206 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..749780d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+leaflet-markercluster (0.2-1) UNRELEASED; urgency=low
+
+  * Initial release.
+  * Closes: #XXXXXX.
+
+ -- Andrew Harvey <andrew.harvey4 at gmail.com>  Sat, 24 Nov 2012 14:51:44 +1100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ceb82ee
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: leaflet-markercluster
+Section: web
+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~),
+ debhelper,
+ dh-buildinfo,
+ node-uglify,
+ node-jake
+Standards-Version: 3.9.3
+Homepage: https://github.com/danzel/Leaflet.markercluster
+Vcs-Git: git://git.debian.org/pkg-grass/leaflet-markercluster.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/leaflet-markercluster.git
+
+Package: libjs-leaflet-markercluster
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: javascript-common,
+ libjs-leaflet (>= 0.4.2)
+Description: Provides Marker Clustering functionality for Leaflet
+ Leaflet.markercluster is a plugin for the Leaflet JavaScript library.
+ .
+ It provides beautiful animated marker clustering functionality for Leaflet.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..d0e3c0a
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,21 @@
+Source: leaflet-markercluster
+Section: web
+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@
+Standards-Version: 3.9.3
+Homepage: https://github.com/danzel/Leaflet.markercluster
+Vcs-Git: git://git.debian.org/pkg-grass/leaflet-markercluster.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/leaflet-markercluster.git
+
+Package: libjs-leaflet-markercluster
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: javascript-common,
+ libjs-leaflet (>= 0.4.2)
+Description: Provides Marker Clustering functionality for Leaflet
+ Leaflet.markercluster is a plugin for the Leaflet JavaScript library.
+ .
+ It provides beautiful animated marker clustering functionality for Leaflet.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..de25641
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,83 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Leaflet.markercluster
+Upstream-Contact: https://github.com/danzel/Leaflet.markercluster/issues
+Source: https://github.com/danzel/Leaflet.markercluster
+
+Files: *
+Copyright: 2012 David Leaver
+License: Expat
+
+Files: debian/*
+Copyright: 2011 Andrew Harvey <andrew.harvey4 at gmail.com>
+License: Expat or BSD-2-clause or GPL-2+
+
+Files: debian/rules
+Copyright: 2011, Andrew Harvey <andrew.harvey4 at gmail.com>
+           2010-2011, Jonas Smedegaard <dr at jones.dk>
+License: GPL-2+
+
+License: BSD-2-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+ .
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the
+     distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 2 of the License, or (at your
+ option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 2 is located
+ in '/usr/share/common-licenses/GPL-2'.
+ .
+ You should have received a copy of the 'GNU General Public License'
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7281f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5fcf429
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,62 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2010, 2011 Jonas Smedegaard <dr at jones.dk>
+# Copyright 2012 Andrew Harvey <andrew.harvey4 at gmail.com>
+# Description: Main Debian packaging script for Leaflet.markercluster
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+-include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+libname = leaflet-markercluster
+pkg = libjs-leaflet-markercluster
+
+# suppress optional build-dependencies
+CDBS_BUILD_DEPENDS_rules_upstream-tarball =
+CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
+
+CDBS_BUILD_DEPENDS += , node-uglify , node-jake
+
+DEB_UPSTREAM_URL = https://github.com/danzel/Leaflet.markercluster/archive
+DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_TARBALL_SRCDIR = Leaflet.markercluster-$(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_TARBALL_MD5 = 1d6184f7757454d8c8bc4ef7d14df34d
+
+# Remove upstream shipped autogenerated files
+DEB_UPSTREAM_REPACKAGE_EXCLUDES = dist/leaflet.markercluster.js dist/leaflet.markercluster-src.js
+
+# Remove upstream shipped example data which has unclear licensing
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += \
+    example/realworld.388.js \
+    example/realworld.10000.js \
+    example/realworld.50000.1.js \
+    example/realworld.50000.2.js
+
+# Remove files which don't do anything
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += .gitignore
+
+js-destdir = /usr/share/javascript/$(libname)
+
+# install files to the js-dest-dir as defined by javascript-common
+DEB_DH_INSTALL_ARGS_$(pkg) = dist/* $(js-destdir)
+
+# install documentation
+DEB_INSTALL_DOCS_ALL_$(pkg) = README.md CHANGELOG.md
+
+DEB_INSTALL_CHANGELOGS_ALL_$(pkg) = CHANGELOG.md
+
+build/$(pkg)::
+	jake
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..cd82cd8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/danzel/Leaflet.markercluster/tags .*/archive/v?(\d[\d\.]+).tar.gz

-- 
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