~ubuntu-branches/ubuntu/utopic/node-millstone/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2011-10-26 11:28:02 UTC
  • Revision ID: package-import@ubuntu.com-20111026112802-orp7fmd2siazx89f
Tags: 0.1.1-1
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: node-millstone
 
2
Section: web
 
3
Priority: extra
 
4
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 
5
Uploaders: David Paleino <dapal@debian.org>
 
6
Build-Depends:
 
7
 debhelper (>= 8~)
 
8
Standards-Version: 3.9.2
 
9
Homepage: https://github.com/mapbox/millstone
 
10
Vcs-Git: git://git.debian.org/collab-maint/node-millstone.git
 
11
Vcs-Browser: http://git.debian.org/?p=collab-maint/node-millstone.git;a=summary
 
12
 
 
13
Package: node-millstone
 
14
Architecture: all
 
15
Depends:
 
16
 ${misc:Depends}
 
17
 , nodejs
 
18
 , node-underscore
 
19
 , node-srs
 
20
 , node-get
 
21
 , node-zipfile
 
22
 , node-step
 
23
 , node-sqlite3
 
24
Description: prepare datasources in an MML file for consumption in Mapnik
 
25
 Millstone contains the logic to prepare datasources in an MML file for
 
26
 consumption by Carto, which expects all datasources and resources to be
 
27
 localized - remote references like URLs and providers are not downloaded
 
28
 when maps are rendered.