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

« back to all changes in this revision

Viewing changes to bootstrap/lib/kernel/ebin/kernel.app

  • 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:
 
1
%%
 
2
%% %CopyrightBegin%
 
3
%% 
 
4
%% Copyright Ericsson AB 1996-2009. All Rights Reserved.
 
5
%% 
 
6
%% The contents of this file are subject to the Erlang Public License,
 
7
%% Version 1.1, (the "License"); you may not use this file except in
 
8
%% compliance with the License. You should have received a copy of the
 
9
%% Erlang Public License along with this software. If not, it can be
 
10
%% retrieved online at http://www.erlang.org/.
 
11
%% 
 
12
%% Software distributed under the License is distributed on an "AS IS"
 
13
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
14
%% the License for the specific language governing rights and limitations
 
15
%% under the License.
 
16
%% 
 
17
%% %CopyrightEnd%
 
18
%%
1
19
%% This is an -*- erlang -*- file.
 
20
%%
2
21
{application, kernel,
3
22
 [
4
23
  {description, "ERTS  CXC 138 10"},
5
 
  {vsn, "2.12.5"},
 
24
  {vsn, "2.13.1"},
6
25
  {modules, [application,
7
26
             application_controller,
8
27
             application_master,
14
33
             dist_util,
15
34
             erl_boot_server,
16
35
             erl_distribution,
17
 
             erl_prim_loader,
18
36
             erl_reply,
19
 
             erlang,
20
37
             error_handler,
21
38
             error_logger,
22
39
             file,
23
40
             file_server,
24
41
             file_io_server,
25
 
             prim_file,
26
 
             prim_zip,
27
42
             global,
28
43
             global_group,
29
44
             global_search,
33
48
             inet6_tcp,
34
49
             inet6_tcp_dist,
35
50
             inet6_udp,
 
51
             inet6_sctp,
36
52
             inet_config,
37
53
             inet_hosts,
38
54
             inet_gethost_native,
39
55
             inet_tcp_dist,
40
 
             init,
41
56
             kernel,
42
57
             kernel_config,
43
58
             net,
60
75
             gen_tcp,
61
76
             gen_udp,
62
77
             gen_sctp,
63
 
             prim_inet,
64
78
             inet,
65
79
             inet_db,
66
80
             inet_dns,
71
85
             inet_sctp,
72
86
             pg2,
73
87
             seq_trace,
74
 
             wrap_log_reader,
75
 
             zlib,
76
 
             otp_ring0]},
 
88
             standard_error,
 
89
             wrap_log_reader]},
77
90
  {registered, [application_controller,
78
91
                erl_reply,
79
92
                auth,