erlang 1:18.0-dfsg-1ubuntu1 source package in Ubuntu

Changelog

erlang (1:18.0-dfsg-1ubuntu1) wily; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - d/patches/fix-pointer-conversion.patch: Remove implicit integer to
      pointer conversion.
    - d/control: Drop libwxgtk3.0-dev build dependency. Wx isn't in main,
      and not supposed to.
    - d/control: Drop erlang-wx binary and associated dependencies from
      other erlang-* packages.
    - d/rules: Add "+debug_info" to ERL_COMPILE_FLAGS for debug builds.
    - d/p/bytecode-compat.patch: Specify source/target = 1.5 when compiling
      Java source code.
    - d/rules: Use "-DEPMD6" in CPPFLAGS and ensure this is passed to
      relevant bits of the build process, enabling IPv6 support.
    - d/control: Build erlang-base-hipe on ppc64 and ppc64el.

erlang (1:18.0-dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Refreshed patches, removed patch which disables SSLv3 protocol in
    the ssl application because this protocol has been disabled upstream.
  * Changed the license in debian/copyright because upstream relicensed
    Erlang/OTP from Erlang public license to Apache 2.0 license.

 -- James Page <email address hidden>  Wed, 08 Jul 2015 13:52:33 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
erlang_18.0-dfsg.orig.tar.xz 25.4 MiB c7c7804621a048933b24985f2eb21ddf63f20a5a74fb61c133c2b74e2a168493
erlang_18.0-dfsg-1ubuntu1.debian.tar.xz 62.0 KiB ddecb8267c5aaa290854fefb89cd491ab5104f6c5c4c4a7323700a17d065cd3e
erlang_18.0-dfsg-1ubuntu1.dsc 5.4 KiB b45d2f9a7a03c639786134b5301ea4a8100712cfdd5b0e66a8260708fe3441cd

View changes file

Binary packages built by this source

erlang: No summary available for erlang in ubuntu wily.

No description available for erlang in ubuntu wily.

erlang-asn1: Erlang/OTP modules for ASN.1 support

 The Asn1 application contains modules with compile-time and run-time
 support for ASN.1 in Erlang/OTP.

erlang-asn1-dbgsym: No summary available for erlang-asn1-dbgsym in ubuntu wily.

No description available for erlang-asn1-dbgsym in ubuntu wily.

erlang-base: No summary available for erlang-base in ubuntu wily.

No description available for erlang-base in ubuntu wily.

erlang-base-dbgsym: debug symbols for package erlang-base

 This package contains the Erlang/OTP runtime implementation, which is
 configured and built without HiPE support (compiles to byte-code only),
 and minimal set of Erlang applications:
  compiler - compiles Erlang code to byte-code;
  erts - the Erlang runtime system application;
  kernel - code necessary to run the Erlang runtime system itself;
  ose - code for Enea OSE operating system;
  sasl - the system architecture support libraries application;
  stdlib - modules for manipulating lists, strings, files etc.

erlang-base-hipe: Erlang/OTP HiPE enabled virtual machine and base applications

 This package contains the Erlang/OTP runtime implementation, which is
 configured and built with HiPE support (allows compiling to native code),
 and minimal set of Erlang applications:
  compiler - compiles Erlang code to byte-code;
  erts - the Erlang runtime system application;
  kernel - code necessary to run the Erlang runtime system itself;
  ose - code for Enea OSE operating system;
  sasl - the system architecture support libraries application;
  stdlib - modules for manipulating lists, strings, files etc.

erlang-base-hipe-dbgsym: No summary available for erlang-base-hipe-dbgsym in ubuntu wily.

No description available for erlang-base-hipe-dbgsym in ubuntu wily.

erlang-common-test: No summary available for erlang-common-test in ubuntu wily.

No description available for erlang-common-test in ubuntu wily.

erlang-common-test-dbgsym: No summary available for erlang-common-test-dbgsym in ubuntu wily.

No description available for erlang-common-test-dbgsym in ubuntu wily.

erlang-corba: No summary available for erlang-corba in ubuntu wily.

No description available for erlang-corba in ubuntu wily.

erlang-corba-dbgsym: No summary available for erlang-corba-dbgsym in ubuntu wily.

No description available for erlang-corba-dbgsym in ubuntu wily.

erlang-crypto: No summary available for erlang-crypto in ubuntu wily.

No description available for erlang-crypto in ubuntu wily.

erlang-crypto-dbgsym: No summary available for erlang-crypto-dbgsym in ubuntu wily.

No description available for erlang-crypto-dbgsym in ubuntu wily.

erlang-dbg: Erlang/OTP symbol files

 The files containing debug symbols for binaries and libraries in Erlang
 to help in debugging applications build with them. You will not normally
 need to install this package.

erlang-debugger: No summary available for erlang-debugger in ubuntu wily.

No description available for erlang-debugger in ubuntu wily.

erlang-debugger-dbgsym: No summary available for erlang-debugger-dbgsym in ubuntu wily.

No description available for erlang-debugger-dbgsym in ubuntu wily.

erlang-dev: No summary available for erlang-dev in ubuntu wily.

No description available for erlang-dev in ubuntu wily.

erlang-dev-dbgsym: No summary available for erlang-dev-dbgsym in ubuntu wily.

No description available for erlang-dev-dbgsym in ubuntu wily.

erlang-dialyzer: No summary available for erlang-dialyzer in ubuntu wily.

No description available for erlang-dialyzer in ubuntu wily.

erlang-dialyzer-dbgsym: debug symbols for package erlang-dialyzer

 Dialyzer is a static analysis tool that identifies software
 discrepancies such as type errors, unreachable code, unnecessary
 tests etc. in single Erlang modules or entire (sets of) applications.

erlang-diameter: No summary available for erlang-diameter in ubuntu wily.

No description available for erlang-diameter in ubuntu wily.

erlang-diameter-dbgsym: debug symbols for package erlang-diameter

 Interface with which a user creates a service that sends and receives
 messages using the Diameter protocol as defined in RFC 6733.

erlang-doc: Erlang/OTP HTML/PDF documentation

 Documentation for the Erlang programming language and OTP
 library in HTML and PDF formats.

erlang-edoc: Erlang/OTP module for generating documentation

 EDoc is the Erlang program documentation generator. Inspired by the
 Javadoc tool for the Java programming language, EDoc is adapted to
 the conventions of the Erlang world.

erlang-edoc-dbgsym: debug symbols for package erlang-edoc

 EDoc is the Erlang program documentation generator. Inspired by the
 Javadoc tool for the Java programming language, EDoc is adapted to
 the conventions of the Erlang world.

erlang-eldap: No summary available for erlang-eldap in ubuntu wily.

No description available for erlang-eldap in ubuntu wily.

erlang-eldap-dbgsym: No summary available for erlang-eldap-dbgsym in ubuntu wily.

No description available for erlang-eldap-dbgsym in ubuntu wily.

erlang-erl-docgen: Erlang/OTP documentation stylesheets

 The erl_docgen package includes XSLT stylesheets and document type
 definitions used for Erlang/OTP documentation. They allow one to
 transform documentation to manpage, HTML, and PDF formats.

erlang-erl-docgen-dbgsym: debug symbols for package erlang-erl-docgen

 The erl_docgen package includes XSLT stylesheets and document type
 definitions used for Erlang/OTP documentation. They allow one to
 transform documentation to manpage, HTML, and PDF formats.

erlang-et: No summary available for erlang-et in ubuntu wily.

No description available for erlang-et in ubuntu wily.

erlang-et-dbgsym: No summary available for erlang-et-dbgsym in ubuntu wily.

No description available for erlang-et-dbgsym in ubuntu wily.

erlang-eunit: No summary available for erlang-eunit in ubuntu wily.

No description available for erlang-eunit in ubuntu wily.

erlang-eunit-dbgsym: No summary available for erlang-eunit-dbgsym in ubuntu wily.

No description available for erlang-eunit-dbgsym in ubuntu wily.

erlang-examples: Erlang/OTP application examples

 The examples, included in the Erlang/OTP system distribution.

erlang-gs: No summary available for erlang-gs in ubuntu wily.

No description available for erlang-gs in ubuntu wily.

erlang-gs-dbgsym: debug symbols for package erlang-gs

 The Graphics System application, GS, is a library of routines for
 writing graphical user interfaces. Programs written using GS work
 on all Erlang platforms and do not depend upon the underlying
 windowing system. It uses Tk widgets for visualization.

erlang-ic: No summary available for erlang-ic in ubuntu wily.

No description available for erlang-ic in ubuntu wily.

erlang-ic-dbgsym: No summary available for erlang-ic-dbgsym in ubuntu wily.

No description available for erlang-ic-dbgsym in ubuntu wily.

erlang-ic-java: No summary available for erlang-ic-java in ubuntu wily.

No description available for erlang-ic-java in ubuntu wily.

erlang-inets: Erlang/OTP Internet clients and servers

 Inets is a container for Internet clients and servers. Currently
 a FTP client, a HTTP client and server, and a TFTP client and
 server are provided in Inets.

erlang-inets-dbgsym: No summary available for erlang-inets-dbgsym in ubuntu wily.

No description available for erlang-inets-dbgsym in ubuntu wily.

erlang-jinterface: Java communication tool to Erlang

 Jinterface Java package contains java classes, which help you
 integrate programs written in Java with Erlang.

erlang-manpages: No summary available for erlang-manpages in ubuntu wily.

No description available for erlang-manpages in ubuntu wily.

erlang-megaco: No summary available for erlang-megaco in ubuntu wily.

No description available for erlang-megaco in ubuntu wily.

erlang-megaco-dbgsym: No summary available for erlang-megaco-dbgsym in ubuntu wily.

No description available for erlang-megaco-dbgsym in ubuntu wily.

erlang-mnesia: Erlang/OTP distributed relational/object hybrid database

 Mnesia is a distributed Database Management System (DBMS), appropriate
 for telecommunications applications and other Erlang applications
 which require continuous operation and exhibit soft real-time properties.

erlang-mnesia-dbgsym: No summary available for erlang-mnesia-dbgsym in ubuntu wily.

No description available for erlang-mnesia-dbgsym in ubuntu wily.

erlang-mode: Erlang major editing mode for Emacs

 This package includes the mode for editing Erlang programs in GNU Emacs.
 It is provided with the default Erlang/OTP distribution. It supports
 sophisticated indentation, syntax highlighting, electric commands,
 module name verification, comments, skeletons, tags etc.

erlang-nox: Erlang/OTP applications that don't require X Window System

 This package is a dummy package which will install all Erlang/OTP
 applications which do not require X Window System to run.

erlang-observer: No summary available for erlang-observer in ubuntu wily.

No description available for erlang-observer in ubuntu wily.

erlang-observer-dbgsym: No summary available for erlang-observer-dbgsym in ubuntu wily.

No description available for erlang-observer-dbgsym in ubuntu wily.

erlang-odbc: No summary available for erlang-odbc in ubuntu wily.

No description available for erlang-odbc in ubuntu wily.

erlang-odbc-dbgsym: debug symbols for package erlang-odbc

 The Erlang ODBC application provides an interface for accessing
 relational SQL databases from Erlang.

erlang-os-mon: No summary available for erlang-os-mon in ubuntu wily.

No description available for erlang-os-mon in ubuntu wily.

erlang-os-mon-dbgsym: debug symbols for package erlang-os-mon

 The operating system monitor, OS_Mon, provides services for
 monitoring CPU load, disk usage, memory usage and OS messages.

erlang-parsetools: No summary available for erlang-parsetools in ubuntu wily.

No description available for erlang-parsetools in ubuntu wily.

erlang-parsetools-dbgsym: No summary available for erlang-parsetools-dbgsym in ubuntu wily.

No description available for erlang-parsetools-dbgsym in ubuntu wily.

erlang-percept: Erlang/OTP concurrency profiling tool

 Percept is a tool which visualizes application level concurrency and
 helps to identify concurrency bottlenecks.

erlang-percept-dbgsym: No summary available for erlang-percept-dbgsym in ubuntu wily.

No description available for erlang-percept-dbgsym in ubuntu wily.

erlang-public-key: No summary available for erlang-public-key in ubuntu wily.

No description available for erlang-public-key in ubuntu wily.

erlang-public-key-dbgsym: debug symbols for package erlang-public-key

 Provides functions to handle public key infrastructure from RFC 3280
 (X.509 certificates) and some parts of the PKCS-standard.

erlang-reltool: Erlang/OTP release management tool

 Reltool is a release management tool. It analyses a given Erlang/OTP
 installation and determines dependencies between applications. The
 graphical frontend depicts the dependencies and enables interactive
 customization of a target system. The backend provides a batch
 interface for generation of customized target systems.

erlang-reltool-dbgsym: No summary available for erlang-reltool-dbgsym in ubuntu wily.

No description available for erlang-reltool-dbgsym in ubuntu wily.

erlang-runtime-tools: No summary available for erlang-runtime-tools in ubuntu wily.

No description available for erlang-runtime-tools in ubuntu wily.

erlang-runtime-tools-dbgsym: No summary available for erlang-runtime-tools-dbgsym in ubuntu wily.

No description available for erlang-runtime-tools-dbgsym in ubuntu wily.

erlang-snmp: No summary available for erlang-snmp in ubuntu wily.

No description available for erlang-snmp in ubuntu wily.

erlang-snmp-dbgsym: debug symbols for package erlang-snmp

 A multilingual Simple Network Management Protocol application features
 an Extensible Agent, simple manager, a MIB compiler and facilities for
 implementing SNMP MIBs etc.
 .
 The OTP_Mibs application provides an SNMP management information base
 for Erlang nodes.

erlang-src: No summary available for erlang-src in ubuntu wily.

No description available for erlang-src in ubuntu wily.

erlang-ssh: No summary available for erlang-ssh in ubuntu wily.

No description available for erlang-ssh in ubuntu wily.

erlang-ssh-dbgsym: debug symbols for package erlang-ssh

 The SSH application is an erlang implementation of the secure
 shell protocol.

erlang-ssl: No summary available for erlang-ssl in ubuntu wily.

No description available for erlang-ssl in ubuntu wily.

erlang-ssl-dbgsym: No summary available for erlang-ssl-dbgsym in ubuntu wily.

No description available for erlang-ssl-dbgsym in ubuntu wily.

erlang-syntax-tools: No summary available for erlang-syntax-tools in ubuntu wily.

No description available for erlang-syntax-tools in ubuntu wily.

erlang-syntax-tools-dbgsym: debug symbols for package erlang-syntax-tools

 Syntax_Tools contains modules for handling abstract Erlang syntax
 trees in a way that is compatible with the "parse trees" of the
 STDLIB module erl_parse, together with utilities for reading source
 files in unusual ways and pretty-printing syntax trees. Also it
 includes a module merger and renamer called Igor, as well as an
 automatic code-cleaner.

erlang-test-server: No summary available for erlang-test-server in ubuntu wily.

No description available for erlang-test-server in ubuntu wily.

erlang-test-server-dbgsym: No summary available for erlang-test-server-dbgsym in ubuntu wily.

No description available for erlang-test-server-dbgsym in ubuntu wily.

erlang-tools: No summary available for erlang-tools in ubuntu wily.

No description available for erlang-tools in ubuntu wily.

erlang-tools-dbgsym: debug symbols for package erlang-tools

 The Tools application contains a number of stand-alone tools, which are
 useful when developing Erlang programs.
 .
  cover - A coverage analysis tool for Erlang.
  cprof - A profiling tool that shows how many times each function
    is called. Uses a kind of local call trace breakpoints containing
    counters to achieve very low runtime performance degradation.
  eprof - A time profiling tool; measures how time is used in Erlang
    programs. Predecessor of fprof (see below).
  fprof - Another Erlang profiler; measures how time is used in Erlang
    programs. Uses trace to file to minimize runtime performance
    impact, and displays time for calling and called functions.
  instrument - Utility functions for obtaining and analyzing resource
    usage in an instrumented Erlang runtime system.
  make - A make utility for Erlang similar to UNIX make.
  tags - A tool for generating Emacs TAGS files from Erlang source
    files.
  xref - A cross reference tool. Can be used to check dependencies
    between functions, modules, applications and releases.

erlang-typer: Erlang/OTP code type annotator

 TypEr is a tool that displays and automatically inserts type annotations
 in Erlang code. It uses Dialyzer to infer variable types.

erlang-typer-dbgsym: No summary available for erlang-typer-dbgsym in ubuntu wily.

No description available for erlang-typer-dbgsym in ubuntu wily.

erlang-webtool: No summary available for erlang-webtool in ubuntu wily.

No description available for erlang-webtool in ubuntu wily.

erlang-webtool-dbgsym: No summary available for erlang-webtool-dbgsym in ubuntu wily.

No description available for erlang-webtool-dbgsym in ubuntu wily.

erlang-x11: Erlang/OTP applications that require X Window System

 This package is a dummy package which will install all Erlang/OTP
 applications which use graphical interface and therefore require
 X Window System to run.

erlang-xmerl: No summary available for erlang-xmerl in ubuntu wily.

No description available for erlang-xmerl in ubuntu wily.

erlang-xmerl-dbgsym: No summary available for erlang-xmerl-dbgsym in ubuntu wily.

No description available for erlang-xmerl-dbgsym in ubuntu wily.