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

« back to all changes in this revision

Viewing changes to debian/patches/man.patch

  • 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:
4
4
(Erlang manual pages are placed to /usr/share/man/ hierarchy
5
5
as required by Debian policy.)
6
6
 
7
 
--- erlang-13.b-dfsg.orig/erts/etc/common/erlexec.c
8
 
+++ erlang-13.b-dfsg/erts/etc/common/erlexec.c
9
 
@@ -687,8 +687,10 @@
 
7
--- erlang-13.b.1-dfsg.orig/erts/etc/common/erlexec.c
 
8
+++ erlang-13.b.1-dfsg/erts/etc/common/erlexec.c
 
9
@@ -696,8 +696,10 @@
10
10
                        error("-man not supported on Windows");
11
11
 #else
12
12
                        argv[i] = "man";