File: control

package info (click to toggle)
node-mapnik 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,700 kB
  • ctags: 931
  • sloc: cpp: 9,758; xml: 153; makefile: 60; python: 26; lisp: 10; sh: 6
file content (32 lines) | stat: -rw-r--r-- 907 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: node-mapnik
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
 Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 9~)
 , dh-buildinfo
 , node-gyp
 , libmapnik-dev (>= 2.2.0~)
 , mapnik-vector-tile (>= 0.3.4~)
Standards-Version: 3.9.5
Homepage: https://github.com/mapnik/node-mapnik
Vcs-Git: git://anonscm.debian.org/collab-maint/node-mapnik.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-mapnik.git

Package: node-mapnik
Architecture: any
Depends:
 ${shlibs:Depends}
 , ${misc:Depends}
 , nodejs
Recommends:
 node-srs
 , node-zipfile
 , node-carto
Description: bindings to the Mapnik tile rendering library for Node.js
 node-mapnik provides bindings to the Mapnik tile rendering library.
 .
 Node.js is an event-based server-side javascript engine.