--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: Preapproval of erlang/1:15.b.1-dfsg-4
- From: Sergei Golovan <sgolovan@nes.ru>
- Date: Sun, 27 Jan 2013 19:05:18 +0400
- Message-id: <20130127150518.32578.33526.reportbug@jupiter.golovan.home>
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <sgolovan@debian.org> 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)
--- End Message ---
--- Begin Message ---
- To: Sergei Golovan <sgolovan@nes.ru>, <699097-done@bugs.debian.org>
- Subject: Re: Bug#699097: Preapproval of erlang/1:15.b.1-dfsg-4
- From: Jonathan Wiltshire <jmw@debian.org>
- Date: Tue, 12 Feb 2013 11:09:35 +0000
- Message-id: <883a9cc2856d371bf64be2fd1e3f41fb@hogwarts.powdarrmonkey.net>
- In-reply-to: <CAOq2pXG0ZG_BJzcq8MPFaoxH9u4=YtjCOreD1QjYtvWZNRwsTg@mail.gmail.com>
- References: <20130127150518.32578.33526.reportbug@jupiter.golovan.home> <20130127160932.GF8837@radis.cristau.org> <CAOq2pXG0ZG_BJzcq8MPFaoxH9u4=YtjCOreD1QjYtvWZNRwsTg@mail.gmail.com>
On 2013-02-12 10:57, Sergei Golovan wrote:
Hi!
On Sun, Jan 27, 2013 at 8:09 PM, Julien Cristau <jcristau@debian.org>
wrote:
On Sun, Jan 27, 2013 at 19:05:18 +0400, Sergei Golovan wrote:
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).
That looks ok.
I've uploaded it and it's already built for all required
architectures. Could someone unblock it?
Thanks, unblocked.
--
Jonathan Wiltshire jmw@debian.org
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
<directhex> i have six years of solaris sysadmin experience, from
8->10. i am well qualified to say it is made from bonghits
layered on top of bonghits
--- End Message ---