[Pkg-erlang-commits] r1279 - erlang/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sun Aug 15 05:28:05 UTC 2010
Author: sgolovan
Date: 2010-08-15 05:28:04 +0000 (Sun, 15 Aug 2010)
New Revision: 1279
Modified:
erlang/trunk/debian/changelog
erlang/trunk/debian/control
Log:
[erlang]
* Fixed a few spelling errors in packages descriptions and Debian changelog
entries (closes: #592995).
Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog 2010-08-09 15:41:28 UTC (rev 1278)
+++ erlang/trunk/debian/changelog 2010-08-15 05:28:04 UTC (rev 1279)
@@ -1,13 +1,14 @@
erlang (1:14.a-dfsg-3) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * Fixed a few spelling errors in packages descriptions and Debian changelog
+ entries (closes: #592995).
- -- Sergei Golovan <sgolovan at debian.org> Sun, 01 Aug 2010 16:27:18 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sun, 15 Aug 2010 09:09:43 +0400
erlang (1:14.a-dfsg-2) unstable; urgency=low
* Don't bytecompile erlang-flymake.el for Emacs flavors emacs21 and for
- all versions of Xemacs because they don't contain flymake
+ all versions of XEmacs because they don't contain flymake
(closes: #588474).
* Bumped standards version to 3.9.1.
@@ -84,7 +85,7 @@
* Removed RPATH from ssl and crypto application binaries as required by
Debian policy.
* Added libwxgtk2.4-dev and libwxgtk2.6-dev to build conflicts.
- * Added a few dpendencies for erlang-dialyzer, erlang-et, erlang-observer
+ * Added a few dependencies for erlang-dialyzer, erlang-et, erlang-observer
and erlang-examples packages which now call functions from more modules
than in 1:13.b.3.
@@ -114,12 +115,12 @@
* Added erlang-erl-docgen package to erlang-nox dependencies.
* Made dummy packages erlang-nox and erlang-x11 architecture all.
* Cleaned up working with custom substitution variables in debian/rules.
- * Reorganized debian/rules to ensure that manpages arent built twice, and
+ * Reorganized debian/rules to ensure that manpages aren't built twice, and
aren't built at all if only architecture-dependent packages are requested.
* Fixed project links in README.Debian.
* Added a new package erlang-jinterface which provides tools for
communication of Java programs with Erlang processes. This adds build
- depandency on default-jdk and as a result enables Java module for IDL
+ dependency on default-jdk and as a result enables Java module for IDL
compiler.
* Bumped standards version to 3.8.4.
@@ -206,7 +207,7 @@
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
+ 'nostrip,debug' to return to the previous level of debug information
(closes: #532757).
* Added a few words about building Erlang packages with debug info included
to README.Debian.
@@ -281,7 +282,7 @@
for individual Erlang/OTP applications. erlang-nox and erlang-x11 are still
exist and depend on the correspondent packages.
* Overridden lintian error 'embedded-zlib' because zlib included into Erlang
- VM is patched, so using system-wide zlib will lead to unknown concequences.
+ VM is patched, so using system-wide zlib will lead to unknown consequences.
* Bumped standards version to 3.8.1.
-- Sergei Golovan <sgolovan at debian.org> Fri, 10 Apr 2009 16:32:04 +0400
@@ -336,7 +337,7 @@
erlang (1:12.b.3-dfsg-3) unstable; urgency=low
- * Fixed patches to reenable building erlang regexp driver for common_test
+ * Fixed patches to re-enable building erlang regexp driver for common_test
application on hurd-i386 architecture.
* Refreshed patches and made their description more clear.
* Made dependencies of architecture-independent packages erlang,
@@ -442,7 +443,7 @@
* Copied Erlang Emacs mode files to /usr/share/emacs/site-lisp/erlang
instead of linking which allows to loosen erlang-mode dependencies. Now it
- becomes more reliable and doesn't break in unstable until buildd compliles
+ becomes more reliable and doesn't break in unstable until buildd compiles
erlang on the corresponding architecture.
* Moved link /usr/lib/erlang/man -> /usr/share/man from erlang-base to
erlang-mode package since it is used only to allow showing manpages by
@@ -533,9 +534,9 @@
erlang (1:11.b.5dfsg-7) unstable; urgency=low
* Applied patch by Mikael Magnusson which fixes building of SCTP support
- with libsctp-dev 1.0.7, and enabled SCTP for linux architectures
+ with libsctp-dev 1.0.7, and enabled SCTP for Linux architectures
(closes: #436258).
- * Unconditionally required using clock_gettime for time correction on linux
+ * Unconditionally required using clock_gettime for time correction on Linux
architectures. As a result, the package will not build and work on 2.4
kernels.
@@ -566,7 +567,7 @@
* Overridden lintian warning desktop-command-not-in-package since
/usr/bin/erl is included into a package on which erlang-nox depends.
* Fixed cleanup patch.
- * Added patch which defines MAXHOSTNAMELEN. It is harmless on all linux
+ * Added patch which defines MAXHOSTNAMELEN. It is harmless on all Linux
architectures, but fixes orber building on hurd-i386.
* Redefined HOME environment variable to fix Erlang compiler warnings in
case when HOME points to an existent inaccessible directory.
@@ -745,7 +746,7 @@
erlang (1:11.b.1.dfsg-1) unstable; urgency=medium
[ Sergei Golovan ]
- * Removed nonfree documentation from the upstream source and added
+ * Removed non-free documentation from the upstream source and added
dfsg suffix to version number (closes: #393367).
* Removed conflicts with erlang-doc-html from all packages except
erlang-base and erlang-base-hipe.
@@ -805,7 +806,7 @@
* Use -O1 optimization flag for m68k (workaround for bug in GCC, but there
are still bugs in glibc, so it's unlikely to build erlang on m68k).
* Corrected erlang-dev short description.
- * Corrected erlang-src.patterns (moved nonsource gs application files to
+ * Corrected erlang-src.patterns (moved non-source gs application files to
erlang-x11).
* Added prerm and postinstall scripts which stop and start erlang-dependent
services (otherwise certain services, e.g. ejabberd become irresponsible
@@ -926,14 +927,14 @@
* Closes: #358179: Removed the copy of the LGPL in the copyright file.
I've put the required shorter text.
* Disabled HiPE build for mips, arm, mipsel, s390 and sparc, in hope
- that it fixe FTBS on those platforms.
+ that it fixes FTBFS on those platforms.
* Closes: #358410. erlang-src and erlang-mode are now Architecture:
all.
- * erlang-nox and erlang-x11 are now built as arch-dependant targets
+ * erlang-nox and erlang-x11 are now built as arch-dependent targets
since, practically, they depend on one of erlang-runtime to be
built.
* Added a link from /usr/lib/erlang/usr/include to /usr/include/erlang
- to fix potential FTBS of dependencies of Erlang.
+ to fix potential FTBFS of dependencies of Erlang.
* cant install erlang package (dependencie problem) (Closes: #366398)
-- Francois-Denis Gonthier <neumann at lostwebsite.net> Mon, 8 May 2006 21:06:21 -0400
@@ -987,7 +988,7 @@
* fully dpatch'ified.
* Emacs editing mode pulled from the main package and put into it's
own erlang-mode package.
- * As it was suggested a few times, I've splitted the main arch-
+ * As it was suggested a few times, I've split the main arch-
independent package in two. There is now an erlang-nox package
which include the base applications that don't require tk8.4 to
work. The applications that depend on gs and thus on tk8.4 and now
@@ -1006,7 +1007,7 @@
don't fully understand the need for it. I take care of preserving
the pristine content of the bootstrap directory instead of using the
weird preservebeam script. I suspect that might be causing some
- problems on some plateforms althought I don't really know why.
+ problems on some platforms although I don't really know why.
-- Francois-Denis Gonthier <neumann at lostwebsite.net> Wed, 28 Sep 2005 00:02:28 -0400
@@ -1057,7 +1058,7 @@
erlang (1:10.b.1a-2.2) unstable; urgency=high
* Non-maintainer upload.
- * High-urgency upload for sarge-targetted RC bugfix
+ * High-urgency upload for sarge-targeted RC bugfix
* Build with --disable-hipe on everything but amd64 (not just on i386),
for compatibility with 2.4 kernels in sarge; thanks to Lars
Wirzenius for tracking this down. Closes: #276800.
@@ -1288,7 +1289,7 @@
erlang (1:9.0-6) unstable; urgency=low
* Erlang won't build on other architectures because of my monkeying
- around with 'ecc'. Too many scripts depende on it being named
+ around with 'ecc'. Too many scripts depend on it being named
'ecc' and located in /usr/bin/ecc. And I'm not sure how many
external Erlang programs make this assumption. Going back to
conflicting with Elastic.
@@ -1328,7 +1329,7 @@
erlang (1:9.0-2) unstable; urgency=low
- * Correct a link to empd in the runtime.
+ * Correct a link to epmd in the runtime.
* Provide a menu entry.
* Add a conflict with the 'elastic' compiler, which also defines
a /usr/bin/ecc. (Closes:Bug#168407)
@@ -1447,8 +1448,8 @@
erlang (47.4.1-1) unstable; urgency=low
* the .erl files now have their own package, giving a total of 5 packages.
- * moved the .jam files and docs into their arch independant packages.
- * New upsteam release.
+ * moved the .jam files and docs into their arch independent packages.
+ * New upstream release.
-- Mark Ng <ng at debian.org> Sat, 8 May 1999 16:45:00 +1100
Modified: erlang/trunk/debian/control
===================================================================
--- erlang/trunk/debian/control 2010-08-09 15:41:28 UTC (rev 1278)
+++ erlang/trunk/debian/control 2010-08-15 05:28:04 UTC (rev 1279)
@@ -130,7 +130,7 @@
Depends: ${erlang-base}, ${shlibs:Depends}, ${misc:Depends}
Suggests: erlang, erlang-manpages, erlang-doc
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc (<< ${source:Upstream-Version}), erlang-doc (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
-Description: Erlang/OTP cryprographic modules
+Description: Erlang/OTP cryptographic modules
The Crypto Application provides functions for computation of message
digests, encryption and decryption functions. It uses OpenSSL for
actual calculations.
@@ -212,7 +212,7 @@
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc (<< ${source:Upstream-Version}), erlang-doc (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
Description: Erlang/OTP event tracer application
The Event Tracer (ET) uses the built-in trace mechanism in Erlang
- and provides tools for collecting and examinig trace data using GUI.
+ and provides tools for collecting and examining trace data using GUI.
Package: erlang-eunit
@@ -313,7 +313,7 @@
Suggests: erlang, erlang-manpages, erlang-doc
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc (<< ${source:Upstream-Version}), erlang-doc (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
Description: Erlang/OTP distributed relational/object hybrid database
- Mnesia is a distributed DataBase Management System (DBMS), appropriate
+ Mnesia is a distributed Database Management System (DBMS), appropriate
for telecommunications applications and other Erlang applications
which require continuous operation and exhibit soft real-time properties.
@@ -369,7 +369,7 @@
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc (<< ${source:Upstream-Version}), erlang-doc (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
Description: Erlang/OTP concurrency profiling tool
Percept is a tool which visualizes application level concurrency and
- helps to indentify concurrency bottlenecks.
+ helps to identify concurrency bottlenecks.
Package: erlang-pman
@@ -504,7 +504,7 @@
fprof - Another Erlang profiler; measures how time is used in Erlang
programs. Uses trace to file to minimize runtime performance
impact, and displays time for calling and called functions.
- instrument - Utility functions for obtaining and analysing resource
+ instrument - Utility functions for obtaining and analyzing resource
usage in an instrumented Erlang runtime system.
make - A make utility for Erlang similar to UNIX make.
tags - A tool for generating Emacs TAGS files from Erlang source
@@ -541,7 +541,7 @@
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${source:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-dev (<< ${binary:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-doc (<< ${source:Upstream-Version}), erlang-doc (>> ${source:Upstream-Version}-999), erlang-manpages (<= 1:11.b.1-2)
Description: Erlang/OTP helper for web-based tools
WebTool provides an easy way to use web-based tools with Erlang/OTP.
- It configures and starts a webserver as well as all available tools.
+ It configures and starts a web server as well as all available tools.
Package: erlang-wx
@@ -570,7 +570,7 @@
Replaces: erlang (<< ${source:Version}), erlang-base (<< ${binary:Version}), erlang-base-hipe (<< ${binary:Version}), erlang-nox (<< ${binary:Version}), erlang-x11 (<< ${binary:Version}), erlang-src (<< ${source:Version}), erlang-examples (<< ${source:Version}), erlang-mode (<< 1:12.b.1-dfsg-2)
Description: Erlang/OTP development libraries and headers
The files for application development in Erlang. They include headers for
- all applications included int Erlang/OTP distribution and C interface
+ all applications included into Erlang/OTP distribution and C interface
libraries.
@@ -662,8 +662,8 @@
.
Some of Erlang main features are:
* Clear declarative syntax and is largely free from side-effects;
- * Builtin support for real-time, concurrent and distributed programming;
- * Designed for development of robust and continously operated programs;
+ * Built-in support for real-time, concurrent and distributed programming;
+ * Designed for development of robust and continuously operated programs;
* Dynamic code replacement at runtime.
.
The Erlang distribution also includes OTP (Open Telecom Platform) which
More information about the Pkg-erlang-commits
mailing list