debian/0000755000000000000000000000000012232561660007171 5ustar debian/millstone.10000644000000000000000000000110412232560740011253 0ustar .TH "MILLSTONE" "1" "October 2013" "" "" .SH "NAME" \fBmillstone\fR \- localize carto mml project files .SH SYNOPSIS .P .RS 2 .EX millstone [\-n] millstone \-h .EE .RE .SH DESCRIPTION .P millstone localizes datasources found in a carto mml project file before it is converted into a xml stylesheet usable by mapnik\. .SH OPTIONS .RS 2 .IP \(bu 2 \fB\-n\fR .br Boolean, use unmodified paths instead of symlinking files .IP \(bu 2 \fB\-h\fR .br Show help .RE .SH SEE ALSO .RS 2 .IP \(bu 2 carto(1) .IP \(bu 2 mapnik\-inspect(1) .IP \(bu 2 mapnik\-render(1) .RE debian/docs0000644000000000000000000000003312232552652010041 0ustar README.md architecture.txt debian/manpages0000644000000000000000000000002212232557337010707 0ustar debian/millstone.1debian/watch0000644000000000000000000000023612232550465010224 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-millstone-$1.tar.gz/ \ https://github.com/mapbox/millstone/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000205712232550465010601 0ustar Source: node-millstone Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper (>= 8~), nodejs Standards-Version: 3.9.4 Homepage: https://github.com/mapbox/millstone Vcs-Git: git://anonscm.debian.org/collab-maint/node-millstone.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-millstone.git Package: node-millstone Architecture: all Depends: ${misc:Depends} , nodejs , node-underscore , node-srs , node-request , node-zipfile , node-step , node-sqlite3 , node-mime , node-mkdirp , node-generic-pool , node-optimist Description: prepare datasources in an MML file for consumption in mapnik node-millstone localizes datasources found in a node-carto project file before it is converted into a xml stylesheet usable by mapnik. . Mapnik is an OpenSource C++/Python toolkit for developing GIS applications. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000443112232556772011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: millstone 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: test/data/ne_10m_admin_0_boundary_lines_disputed_areas.zip Copyright: none License: public-domain Natural Earth All versions of Natural Earth raster + vector map data found on this website are in the public domain. You may use the maps in any manner, including modifying the content and design, electronic dissemination, and offset printing. The primary authors, Tom Patterson and Nathaniel Vaughn Kelso, and all other contributors renounce all financial claim to the maps and invites you to use them for personal, educational, and commercial purposes. No permission is needed to use Natural Earth. Crediting the authors is unnecessary. debian/links0000644000000000000000000000007412232556454010242 0ustar usr/lib/nodejs/millstone/bin/millstone usr/bin/millstone debian/install0000644000000000000000000000014012232561653010557 0ustar lib usr/lib/nodejs/millstone bin usr/lib/nodejs/millstone package.json usr/lib/nodejs/millstone debian/millstone.1.md0000644000000000000000000000077212232560736011671 0ustar millstone(1) -- localize carto mml project files ================================================ SYNOPSIS -------- millstone [-n] millstone -h DESCRIPTION ----------- millstone localizes datasources found in a carto mml project file before it is converted into a xml stylesheet usable by mapnik. OPTIONS ------- * `-n` Boolean, use unmodified paths instead of symlinking files * `-h` Show help SEE ALSO -------- * carto(1) * mapnik-inspect(1) * mapnik-render(1) debian/source/0000755000000000000000000000000012232550465010472 5ustar debian/source/format0000644000000000000000000000001412232550465011700 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212232550465010370 0ustar 8 debian/rules0000755000000000000000000000060312232561140010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_install: dh_install sed -i '1c#!/usr/bin/nodejs' $(CURDIR)/debian/node-millstone/usr/lib/nodejs/millstone/bin/millstone # do this when marked-man is available as debian package # override_dh_manpages: # marked-man debian/millstone.1.md > debian/millstone.1 debian/changelog0000644000000000000000000000300412232561564011043 0ustar node-millstone (0.6.8-1) unstable; urgency=low * New upstream version * Canonicalize Vcs fields * Standards-Version 3.9.4 * Rewrite package long description * Watch github * Build-Depends nodejs, or else is uninstallable on some archs. * Match upstream dependencies. Loosen versions, all packages are in testing now. * Install usr/bin/millstone and a manpage for it * Copyright: + remove debian/* paragraph, with permission + add paragraph for naturalearth files used in tests -- Jérémy Lal Fri, 25 Oct 2013 23:32:34 +0200 node-millstone (0.4.0-2) unstable; urgency=low * Add dependency to node-generic-pool (Closes: #667921) -- David Paleino Sat, 07 Apr 2012 18:26:31 +0200 node-millstone (0.4.0-1) unstable; urgency=low * New upstream version * Bump runtime dependencies versions * Standards-Version bump to 3.9.3, no changes needed * Update debian/copyright -- David Paleino Thu, 22 Mar 2012 22:37:35 +0100 node-millstone (0.3.0-1) unstable; urgency=low * New upstream version * Added dependency to node-mime -- David Paleino Sat, 31 Dec 2011 12:12:44 +0100 node-millstone (0.2.2-1) unstable; urgency=low * New upstream version * Install libraries in /usr/lib/nodejs/millstone/ -- David Paleino Wed, 16 Nov 2011 22:34:23 +0100 node-millstone (0.1.1-1) unstable; urgency=low * Initial release -- David Paleino Wed, 26 Oct 2011 11:28:02 +0200