Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Hi! I'd like to upload erlang/1:15.b.1-dfsg-4 which readds long time ago forgotten symlink /usr/bin/to_erl (and a hand-made manpage for it). There's no corresponding bugreport because a user who found the bug (he executed Erlang VM via run_erl, but couldn't connect to it by simple typing to_erl) reported it privately. The diff between 1:15.b.1-dfsg-3 and 1:15.b.1-dfsg-4 is attached. -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (500, 'testing'), (100, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5-trunk-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u erlang-15.b.1-dfsg/debian/erlang-base.links.in erlang-15.b.1-dfsg/debian/erlang-base.links.in --- erlang-15.b.1-dfsg/debian/erlang-base.links.in +++ erlang-15.b.1-dfsg/debian/erlang-base.links.in @@ -3,6 +3,7 @@ usr/lib/erlang/bin/escript usr/bin/escript usr/lib/erlang/bin/run_erl usr/bin/run_erl usr/lib/erlang/bin/start usr/bin/start_embedded +usr/lib/erlang/bin/to_erl usr/bin/to_erl usr/lib/erlang/erts-@VERSION@/bin/epmd usr/lib/erlang/bin/epmd usr/lib/erlang/bin/epmd usr/bin/epmd usr/lib/erlang/lib/erl_interface-@EI_VSN@/bin/erl_call usr/bin/erl_call diff -u erlang-15.b.1-dfsg/debian/erlang-base-hipe.manpages erlang-15.b.1-dfsg/debian/erlang-base-hipe.manpages --- erlang-15.b.1-dfsg/debian/erlang-base-hipe.manpages +++ erlang-15.b.1-dfsg/debian/erlang-base-hipe.manpages @@ -7,0 +8 @@ +debian/manpages/to_erl.1 diff -u erlang-15.b.1-dfsg/debian/erlang-base.manpages erlang-15.b.1-dfsg/debian/erlang-base.manpages --- erlang-15.b.1-dfsg/debian/erlang-base.manpages +++ erlang-15.b.1-dfsg/debian/erlang-base.manpages @@ -7,0 +8 @@ +debian/manpages/to_erl.1 diff -u erlang-15.b.1-dfsg/debian/erlang-base-hipe.links.in erlang-15.b.1-dfsg/debian/erlang-base-hipe.links.in --- erlang-15.b.1-dfsg/debian/erlang-base-hipe.links.in +++ erlang-15.b.1-dfsg/debian/erlang-base-hipe.links.in @@ -3,6 +3,7 @@ usr/lib/erlang/bin/escript usr/bin/escript usr/lib/erlang/bin/run_erl usr/bin/run_erl usr/lib/erlang/bin/start usr/bin/start_embedded +usr/lib/erlang/bin/to_erl usr/bin/to_erl usr/lib/erlang/erts-@VERSION@/bin/epmd usr/lib/erlang/bin/epmd usr/lib/erlang/bin/epmd usr/bin/epmd usr/lib/erlang/lib/erl_interface-@EI_VSN@/bin/erl_call usr/bin/erl_call diff -u erlang-15.b.1-dfsg/debian/changelog erlang-15.b.1-dfsg/debian/changelog --- erlang-15.b.1-dfsg/debian/changelog +++ erlang-15.b.1-dfsg/debian/changelog @@ -1,3 +1,11 @@ +erlang (1:15.b.1-dfsg-4) unstable; urgency=low + + * Added link for to_erl communication program to /usr/bin. Also created + manpage for to_erl(1) by copying the relevant info from + /usr/share/doc/erlang-doc/doc/embedded/embedded_solaris.html. + + -- Sergei Golovan <[email protected]> Sun, 27 Jan 2013 17:49:31 +0400 + erlang (1:15.b.1-dfsg-3) unstable; urgency=low * Moved kernel and stdlib include files from erlang-dev to the erlang-base only in patch2: unchanged: --- erlang-15.b.1-dfsg.orig/debian/manpages/to_erl.1 +++ erlang-15.b.1-dfsg/debian/manpages/to_erl.1 @@ -0,0 +1,31 @@ +.TH to_erl 1 "erts 5.9.1" "Ericsson AB" "USER COMMANDS" +.SH NAME +to_erl \- Attach to a running Erlang runtime system, started with run_erl +.SH DESCRIPTION +.LP +This program is used to attach to a running Erlang runtime system, +started with run_erl. + +.SH USAGE +.LP +to_erl [pipe_name | pipe_dir] +.fi +.LP +To disconnect it from the Erlang shell without exiting +the Erlang system, type Ctrl-D. +.LP +The \fIto_erl\fR\& program arguments are: +.RS 2 +.TP 4 +.B +pipe_name: +Name of the pipe where to attach. It defaults to \fI/tmp/erlang.pipe.N\fR. +.TP 4 +.B +pipe_dir: +Directory name where to search for the named pipe to attach. It defaults to +\fI/tmp\fR. +.RE +.SH SEE ALSO +.LP +run_erl(1), start_embedded(1)

