~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Erlang/OTP
 
2
==========
 
3
 
 
4
**Erlang** is a programming language used to build massively scalable soft
 
5
real-time systems with requirements on high availability. Some of its
 
6
uses are in telecom, banking, e-commerce, computer telephony and
 
7
instant messaging. Erlang's runtime system has built-in support for
 
8
concurrency, distribution and fault tolerance.
 
9
 
 
10
**OTP** is set of Erlang libraries and design principles providing
 
11
middle-ware to develop these systems. It includes its own distributed
 
12
database, applications to interface towards other languages, debugging
 
13
and release handling tools.
 
14
 
 
15
More information can be found at [erlang.org] [1].
 
16
 
 
17
Building and Installing
 
18
-----------------------
 
19
 
 
20
Information on building and installing Erlang/OTP can be found
 
21
in the `INSTALL.md` document.
 
22
 
 
23
Contributing to Erlang/OTP
 
24
--------------------------
 
25
 
 
26
Here are the [instructions for submitting patches] [2].
 
27
 
 
28
In short:
 
29
 
 
30
*   We prefer to receive proposed updates via email on the
 
31
    [`erlang-patches`] [3] mailing list rather than through a pull request.
 
32
    Pull requests are not practical because we have a strict policy never to
 
33
    merge any untested changes to the development branch (the only exception
 
34
    being **obviously** correct changes, such as corrections of typos).
 
35
 
 
36
*   We merge all proposed updates to the `pu` (*proposed updates*) branch,
 
37
    typically within one working day.
 
38
 
 
39
*   At least once a day, the contents of the `pu` branch will be built on
 
40
    several platforms (Linux, Solaris, Mac OS X, Windows, and so on) and
 
41
    automatic test suites will be run. We will email you if any problems are
 
42
    found.
 
43
 
 
44
*   If a proposed change builds and passes the tests, it will be reviewed
 
45
    by one or more members of the Erlang/OTP team at Ericsson. The reviewer
 
46
    may suggest improvements that are needed before the change can be accepted
 
47
    and merged.
 
48
 
 
49
*   Once or twice a week, a status email called "What's cooking in Erlang/OTP"
 
50
    will be sent to the [`erlang-patches`] [3] mailing list.
 
51
 
 
52
Copyright and License
 
53
---------------------
 
54
 
 
55
> %CopyrightBegin%
 
56
>
 
57
> Copyright Ericsson AB 2010. All Rights Reserved.
 
58
>
 
59
> The contents of this file are subject to the Erlang Public License,
 
60
> Version 1.1, (the "License"); you may not use this file except in
 
61
> compliance with the License. You should have received a copy of the
 
62
> Erlang Public License along with this software. If not, it can be
 
63
> retrieved online at http://www.erlang.org/.
 
64
>
 
65
> Software distributed under the License is distributed on an "AS IS"
 
66
> basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
67
> the License for the specific language governing rights and limitations
 
68
> under the License.
 
69
>
 
70
> %CopyrightEnd%
 
71
 
 
72
 
 
73
 
 
74
   [1]: http://www.erlang.org
 
75
   [2]: http://wiki.github.com/erlang/otp/submitting-patches
 
76
   [3]: http://www.erlang.org/faq.html