debian/0000755000000000000000000000000012235475473007202 5ustar debian/mml2json.10000644000000000000000000000050012210417132010775 0ustar .TH CARTO 1 "January 27, 2013" .SH NAME mml2json \- Cascadenik map definition xml to json converter .SH SYNOPSIS .B mml2json [ options ] file.mml .SH DESCRIPTION .PP \fBmml2json\fP is a program which converts MML Cascadenik map definition from XML format to JSON format. .PP The MML in JSON format is written to stdout. debian/docs0000644000000000000000000000001212210417132010023 0ustar README.md debian/manpages0000644000000000000000000000003612232573362010710 0ustar man/carto.1 debian/mml2json.1 debian/watch0000644000000000000000000000026512210417301010211 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-carto-$1.tar.gz/,dversionmangle=s/\+ds[\d]*$// \ https://github.com/mapbox/carto/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000167112235475352010606 0ustar Source: node-carto Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper (>= 8~) , dh-buildinfo , nodejs Standards-Version: 3.9.4 Homepage: http://github.com/mapbox/carto Vcs-Git: git://anonscm.debian.org/collab-maint/node-carto.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-carto.git Package: node-carto Architecture: all Breaks: carto (<< 0.9.5) Replaces: carto (<< 0.9.5) Depends: ${misc:Depends} , nodejs , node-xml2js , node-underscore , mapnik-reference , node-optimist Recommends: node-millstone Description: Mapnik stylesheet compiler Carto is a stylesheet renderer for Mapnik. It's an evolution of the Cascadenik idea and language, with an emphasis on speed and flexibility. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000166212232574204011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: carto Files: * Copyright: © MapBox License: Apache-2.0 Files: debian/* Copyright: © 2011-2012, David Paleino License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". debian/links0000644000000000000000000000014312232573243010232 0ustar usr/lib/nodejs/carto/bin/carto usr/bin/carto usr/lib/nodejs/carto/bin/mml2json.js usr/bin/mml2json debian/install0000644000000000000000000000012512232566354010565 0ustar lib usr/lib/nodejs/carto bin usr/lib/nodejs/carto package.json usr/lib/nodejs/carto debian/source/0000755000000000000000000000000012210417132010457 5ustar debian/source/format0000644000000000000000000000001412210417132011665 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212210417132010355 0ustar 8 debian/rules0000755000000000000000000000055612232574166010264 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 sed -i '1c#!/usr/bin/nodejs' $(CURDIR)/debian/node-carto/usr/lib/nodejs/carto/bin/* override_dh_installchangelogs: dh_installchangelogs -- CHANGELOG.md override_dh_auto_build: override_dh_auto_test: debian/changelog0000644000000000000000000000362012235475473011055 0ustar node-carto (0.9.5-2) unstable; urgency=low * Breaks and replaces carto (<< 0.9.5) (Closes: #728561) -- Jérémy Lal Sun, 03 Nov 2013 17:34:37 +0100 node-carto (0.9.5-1) unstable; urgency=low * New upstream version * Drop repackaging, not needed * Add a manpage for mml2json.js * Canonicalize Vcs fields * Build-Depends nodejs, so it's available where installable * Depends node-optimist, mapnik-reference * Loosen nodejs dependency * Watch github * Remove unneeded patches (all), rewrite node shebang on install -- Jérémy Lal Sat, 26 Oct 2013 01:04:03 +0200 node-carto (0.4.6+ds1-3) unstable; urgency=low * Add missing Recommends on node-millstone * Fix wrong dependency on nodejs -- David Paleino Thu, 20 Sep 2012 10:58:13 +0200 node-carto (0.4.6+ds1-2) unstable; urgency=low * Migrate from node to nodejs (Closes: #686897) * Standards-Version bump to 3.9.4, no changes needed -- David Paleino Thu, 20 Sep 2012 10:49:12 +0200 node-carto (0.4.6+ds1-1) unstable; urgency=low * New upstream version * Standards-Version bump to 3.9.3, no changes needed * Fix Homepage link (Closes: #655725) * Update debian/copyright -- David Paleino Thu, 22 Mar 2012 19:51:09 +0100 node-carto (0.4.5+ds1-1) unstable; urgency=low * New upstream version -- David Paleino Fri, 30 Dec 2011 13:00:26 +0100 node-carto (0.4.3+ds1-2) unstable; urgency=low [ Andrew Harvey ] * Added carto man page. -- David Paleino Fri, 18 Nov 2011 18:12:03 +0100 node-carto (0.4.3+ds1-1) unstable; urgency=low * New upstream version -- David Paleino Wed, 16 Nov 2011 22:02:47 +0100 node-carto (0.4.2+ds1-1) unstable; urgency=low * Initial release (Closes: #646401) -- David Paleino Sun, 23 Oct 2011 23:45:25 +0200