[Pkg-erlang-commits] r1480 - in erlang/branches/experimental/debian: . manpages patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Tue Jan 8 10:17:48 UTC 2013
Author: sgolovan
Date: 2013-01-08 10:17:47 +0000 (Tue, 08 Jan 2013)
New Revision: 1480
Added:
erlang/branches/experimental/debian/manpages/to_erl.1
Removed:
erlang/branches/experimental/debian/patches/m68k.patch
Modified:
erlang/branches/experimental/debian/changelog
erlang/branches/experimental/debian/erlang-base-hipe.links.in
erlang/branches/experimental/debian/erlang-base-hipe.manpages
erlang/branches/experimental/debian/erlang-base.links.in
erlang/branches/experimental/debian/erlang-base.manpages
erlang/branches/experimental/debian/patches/clean.patch
erlang/branches/experimental/debian/patches/series
erlang/branches/experimental/debian/rules
Log:
[erlang-experimental]
* New upstream release (upload to experimental because of freeze).
* Removed debian/patches/m68k.patch which doesn't work anymore anyway.
* Created a separate manpage for to_erl(1) by copying the relevant info
from /usr/share/doc/erlang-doc/doc/embedded/embedded_solaris.html.
Modified: erlang/branches/experimental/debian/changelog
===================================================================
--- erlang/branches/experimental/debian/changelog 2012-10-21 11:37:48 UTC (rev 1479)
+++ erlang/branches/experimental/debian/changelog 2013-01-08 10:17:47 UTC (rev 1480)
@@ -1,14 +1,17 @@
-erlang (1:15.b.2-dfsg-3) UNRELEASED; urgency=low
+erlang (1:15.b.3-dfsg-1) experimental; urgency=low
- * NOT RELEASED YET
+ * New upstream release (upload to experimental because of freeze).
+ * Removed debian/patches/m68k.patch which doesn't work anymore anyway.
+ * Created a separate manpage for to_erl(1) by copying the relevant info
+ from /usr/share/doc/erlang-doc/doc/embedded/embedded_solaris.html.
- -- Sergei Golovan <sgolovan at debian.org> Sun, 21 Oct 2012 15:37:47 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Tue, 08 Jan 2013 13:11:35 +0400
erlang (1:15.b.2-dfsg-2) experimental; urgency=low
* Added link for to_erl communication program to /usr/bin. Also linked its
manpage to run_erl.1 because there's no direct documentation on to_erl and
- it's intended to use in coopreation with run_erl.
+ it's intended to use in cooperation with run_erl.
-- Sergei Golovan <sgolovan at debian.org> Sun, 21 Oct 2012 13:04:16 +0400
Modified: erlang/branches/experimental/debian/erlang-base-hipe.links.in
===================================================================
--- erlang/branches/experimental/debian/erlang-base-hipe.links.in 2012-10-21 11:37:48 UTC (rev 1479)
+++ erlang/branches/experimental/debian/erlang-base-hipe.links.in 2013-01-08 10:17:47 UTC (rev 1480)
@@ -7,4 +7,3 @@
usr/lib/erlang/erts- at VERSION@/bin/epmd usr/lib/erlang/bin/epmd
usr/lib/erlang/bin/epmd usr/bin/epmd
usr/lib/erlang/lib/erl_interface- at EI_VSN@/bin/erl_call usr/bin/erl_call
-usr/share/man/man1/run_erl.1.gz usr/share/man/man1/to_erl.1.gz
Modified: erlang/branches/experimental/debian/erlang-base-hipe.manpages
===================================================================
--- erlang/branches/experimental/debian/erlang-base-hipe.manpages 2012-10-21 11:37:48 UTC (rev 1479)
+++ erlang/branches/experimental/debian/erlang-base-hipe.manpages 2013-01-08 10:17:47 UTC (rev 1480)
@@ -5,3 +5,4 @@
debian/erlang-docs/usr/lib/erlang/man/man1/escript.1
debian/erlang-docs/usr/lib/erlang/man/man1/run_erl.1
debian/erlang-docs/usr/lib/erlang/man/man1/start_embedded.1
+debian/manpages/to_erl.1
Modified: erlang/branches/experimental/debian/erlang-base.links.in
===================================================================
--- erlang/branches/experimental/debian/erlang-base.links.in 2012-10-21 11:37:48 UTC (rev 1479)
+++ erlang/branches/experimental/debian/erlang-base.links.in 2013-01-08 10:17:47 UTC (rev 1480)
@@ -7,4 +7,3 @@
usr/lib/erlang/erts- at VERSION@/bin/epmd usr/lib/erlang/bin/epmd
usr/lib/erlang/bin/epmd usr/bin/epmd
usr/lib/erlang/lib/erl_interface- at EI_VSN@/bin/erl_call usr/bin/erl_call
-usr/share/man/man1/run_erl.1.gz usr/share/man/man1/to_erl.1.gz
Modified: erlang/branches/experimental/debian/erlang-base.manpages
===================================================================
--- erlang/branches/experimental/debian/erlang-base.manpages 2012-10-21 11:37:48 UTC (rev 1479)
+++ erlang/branches/experimental/debian/erlang-base.manpages 2013-01-08 10:17:47 UTC (rev 1480)
@@ -5,3 +5,4 @@
debian/erlang-docs/usr/lib/erlang/man/man1/escript.1
debian/erlang-docs/usr/lib/erlang/man/man1/run_erl.1
debian/erlang-docs/usr/lib/erlang/man/man1/start_embedded.1
+debian/manpages/to_erl.1
Added: erlang/branches/experimental/debian/manpages/to_erl.1
===================================================================
--- erlang/branches/experimental/debian/manpages/to_erl.1 (rev 0)
+++ erlang/branches/experimental/debian/manpages/to_erl.1 2013-01-08 10:17:47 UTC (rev 1480)
@@ -0,0 +1,31 @@
+.TH to_erl 1 "erts 5.9.3" "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)
Modified: erlang/branches/experimental/debian/patches/clean.patch
===================================================================
--- erlang/branches/experimental/debian/patches/clean.patch 2012-10-21 11:37:48 UTC (rev 1479)
+++ erlang/branches/experimental/debian/patches/clean.patch 2013-01-08 10:17:47 UTC (rev 1480)
@@ -13,7 +13,7 @@
#
# Just wipe out emulator, not libraries
-@@ -1022,3 +1023,185 @@
+@@ -1022,3 +1023,181 @@
|| $(MAKE) BOOTSTRAP_ROOT=$(BOOTSTRAP_ROOT) bootstrap_root_clean
# ----------------------------------------------------------------------
@@ -81,10 +81,6 @@
+ rm -rf $(ERL_TOP)/lib/crypto/c_src/$(TARGET)
+ rm -rf $(ERL_TOP)/lib/crypto/priv/lib/$(TARGET)
+ rm -rf $(ERL_TOP)/lib/crypto/priv/obj/$(TARGET)
-+ rm -rf $(ERL_TOP)/lib/diameter/config.log
-+ rm -rf $(ERL_TOP)/lib/diameter/config.status
-+ rm -rf $(ERL_TOP)/lib/diameter/make/$(TARGET)
-+ rm -rf $(ERL_TOP)/lib/diameter/Makefile
+ rm -rf $(ERL_TOP)/lib/erl_interface/bin/$(TARGET)
+ rm -rf $(ERL_TOP)/lib/erl_interface/config.log
+ rm -rf $(ERL_TOP)/lib/erl_interface/config.status
Deleted: erlang/branches/experimental/debian/patches/m68k.patch
===================================================================
--- erlang/branches/experimental/debian/patches/m68k.patch 2012-10-21 11:37:48 UTC (rev 1479)
+++ erlang/branches/experimental/debian/patches/m68k.patch 2013-01-08 10:17:47 UTC (rev 1480)
@@ -1,33 +0,0 @@
-m68k.patch by Sergei Golovan <sgolovan at nes.ru>
-
-This patch fixes 2 issues on m68k architecture:
-
-(1) FTBFS because of insufficiently aligned variable (thanks to
- Aleksey Shchepin for help in debugging it).
-
-(2) Non-working networking besause of blind conversion of long to a pointer.
-
---- erlang-15.b.2-dfsg.orig/erts/emulator/beam/binary.c
-+++ erlang-15.b.2-dfsg/erts/emulator/beam/binary.c
-@@ -31,6 +31,10 @@
- #include "erl_binary.h"
- #include "erl_bits.h"
-
-+#ifdef __m68k__
-+erts_atomic_t erts_allocated_binaries __attribute__ ((aligned (4)));
-+#endif
-+
- #ifdef DEBUG
- static int list_to_bitstr_buf(Eterm obj, char* buf, Uint len);
- #else
---- erlang-15.b.2-dfsg.orig/erts/emulator/beam/erl_driver.h
-+++ erlang-15.b.2-dfsg/erts/emulator/beam/erl_driver.h
-@@ -595,7 +595,7 @@
- EXTERN ErlDrvTermData driver_caller(ErlDrvPort);
- extern const ErlDrvTermData driver_term_nil;
- EXTERN ErlDrvTermData driver_mk_term_nil(void);
--EXTERN ErlDrvPort driver_create_port(ErlDrvPort creator_port,
-+EXTERN long driver_create_port(long creator_port,
- ErlDrvTermData connected, /* pid */
- char* name, /* driver name */
- ErlDrvData drv_data);
Modified: erlang/branches/experimental/debian/patches/series
===================================================================
--- erlang/branches/experimental/debian/patches/series 2012-10-21 11:37:48 UTC (rev 1479)
+++ erlang/branches/experimental/debian/patches/series 2013-01-08 10:17:47 UTC (rev 1480)
@@ -4,7 +4,6 @@
sparc.patch
man.patch
emacs.patch
-m68k.patch
docs.patch
java.patch
hppa.patch
Modified: erlang/branches/experimental/debian/rules
===================================================================
--- erlang/branches/experimental/debian/rules 2012-10-21 11:37:48 UTC (rev 1479)
+++ erlang/branches/experimental/debian/rules 2013-01-08 10:17:47 UTC (rev 1480)
@@ -513,8 +513,8 @@
binary: binary-indep binary-arch
-REL=R15B02
-DEB_REL=15.b.2-dfsg
+REL=R15B03-1
+DEB_REL=15.b.3-dfsg
get-orig-source:
CURDIR=`pwd` && TMPDIR=`mktemp -d /tmp/erlang.XXXXXX` && \
More information about the Pkg-erlang-commits
mailing list