~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-06-17 08:49:38 UTC
  • Revision ID: james.westby@ubuntu.com-20090617084938-fi9tdo3zw95o2ckl
Tags: 1:13.b.1-dfsg-2
* Updated manpages for section 1.
* Applied patch by James Henstridge, which sets ERL_COMPILE_FLAGS based on
  DEB_BUILD_OPTIONS. By default slim runtime without debug info is built.
  To remove slim option set DEB_BUILD_OPTION to 'nostrip', to add debug_info
  compiler option set DEB_BUILD_OPTION to 'debug'. Or it may be set to
  'nostrip,debug' to return to the previous level ob debug information
  (closes: #532757).
* Added a few words about building Erlang packages with debug info included
  to README.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
erlang (1:13.b.1-dfsg-2) unstable; urgency=low
 
2
 
 
3
  * Updated manpages for section 1.
 
4
  * Applied patch by James Henstridge, which sets ERL_COMPILE_FLAGS based on
 
5
    DEB_BUILD_OPTIONS. By default slim runtime without debug info is built.
 
6
    To remove slim option set DEB_BUILD_OPTION to 'nostrip', to add debug_info
 
7
    compiler option set DEB_BUILD_OPTION to 'debug'. Or it may be set to
 
8
    'nostrip,debug' to return to the previous level ob debug information
 
9
    (closes: #532757).
 
10
  * Added a few words about building Erlang packages with debug info included
 
11
    to README.Debian.
 
12
 
 
13
 -- Sergei Golovan <sgolovan@debian.org>  Wed, 17 Jun 2009 08:49:38 +0400
 
14
 
1
15
erlang (1:13.b.1-dfsg-1) unstable; urgency=low
2
16
 
3
17
  * New upstream release.