~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-07 15:07:37 UTC
  • mfrom: (1.2.1 upstream) (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090507150737-i4yb5elwinm7r0hc
Tags: 1:13.b-dfsg1-1
* Removed another bunch of non-free RFCs from original tarball
  (closes: #527053).
* Fixed build-dependencies list by adding missing comma. This requires
  libsctp-dev again. Also, added libsctp1 dependency to erlang-base and
  erlang-base-hipe packages because the shared library is loaded via
  dlopen now and cannot be added using dh_slibdeps (closes: #526682).
* Weakened dependency of erlang-webtool on erlang-observer to recommends
  to avoid circular dependencies (closes: #526627).
* Added solaris-i386 to HiPE enabled architectures.
* Made script sources in /usr/lib/erlang/erts-*/bin directory executable,
  which is more convenient if a user wants to create a target Erlang system.
* Shortened extended description line for erlang-dev package to make it
  fit 80x25 terminals.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Uploaders: Torsten Werner <twerner@debian.org>, Sergei Golovan <sgolovan@debian.org>
4
4
Section: interpreters
5
5
Priority: optional
6
 
Standards-Version: 3.8.0
7
 
Build-Depends: debhelper (>= 5.0.0), autoconf (>= 2.50), openssl, libssl-dev, m4, libncurses5-dev, quilt, autotools-dev, unixodbc-dev, bison, flex, libsctp-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], kfreebsd-kernel-headers [kfreebsd-i386 kfreebsd-amd64]
 
6
Standards-Version: 3.8.1
 
7
Build-Depends: debhelper (>= 5.0.0), autoconf (>= 2.50), openssl, libssl-dev, m4,
 
8
 libncurses5-dev, quilt, autotools-dev, unixodbc-dev, bison, flex,
 
9
 libwxgtk2.8-dev, dctrl-tools,
 
10
 libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev,
 
11
 libsctp-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !solaris-i386],
 
12
 kfreebsd-kernel-headers [kfreebsd-i386 kfreebsd-amd64]
8
13
Build-Conflicts: autoconf2.13
9
14
Homepage: http://www.erlang.org/
10
15
Vcs-Svn: http://svn.berlios.de/svnroot/repos/erlang-pkg/erlang/trunk/
12
17
 
13
18
Package: erlang-base
14
19
Architecture: any
15
 
Depends: ${procps:Depends}, ${shlibs:Depends}
 
20
Depends: ${procps:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
21
Recommends: ${libsctp:Version}, erlang-crypto (= ${binary:Version}), erlang-syntax-tools (= ${binary:Version})
16
22
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
17
 
Conflicts: erlang (<< ${source:Version}), erlang-base-hipe, erlang-jams, erlang-jams-erl, erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
18
 
Replaces: erlang (<< ${source:Version}), erlang-base-hipe, erlang-jams, erlang-jams-erl, erlang-nox (<< ${source:Version}), erlang-x11 (<< ${source:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
19
 
Provides: erlang-abi-11.b.3
20
 
Description: Concurrent, real-time, distributed functional language (virtual machine)
21
 
 Open Source Erlang is a functional programming language designed at
22
 
 the Ericsson Computer Science Laboratory.
23
 
 .
24
 
 Some of Erlang main features are:
25
 
  Clear declarative syntax and is largely free from side-effects;
26
 
  Builtin support for real-time, concurrent and distributed programming;
27
 
  Designed for development of robust and continously operated programs;
28
 
  Dynamic code replacement at runtime.
29
 
 .
30
 
 This package contains the architecture-specific runtime implementation,
31
 
 which is configured and built without HiPE support and minimal set of
32
 
 Erlang applications (kernel, sasl, stdlib, compiler).
 
23
Conflicts: erlang (<< ${source:Version}), erlang-base-hipe, erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
24
Replaces: erlang (<< ${source:Version}), erlang-base-hipe, erlang-nox (<< ${source:Version}), erlang-x11 (<< ${source:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
25
Provides: erlang-abi-13.a
 
26
Description: Erlang/OTP virtual machine and base applications
 
27
 This package contains the Erlang/OTP runtime implementation, which is
 
28
 configured and built without HiPE support (compiles to byte-code only),
 
29
 and minimal set of Erlang applications:
 
30
  compiler - compiles Erlang code to byte-code;
 
31
  erts - the Erlang runtime system application;
 
32
  kernel - code necessary to run the Erlang runtime system itself;
 
33
  sasl - the system architecture support libraries application;
 
34
  stdlib - modules for manipulating lists, strings, files etc.
33
35
 
34
36
 
35
37
Package: erlang-base-hipe
36
 
Architecture: amd64 i386 powerpc sparc
 
38
Architecture: amd64 i386 powerpc sparc solaris-i386
37
39
Priority: extra
38
 
Depends: ${procps:Depends}, ${shlibs:Depends}
39
 
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
40
 
Conflicts: erlang (<< ${source:Version}), erlang-base, erlang-jams, erlang-jams-erl, erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
41
 
Replaces: erlang (<< ${source:Version}), erlang-base, erlang-jams, erlang-jams-erl, erlang-nox (<< ${source:Version}), erlang-x11 (<< ${source:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
42
 
Provides: erlang-abi-11.b.3
43
 
Description: Concurrent, real-time, distributed functional language (HiPE virtual machine)
44
 
 Open Source Erlang is a functional programming language designed at
45
 
 the Ericsson Computer Science Laboratory.
46
 
 .
47
 
 Some of Erlang main features are:
48
 
  Clear declarative syntax and is largely free from side-effects;
49
 
  Builtin support for real-time, concurrent and distributed programming;
50
 
  Designed for development of robust and continously operated programs;
51
 
  Dynamic code replacement at runtime.
52
 
 .
53
 
 This package contains the architecture-specific runtime implementation,
54
 
 which is configured and built with HiPE support (allows to compile
55
 
 native code) and minimal set of Erlang applications (kernel, sasl,
56
 
 stdlib, compiler).
57
 
 
58
 
 
59
 
Package: erlang-nox
60
 
Architecture: any
61
 
Depends: ${erlang-base}, ${shlibs:Depends}
62
 
Suggests: erlang-x11, erlang, erlang-manpages, erlang-doc-html
63
 
Conflicts: erlang-manpages (<= 1:11.b.1-2)
64
 
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-jams, erlang-jams-erl, erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-manpages (<= 1:11.b.1-2)
65
 
Description: Concurrent, real-time, distributed functional language (no X11 deps)
66
 
 Open Source Erlang is a functional programming language designed at
67
 
 the Ericsson Computer Science Laboratory.
68
 
 .
69
 
 Some of Erlang main features are:
70
 
  Clear declarative syntax and is largely free from side-effects;
71
 
  Builtin support for real-time, concurrent and distributed programming;
72
 
  Designed for development of robust and continously operated programs;
73
 
  Dynamic code replacement at runtime.
74
 
 .
75
 
 This package contains the architecture independent files that do not
76
 
 depend on tk8.4.
77
 
 
78
 
 
79
 
Package: erlang-x11
80
 
Architecture: any
81
 
Depends: ${erlang-base}, erlang-nox (= ${binary:Version}), ${shlibs:Depends}
82
 
Recommends: tk | wish
83
 
Suggests: erlang, erlang-manpages, erlang-doc-html
84
 
Conflicts: erlang-manpages (<= 1:11.b.1-2)
85
 
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-jams, erlang-jams-erl, erlang-nox (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-manpages (<= 1:11.b.1-2)
86
 
Description: Concurrent, real-time, distributed functional language (X11 deps)
87
 
 Open Source Erlang is a functional programming language designed at
88
 
 the Ericsson Computer Science Laboratory.
89
 
 .
90
 
 Some of Erlang main features are:
91
 
  Clear declarative syntax and is largely free from side-effects;
92
 
  Builtin support for real-time, concurrent and distributed programming;
93
 
  Designed for development of robust and continously operated programs;
94
 
  Dynamic code replacement at runtime.
95
 
 .
96
 
 This package contains the architecture independent files which requires
97
 
 tk8.4 which requires X11.
 
40
Depends: ${procps:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
41
Recommends: ${libsctp:Version}, erlang-crypto (= ${binary:Version}), erlang-syntax-tools (= ${binary:Version})
 
42
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
43
Conflicts: erlang (<< ${source:Version}), erlang-base, erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
44
Replaces: erlang (<< ${source:Version}), erlang-base, erlang-nox (<< ${source:Version}), erlang-x11 (<< ${source:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
45
Provides: erlang-abi-13.a
 
46
Description: Erlang/OTP HiPE enabled virtual machine and base applications
 
47
 This package contains the Erlang/OTP runtime implementation, which is
 
48
 configured and built with HiPE support (allows compiling to native code),
 
49
 and minimal set of Erlang applications:
 
50
  compiler - compiles Erlang code to byte-code;
 
51
  erts - the Erlang runtime system application;
 
52
  kernel - code necessary to run the Erlang runtime system itself;
 
53
  sasl - the system architecture support libraries application;
 
54
  stdlib - modules for manipulating lists, strings, files etc.
 
55
 
 
56
 
 
57
Package: erlang-appmon
 
58
Architecture: any
 
59
Depends: ${erlang-base}, erlang-gs (= ${binary:Version}), erlang-inets (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
60
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
61
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
62
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
63
Description: Erlang/OTP application monitor
 
64
 The Application Monitor, Appmon, is a graphical utility used to supervise
 
65
 Erlang applications executing either locally or on remote Erlang nodes.
 
66
 The process tree of an application can furthermore be monitored.
 
67
 
 
68
 
 
69
Package: erlang-asn1
 
70
Architecture: any
 
71
Depends: ${erlang-base}, erlang-syntax-tools (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
72
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
73
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
74
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
75
Description: Erlang/OTP modules for ASN.1 support
 
76
 The Asn1 application contains modules with compile-time and run-time
 
77
 support for ASN.1 in Erlang/OTP.
 
78
 
 
79
 
 
80
Package: erlang-common-test
 
81
Architecture: any
 
82
Depends: ${erlang-base}, erlang-debugger (= ${binary:Version}), erlang-et (= ${binary:Version}), erlang-gs (= ${binary:Version}), erlang-inets (= ${binary:Version}), erlang-observer (= ${binary:Version}), erlang-snmp (= ${binary:Version}), erlang-ssh (= ${binary:Version}), erlang-test-server (= ${binary:Version}), erlang-tools (= ${binary:Version}), erlang-webtool (= ${binary:Version}), erlang-wx (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
83
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
84
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
85
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
86
Description: Erlang/OTP application for automated testing
 
87
 Common Test is a portable application for automated testing. It is
 
88
 suitable for black-box testing of target systems of any type (i.e.
 
89
 not necessarily implemented in Erlang), as well as for white-box
 
90
 testing of Erlang/OTP programs. Black-box testing is performed via
 
91
 standard interfaces (such as SNMP, HTTP, Corba, Telnet, etc) and,
 
92
 if required, via user specific interfaces (often called test ports).
 
93
 White-box testing of Erlang/OTP programs is easily accomplished by
 
94
 calling the target API functions directly from the test case functions.
 
95
 Common Test also integrates usage of the OTP cover tool for code
 
96
 coverage analysis of Erlang/OTP programs.
 
97
 
 
98
 
 
99
Package: erlang-corba
 
100
Architecture: any
 
101
Depends: ${erlang-base}, erlang-inets (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
102
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
103
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
104
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
105
Description: Erlang/OTP applications for CORBA support
 
106
 The Orber application is an Erlang implementation of a CORBA
 
107
 Object Request Broker.
 
108
 .
 
109
 The cosEvent application is an Erlang implementation of a CORBA
 
110
 Service CosEvent.
 
111
 .
 
112
 The cosEventDomain application is an Erlang implementation of a
 
113
 CORBA Service CosEventDomainAdmin.
 
114
 .
 
115
 The cosFileTransfer Application is an Erlang implementation of
 
116
 the OMG CORBA File Transfer Service.
 
117
 .
 
118
 The cosNotification application is an Erlang implementation of
 
119
 the OMG CORBA Notification Service.
 
120
 .
 
121
 The cosProperty Application is an Erlang implementation of the
 
122
 OMG CORBA Property Service.
 
123
 .
 
124
 The cosTime application is an Erlang implementation of the OMG
 
125
 CORBA Time and TimerEvent Services.
 
126
 .
 
127
 The cosTransactions application is an Erlang implementation of
 
128
 the OMG CORBA Transaction Service.
 
129
 
 
130
 
 
131
Package: erlang-crypto
 
132
Architecture: any
 
133
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
 
134
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
135
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
136
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
137
Description: Erlang/OTP cryprographic modules
 
138
 The Crypto Application provides functions for computation of message
 
139
 digests, encryption and decryption functions. It uses OpenSSL for
 
140
 actual calculations.
 
141
 
 
142
 
 
143
Package: erlang-debugger
 
144
Architecture: any
 
145
Depends: ${erlang-base}, erlang-crypto (= ${binary:Version}), erlang-gs (= ${binary:Version}), erlang-wx (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
146
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
147
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
148
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
149
Description: Erlang/OTP application for debugging and testing
 
150
 Debugger is a graphical tool which can be used for debugging and
 
151
 testing of Erlang programs. For example, breakpoints can be set,
 
152
 code can be single stepped and variable values can be inspected
 
153
 and modified.
 
154
 
 
155
 
 
156
Package: erlang-dialyzer
 
157
Architecture: any
 
158
Depends: ${erlang-base}, erlang-syntax-tools (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
159
Recommends: erlang-gs (= ${binary:Version})
 
160
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
161
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
162
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
163
Description: Erlang/OTP discrepancy analyzer application
 
164
 Dialyzer is a static analysis tool that identifies software
 
165
 discrepancies such as type errors, unreachable code, unnecessary
 
166
 tests etc. in single Erlang modules or entire (sets of) applications.
 
167
 
 
168
 
 
169
Package: erlang-docbuilder
 
170
Architecture: any
 
171
Depends: ${erlang-base}, erlang-edoc (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
172
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
173
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
174
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
175
Description: Erlang/OTP application for building HTML documentation
 
176
 DocBuilder provides functionality for generating HTML documentation
 
177
 for Erlang modules and Erlang/OTP applications from XML source code
 
178
 and/or EDoc comments in Erlang source code.
 
179
 
 
180
 
 
181
Package: erlang-edoc
 
182
Architecture: any
 
183
Depends: ${erlang-base}, erlang-inets (= ${binary:Version}), erlang-syntax-tools (=${binary:Version}), erlang-xmerl (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
184
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
185
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
186
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
187
Description: Erlang/OTP module for generating documentation
 
188
 EDoc is the Erlang program documentation generator. Inspired by the
 
189
 Javadoc tool for the Java programming language, EDoc is adapted to
 
190
 the conventions of the Erlang world.
 
191
 
 
192
 
 
193
Package: erlang-et
 
194
Architecture: any
 
195
Depends: ${erlang-base}, erlang-crypto (= ${binary:Version}), erlang-gs (= ${binary:Version}), erlang-runtime-tools (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
196
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
197
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
198
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
199
Description: Erlang/OTP event tracer application
 
200
 The Event Tracer (ET) uses the built-in trace mechanism in Erlang
 
201
 and provides tools for collecting and examinig trace data using GUI.
 
202
 
 
203
 
 
204
Package: erlang-eunit
 
205
Architecture: any
 
206
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
 
207
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
208
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
209
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
210
Description: Erlang/OTP module for unit testing
 
211
 The EUnit application contains modules with support for unit testing.
 
212
 
 
213
 
 
214
Package: erlang-gs
 
215
Architecture: any
 
216
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}, tk | wish
 
217
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
218
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
219
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
220
Description: Erlang/OTP graphics system
 
221
 The Graphics System application, GS, is a library of routines for
 
222
 writing graphical user interfaces. Programs written using GS work
 
223
 on all Erlang platforms and do not depend upon the underlying
 
224
 windowing system. It uses Tk widgets for visualization.
 
225
 
 
226
 
 
227
Package: erlang-ic
 
228
Architecture: any
 
229
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
 
230
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
231
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
232
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
233
Description: Erlang/OTP IDL compiler
 
234
 The IC application is an Erlang implementation of an IDL (CORBA Interface
 
235
 Definition Language) compiler. Depending on the choice of back-end the
 
236
 code will map to Erlang, C, or Java. The compiler generates client stubs
 
237
 and server skeletons.
 
238
 
 
239
 
 
240
Package: erlang-inets
 
241
Architecture: any
 
242
Depends: ${erlang-base}, erlang-mnesia (= ${binary:Version}), erlang-public-key (= ${binary:Version}), erlang-runtime-tools (= ${binary:Version}), erlang-ssl (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
243
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
244
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
245
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
246
Description: Erlang/OTP Internet clients and servers
 
247
 Inets is a container for Internet clients and servers. Currently
 
248
 a FTP client, a HTTP client and server, and a TFTP client and
 
249
 server are provided in Inets.
 
250
 
 
251
 
 
252
Package: erlang-inviso
 
253
Architecture: any
 
254
Depends: ${erlang-base}, erlang-runtime-tools (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
255
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
256
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
257
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
258
Description: Erlang/OTP trace tool
 
259
 Inviso, an Erlang trace tool. With the inviso API, runtime components
 
260
 can be started and tracing managed across a network of distributed
 
261
 Erlang nodes, using a control component also started with inviso API
 
262
 functions.
 
263
 
 
264
 
 
265
Package: erlang-megaco
 
266
Architecture: any
 
267
Depends: ${erlang-base}, erlang-asn1 (= ${binary:Version}), erlang-debugger (= ${binary:Version}), erlang-et (= ${binary:Version}), erlang-gs (= ${binary:Version}), erlang-runtime-tools (= ${binary:Version}), erlang-wx (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
268
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
269
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
270
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
271
Description: Erlang/OTP implementation of Megaco/H.248 protocol
 
272
 The Megaco application is a framework for building applications on
 
273
 top of the Megaco/H.248 protocol.
 
274
 
 
275
 
 
276
Package: erlang-mnesia
 
277
Architecture: any
 
278
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
 
279
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
280
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
281
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
282
Description: Erlang/OTP distributed relational/object hybrid database
 
283
 Mnesia is a distributed DataBase Management System (DBMS), appropriate
 
284
 for telecommunications applications and other Erlang applications
 
285
 which require continuous operation and exhibit soft real-time properties.
 
286
 
 
287
 
 
288
Package: erlang-observer
 
289
Architecture: any
 
290
Depends: ${erlang-base}, erlang-inets (= ${binary:Version}), erlang-webtool (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
291
Recommends: erlang-et (= ${binary:Version}), erlang-gs (= ${binary:Version})
 
292
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
293
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
294
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
295
Description: Erlang/OTP application for investigating distributed systems
 
296
 The OBSERVER application contains tools for tracing and investigation of
 
297
 distributed systems. They include etop - a tool for presenting information
 
298
 about Erlang processes, and crashdump_viewer - a HTML based tool for
 
299
 browsing Erlang crashdumps.
 
300
 
 
301
 
 
302
Package: erlang-odbc
 
303
Architecture: any
 
304
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
 
305
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
306
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
307
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
308
Description: Erlang/OTP interface to SQL databases
 
309
 The Erlang ODBC application provides an interface for accessing
 
310
 relational SQL databases from Erlang.
 
311
 
 
312
 
 
313
Package: erlang-os-mon
 
314
Architecture: any
 
315
Depends: ${erlang-base}, erlang-inets (= ${binary:Version}), erlang-observer (= ${binary:Version}), erlang-snmp (= ${binary:Version}), erlang-tools (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
316
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
317
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
318
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
319
Description: Erlang/OTP operating system monitor
 
320
 The operating system monitor, OS_Mon, provides services for
 
321
 monitoring CPU load, disk usage, memory usage and OS messages.
 
322
 
 
323
 
 
324
Package: erlang-parsetools
 
325
Architecture: any
 
326
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
 
327
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
328
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
329
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
330
Description: Erlang/OTP parsing tools
 
331
 The Parsetools application contains utilities for parsing. Currently,
 
332
 it includes yecc module. Yecc is an LALR-1 parser generator for Erlang,
 
333
 similar to yacc. Yecc takes a BNF grammar definition as input, and
 
334
 produces Erlang code for a parser as output.
 
335
 
 
336
 
 
337
Package: erlang-percept
 
338
Architecture: any
 
339
Depends: ${erlang-base}, erlang-inets (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
340
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
341
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
342
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
343
Description: Erlang/OTP concurrency profiling tool
 
344
 Percept is a tool which visualizes application level concurrency and
 
345
 helps to indentify concurrency bottlenecks.
 
346
 
 
347
 
 
348
Package: erlang-pman
 
349
Architecture: any
 
350
Depends: ${erlang-base}, erlang-gs (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
351
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
352
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
353
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
354
Description: Erlang/OTP process manager
 
355
 The process manager Pman is a graphical tool used to inspect the
 
356
 Erlang processes executing either locally or on remote Erlang nodes.
 
357
 It also allows to trace events in the individual processes.
 
358
 
 
359
 
 
360
Package: erlang-public-key
 
361
Architecture: any
 
362
Depends: ${erlang-base}, erlang-crypto (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
363
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
364
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
365
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
366
Description: Erlang/OTP public key infrastructure
 
367
 Provides functions to handle public key infrastructure from RFC 3280
 
368
 (X.509 certificates) and some parts of the PKCS-standard.
 
369
 
 
370
 
 
371
Package: erlang-reltool
 
372
Architecture: any
 
373
Depends: ${erlang-base}, erlang-inets (= ${binary:Version}), erlang-observer (= ${binary:Version}), erlang-syntax-tools (= ${binary:Version}), erlang-tools (= ${binary:Version}), erlang-webtool (= ${binary:Version}), erlang-wx (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
374
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
375
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
376
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
377
Description: Erlang/OTP release management tool
 
378
 Reltool is a release management tool. It analyses a given Erlang/OTP
 
379
 installation and determines dependencies between applications. The
 
380
 graphical frontend depicts the dependencies and enables interactive
 
381
 customization of a target system. The backend provides a batch
 
382
 interface for generation of customized target systems.
 
383
 
 
384
 
 
385
Package: erlang-runtime-tools
 
386
Architecture: any
 
387
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
 
388
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
389
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
390
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
391
Description: Erlang/OTP runtime tracing/debugging tools
 
392
 Runtime_Tools provides low-footprint tracing/debugging tools suitable
 
393
 for inclusion in a production system.
 
394
 
 
395
 
 
396
Package: erlang-snmp
 
397
Architecture: any
 
398
Depends: ${erlang-base}, erlang-crypto (= ${binary:Version}), erlang-mnesia (= ${binary:Version}), erlang-runtime-tools (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
399
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
400
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
401
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
402
Description: Erlang/OTP SNMP applications
 
403
 A multilingual Simple Network Management Protocol application features
 
404
 an Extensible Agent, simple manager, a MIB compiler and facilities for
 
405
 implementing SNMP MIBs etc.
 
406
 .
 
407
 The OTP_Mibs application provides an SNMP management information base
 
408
 for Erlang nodes.
 
409
 
 
410
 
 
411
Package: erlang-ssh
 
412
Architecture: any
 
413
Depends: ${erlang-base}, erlang-crypto (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
414
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
415
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
416
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
417
Description: Erlang/OTP implementation of SSH protocol
 
418
 The SSH application is an erlang implementation of the secure
 
419
 shell protocol.
 
420
 
 
421
 
 
422
Package: erlang-ssl
 
423
Architecture: any
 
424
Depends: ${erlang-base}, erlang-public-key (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
425
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
426
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
427
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
428
Description: Erlang/OTP implementation of SSL
 
429
 The SSL application provides secure communication over sockets.
 
430
 
 
431
 
 
432
Package: erlang-syntax-tools
 
433
Architecture: any
 
434
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
 
435
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
436
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
437
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
438
Description: Erlang/OTP modules for handling abstract Erlang syntax trees
 
439
 Syntax_Tools contains modules for handling abstract Erlang syntax
 
440
 trees in a way that is compatible with the "parse trees" of the
 
441
 STDLIB module erl_parse, together with utilities for reading source
 
442
 files in unusual ways and pretty-printing syntax trees. Also it
 
443
 includes a module merger and renamer called Igor, as well as an
 
444
 automatic code-cleaner.
 
445
 
 
446
 
 
447
Package: erlang-test-server
 
448
Architecture: any
 
449
Depends: ${erlang-base}, erlang-inets (= ${binary:Version}), erlang-observer (= ${binary:Version}), erlang-tools (= ${binary:Version}), erlang-webtool (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
450
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
451
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
452
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
453
Description: Erlang/OTP server for automated application testing
 
454
 Test Server is a portable test server for automated application testing.
 
455
 The server can run test suites on local or remote targets and log
 
456
 progress and results to HTML pages. The main purpose of Test Server
 
457
 is to act as engine inside customized test tools. A callback interface
 
458
 for such framework applications is provided.
 
459
 
 
460
 
 
461
Package: erlang-toolbar
 
462
Architecture: any
 
463
Depends: ${erlang-base}, erlang-gs (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
464
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
465
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
466
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
467
Description: Erlang/OTP graphical toolbar
 
468
 The Toolbar application simplifies access to the Erlang/OTP tools.
 
469
 It consists of a number of buttons, one for each available tool.
 
470
 
 
471
 
 
472
Package: erlang-tools
 
473
Architecture: any
 
474
Depends: ${erlang-base}, erlang-inets (= ${binary:Version}), erlang-observer (= ${binary:Version}), erlang-webtool (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
475
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
476
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
477
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
478
Description: Erlang/OTP various tools
 
479
 The Tools application contains a number of stand-alone tools, which are
 
480
 useful when developing Erlang programs.
 
481
 .
 
482
  cover - A coverage analysis tool for Erlang.
 
483
  cprof - A profiling tool that shows how many times each function
 
484
    is called. Uses a kind of local call trace breakpoints containing
 
485
    counters to achieve very low runtime performance degradation.
 
486
  eprof - A time profiling tool; measures how time is used in Erlang
 
487
    programs. Predecessor of fprof (see below).
 
488
  fprof - Another Erlang profiler; measures how time is used in Erlang
 
489
    programs. Uses trace to file to minimize runtime performance
 
490
    impact, and displays time for calling and called functions.
 
491
  instrument - Utility functions for obtaining and analysing resource
 
492
    usage in an instrumented Erlang runtime system.
 
493
  make - A make utility for Erlang similar to UNIX make.
 
494
  tags - A tool for generating Emacs TAGS files from Erlang source
 
495
    files.
 
496
  xref - A cross reference tool. Can be used to check dependencies
 
497
    between functions, modules, applications and releases.
 
498
 
 
499
 
 
500
Package: erlang-tv
 
501
Architecture: any
 
502
Depends: ${erlang-base}, erlang-gs (= ${binary:Version}), erlang-mnesia (= ${binary:Version}), erlang-pman (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
503
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
504
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
505
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
506
Description: Erlang/OTP table viewer
 
507
 The TV application allows the user to examine ETS and Mnesia tables.
 
508
 Once a certain table has been opened in the tool, its content may be
 
509
 viewed in various levels of detail.
 
510
 
 
511
 
 
512
Package: erlang-typer
 
513
Architecture: any
 
514
Depends: ${erlang-base}, erlang-dialyzer (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
515
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
516
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
517
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
518
Description: Erlang/OTP code type annotator
 
519
 TypEr is a tool that displays and automatically inserts type annotations
 
520
 in Erlang code. It uses Dialyzer to infer variable types.
 
521
 
 
522
 
 
523
Package: erlang-webtool
 
524
Architecture: any
 
525
Depends: ${erlang-base}, erlang-inets (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
526
Recommends: erlang-observer (= ${binary:Version})
 
527
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
528
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
529
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
530
Description: Erlang/OTP helper for web-based tools
 
531
 WebTool provides an easy way to use web-based tools with Erlang/OTP.
 
532
 It configures and starts a webserver as well as all available tools.
 
533
 
 
534
 
 
535
Package: erlang-wx
 
536
Architecture: any
 
537
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
 
538
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
539
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
540
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
541
Description: Erlang/OTP bindings to wxWidgets
 
542
 The wxErlang application is an API for writing graphical user
 
543
 interfaces with wxWidgets.
 
544
 
 
545
 
 
546
Package: erlang-xmerl
 
547
Architecture: any
 
548
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
 
549
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
550
Conflicts: erlang-manpages (<= 1:11.b.1-2)
 
551
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc-html (<< ${source:Upstream-Version}), erlang-doc-html (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
 
552
Description: Erlang/OTP XML tools
 
553
 The xmerl application contains modules for processing XML.
98
554
 
99
555
 
100
556
Package: erlang-dev
101
557
Architecture: any
102
 
Depends: ${erlang-base}
 
558
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
103
559
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
104
 
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-jams, erlang-jams-erl, erlang-nox (<< ${binary:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2)
105
 
Description: Concurrent, real-time, distributed functional language (development libraries)
106
 
 Open Source Erlang is a functional programming language designed at
107
 
 the Ericsson Computer Science Laboratory.
108
 
 .
109
 
 Some of Erlang main features are:
110
 
  Clear declarative syntax and is largely free from side-effects;
111
 
  Builtin support for real-time, concurrent and distributed programming;
112
 
  Designed for development of robust and continously operated programs;
113
 
  Dynamic code replacement at runtime.
114
 
 .
115
 
 This package contains the files for application development in Erlang.
 
560
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${binary:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2)
 
561
Description: Erlang/OTP development libraries and headers
 
562
 The files for application development in Erlang. They include headers for
 
563
 all applications included int Erlang/OTP distribution and C interface
 
564
 libraries.
116
565
 
117
566
 
118
567
Package: erlang-src
119
568
Architecture: all
120
569
Depends: ${erlang-base}
121
570
Suggests: erlang-nox, erlang-x11, erlang, erlang-manpages, erlang-doc-html
122
 
Replaces: erlang (<< ${binary:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-jams, erlang-jams-erl, erlang-nox (<< ${binary:Version}), erlang-x11 (<< ${binary:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${binary:Version}), erlang-mode (<< 1:12.b.1-dfsg-2)
123
 
Description: Concurrent, real-time, distributed functional language (application sources)
124
 
 Open Source Erlang is a functional programming language designed at
125
 
 the Ericsson Computer Science Laboratory.
126
 
 .
127
 
 Some of Erlang main features are:
128
 
  Clear declarative syntax and is largely free from side-effects;
129
 
  Builtin support for real-time, concurrent and distributed programming;
130
 
  Designed for development of robust and continously operated programs;
131
 
  Dynamic code replacement at runtime.
132
 
 .
133
 
 This package contains the Erlang source to all the applications in the
134
 
 Erlang/OTP system.
 
571
Replaces: erlang (<< ${binary:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${binary:Version}), erlang-x11 (<< ${binary:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${binary:Version}), erlang-mode (<< 1:12.b.1-dfsg-2)
 
572
Description: Erlang/OTP applications sources
 
573
 Erlang sources for all the applications in the Erlang/OTP system.
 
574
 They are useful for educational purpose and as a base for creating
 
575
 embedded systems.
135
576
 
136
577
 
137
578
Package: erlang-examples
138
579
Architecture: all
139
580
Depends: ${erlang-base}
140
581
Suggests: erlang, erlang-manpages, erlang-doc-html
141
 
Replaces: erlang (<< ${binary:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-jams, erlang-jams-erl, erlang-nox (<< ${binary:Version}), erlang-x11 (<< ${binary:Version}), erlang-dev (<< ${binary:Version}), erlang-src (<< ${binary:Version}), erlang-mode (<< 1:12.b.1-dfsg-2)
142
 
Description: Concurrent, real-time, distributed functional language (application examples)
143
 
 Open Source Erlang is a functional programming language designed at
144
 
 the Ericsson Computer Science Laboratory.
145
 
 .
146
 
 Some of Erlang main features are:
147
 
  Clear declarative syntax and is largely free from side-effects;
148
 
  Builtin support for real-time, concurrent and distributed programming;
149
 
  Designed for development of robust and continously operated programs;
150
 
  Dynamic code replacement at runtime.
151
 
 .
152
 
 This package contains the examples, included in the Erlang/OTP system
153
 
 distribution.
 
582
Replaces: erlang (<< ${binary:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${binary:Version}), erlang-x11 (<< ${binary:Version}), erlang-dev (<< ${binary:Version}), erlang-src (<< ${binary:Version}), erlang-mode (<< 1:12.b.1-dfsg-2)
 
583
Description: Erlang/OTP application examples
 
584
 The examples, included in the Erlang/OTP system distribution.
154
585
 
155
586
 
156
587
Package: erlang-mode
159
590
Suggests: erlang, erlang-manpages, erlang-doc-html
160
591
Conflicts: erlang-manpages (<< 1:11.b.5-1)
161
592
Replaces: erlang-base (<< 1:12.b.1-dfsg-2), erlang-base-hipe (<< 1:12.b.1-dfsg-2)
162
 
Description: Concurrent, real-time, distributed functional language (editing mode for Emacs)
 
593
Description: Erlang major editing mode for Emacs
163
594
 This package includes the mode for editing Erlang programs in GNU Emacs.
164
 
 This is the official software provided with the default Erlang/OTP
165
 
 distribution from www.erlang.org.
 
595
 It is provided with the default Erlang/OTP distribution. It supports
 
596
 sophisticated indentation, syntax highlighting, electric commands,
 
597
 module name verification, comments, skeletons, tags etc.
 
598
 
 
599
 
 
600
Package: erlang-nox
 
601
Architecture: any
 
602
Depends: ${erlang-base}, erlang-asn1, erlang-corba, erlang-crypto,
 
603
 erlang-docbuilder, erlang-edoc, erlang-eunit, erlang-ic, erlang-inets,
 
604
 erlang-inviso, erlang-mnesia, erlang-odbc, erlang-parsetools,
 
605
 erlang-percept, erlang-public-key, erlang-runtime-tools, erlang-snmp,
 
606
 erlang-ssh, erlang-ssl, erlang-syntax-tools, erlang-xmerl
 
607
Suggests: erlang-x11, erlang, erlang-manpages, erlang-doc-html
 
608
Description: Erlang/OTP applications that don't require X Window System
 
609
 This package is a dummy package which will install all Erlang/OTP
 
610
 applications which do not require X Window System to run.
 
611
 
 
612
 
 
613
Package: erlang-x11
 
614
Architecture: any
 
615
Depends: ${erlang-base}, erlang-nox, erlang-appmon, erlang-common-test,
 
616
 erlang-debugger, erlang-dialyzer, erlang-et, erlang-gs, erlang-megaco,
 
617
 erlang-observer, erlang-pman, erlang-reltool, erlang-test-server,
 
618
 erlang-toolbar, erlang-tools, erlang-tv, erlang-typer, erlang-webtool,
 
619
 erlang-wx
 
620
Suggests: erlang, erlang-manpages, erlang-doc-html
 
621
Description: Erlang/OTP applications that require X Window System
 
622
 This package is a dummy package which will install all Erlang/OTP
 
623
 applications which use graphical interface and therefore require
 
624
 X Window System to run.
166
625
 
167
626
 
168
627
Package: erlang
175
634
 the Ericsson Computer Science Laboratory.
176
635
 .
177
636
 Some of Erlang main features are:
178
 
  Clear declarative syntax and is largely free from side-effects;
179
 
  Builtin support for real-time, concurrent and distributed programming;
180
 
  Designed for development of robust and continously operated programs;
181
 
  Dynamic code replacement at runtime.
182
 
 .
183
 
 This package will install erlang runtime, librarires, sources, code
184
 
 examples and the Erlang editing mode for Emacs.
 
637
  * Clear declarative syntax and is largely free from side-effects;
 
638
  * Builtin support for real-time, concurrent and distributed programming;
 
639
  * Designed for development of robust and continously operated programs;
 
640
  * Dynamic code replacement at runtime.
 
641
 .
 
642
 The Erlang distribution also includes OTP (Open Telecom Platform) which
 
643
 provides a reach set of libraries and applications.
 
644
 .
 
645
 This package is a dummy package which will install Erlang/OTP runtime,
 
646
 applications, sources, code examples and the Erlang editing mode for Emacs.