debian/0000755000000000000000000000000012213721163007164 5ustar debian/patches/0000755000000000000000000000000012213721024010607 5ustar debian/patches/00-fix_schema_path.patch0000644000000000000000000000121312213720656015176 0ustar From: David Paleino Subject: move schema.sql out of NodeJS module path Origin: vendor Forwarded: no --- lib/mbtiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/mbtiles.js +++ b/lib/mbtiles.js @@ -127,7 +127,7 @@ var mbtiles = this; mbtiles._exists('tiles', function(err, exists) { if (exists) return callback(null); - fs.readFile(__dirname + '/schema.sql', 'utf8', function(err, sql) { + fs.readFile('/usr/share/node-mbtiles/schema.sql', 'utf8', function(err, sql) { if (err) return callback(err); mbtiles._db.exec(sql, callback); }); debian/patches/series0000644000000000000000000000003112210751300012013 0ustar 00-fix_schema_path.patch debian/docs0000644000000000000000000000001212210751100010017 0ustar README.md debian/watch0000644000000000000000000000023712210751100010206 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-mbtiles-$1.tar.gz/ \ https://github.com/mapbox/node-mbtiles/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000207112210752507010572 0ustar Source: node-mbtiles Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper (>= 8~) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/mapbox/node-mbtiles Vcs-Git: git://anonscm.debian.org/collab-maint/node-mbtiles.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-mbtiles.git Package: node-mbtiles Architecture: all Depends: ${misc:Depends} , nodejs , node-sqlite3 (>= 2.1.1) , node-sphericalmercator (>= 1.0.1) Description: Tilelive store for writing to MBTiles format - Node.js module node-mbtiles implements the tilelive API and as such is a registerable tilestore URI protocol handler for writing to MBTiles format. . MBTiles is a specification for storing tiled map data in SQLite databases for immediate usage and for transfer. . node-tilelive is an interface for tile backends for Node.js. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000470012210751100011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/mapbox/node-mbtiles Files: * Copyright: © 2011, Development Seed License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - 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. - Neither the name "Development Seed" nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . 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. Files: debian/* Copyright: © 2011-2012, David Paleino License: GPL-2+ This package 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 package 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 . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/install0000644000000000000000000000015112213721013010544 0ustar lib/*.js usr/lib/nodejs/mbtiles/lib package.json usr/lib/nodejs/mbtiles lib/*.sql usr/share/node-mbtiles debian/source/0000755000000000000000000000000012210751100010453 5ustar debian/source/format0000644000000000000000000000001412210751100011661 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212210751100010351 0ustar 8 debian/rules0000755000000000000000000000034712210751100010237 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_install: dh_install dh_buildinfo override_dh_installchangelogs: dh_installchangelogs -- CHANGELOG.md debian/changelog0000644000000000000000000000314212213721163011036 0ustar node-mbtiles (0.3.2-2) unstable; urgency=low * Fix installation of schema.sql into /usr/share/node-mbtiles -- Jérémy Lal Wed, 11 Sep 2013 00:51:31 +0200 node-mbtiles (0.3.2-1) unstable; urgency=low * New upstream version + mbpipe, mbcheck, mbrekey, mbcompact executables are removed * Update install and patches to not install executables * control: + fix Homepage + loosen nodejs dependency + remove dependencies on node-step, node-underscore, node-optimist + canonicalize Vcs fields + rewrite short and long descriptions * copyright: + add Source field + use keyword BSD-3-clause -- Jérémy Lal Mon, 02 Sep 2013 02:02:39 +0200 node-mbtiles (0.2.3-2) unstable; urgency=low * Migrate from node to nodejs (Closes: #686900) * Standards-Version bump to 3.9.4, no changes needed -- David Paleino Thu, 20 Sep 2012 12:18:14 +0200 node-mbtiles (0.2.3-1) unstable; urgency=low * New upstream version -- David Paleino Sun, 08 Apr 2012 22:28:39 +0200 node-mbtiles (0.2.1-1) unstable; urgency=low * New usptream version * Bump runtime dependencies * Standards-Version bump to 3.9.3, no changes needed * Update debian/copyright -- David Paleino Thu, 22 Mar 2012 22:22:04 +0100 node-mbtiles (0.1.17-1) unstable; urgency=low * New upstream version -- David Paleino Wed, 16 Nov 2011 22:29:34 +0100 node-mbtiles (0.1.13-1) unstable; urgency=low * Initial release -- David Paleino Wed, 26 Oct 2011 11:17:07 +0200