File debian.control of Package nodejs
94
1
Source: nodejs
2
Section: web
3
Priority: extra
4
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
5
Uploaders: Jérémy Lal <kapouer@melix.org>,
6
Jonas Smedegaard <dr@jones.dk>
7
Build-Depends: cdbs,
8
devscripts,
9
debhelper,
10
dh-buildinfo,
11
binutils,
12
openssl (>= 1.0.0g),
13
pkg-config,
14
bash-completion,
15
curl,
16
procps,
17
zlib1g-dev,
18
libkvm-dev [kfreebsd-any],
19
gyp (>= 0.1~svn1654),
20
python,
21
libssl-dev (>= 1.0.0g)
22
Standards-Version: 3.9.5
23
Homepage: http://nodejs.org/
24
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nodejs.git
25
Vcs-Git: git://anonscm.debian.org/collab-maint/nodejs.git
26
27
Package: nodejs-dev
28
Section: devel
29
Architecture: any
30
Depends: ${cdbs:Depends},
31
${misc:Depends},
32
nodejs (= ${binary:Version})
33
Description: evented I/O for V8 javascript (development files)
34
Node.js is a platform built on Chrome's JavaScript runtime for easily
35
building fast, scalable network applications. Node.js uses an
36
event-driven, non-blocking I/O model that makes it lightweight and
37
efficient, perfect for data-intensive real-time applications that run
38
across distributed devices.
39
.
40
This package is needed to build plugins.
41
42
Package: nodejs
43
Priority: optional
44
Architecture: any
45
Depends: ${shlibs:Depends},
46
${misc:Depends}
47
Description: evented I/O for V8 javascript
48
Node.js is a platform built on Chrome's JavaScript runtime for easily
49
building fast, scalable network applications. Node.js uses an
50
event-driven, non-blocking I/O model that makes it lightweight and
51
efficient, perfect for data-intensive real-time applications that run
52
across distributed devices.
53
.
54
Node.js is bundled with several useful libraries to handle server
55
tasks:
56
.
57
System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
58
HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
59
60
Package: nodejs-dbg
61
Section: debug
62
Architecture: any
63
Depends: ${misc:Depends},
64
nodejs (= ${binary:Version})
65
Recommends: libv8-3.14-dbg
66
Description: evented I/O for V8 javascript (debug)
67
Node.js is a platform built on Chrome's JavaScript runtime for easily
68
building fast, scalable network applications. Node.js uses an
69
event-driven, non-blocking I/O model that makes it lightweight and
70
efficient, perfect for data-intensive real-time applications that run
71
across distributed devices.
72
.
73
This package contains the debugging symbols.
74
75
Package: nodejs-legacy
76
Priority: extra
77
Architecture: all
78
Depends: ${misc:Depends},
79
nodejs (>= 0.6.19~dfsg1-3~)
80
Conflicts: node
81
Description: evented I/O for V8 javascript (legacy symlink)
82
Node.js is a platform built on Chrome's JavaScript runtime for easily
83
building fast, scalable network applications. Node.js uses an
84
event-driven, non-blocking I/O model that makes it lightweight and
85
efficient, perfect for data-intensive real-time applications that run
86
across distributed devices.
87
.
88
This package contains a symlink for legacy Node.js code requiring
89
binary to be /usr/bin/node (not /usr/bin/nodejs as provided in Debian).
90
.
91
No other Debian packages should depend on this package. For more
92
information, see
93
<http://lists.debian.org/debian-devel-announce/2012/07/msg00002.html>
94