[Pkg-erlang-commits] r1744 - in erlang/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sun Dec 20 18:38:13 UTC 2015
Author: sgolovan
Date: 2015-12-20 18:38:13 +0000 (Sun, 20 Dec 2015)
New Revision: 1744
Modified:
erlang/trunk/debian/changelog
erlang/trunk/debian/patches/docs.patch
erlang/trunk/debian/patches/gnu.patch
erlang/trunk/debian/patches/man.patch
erlang/trunk/debian/rules
Log:
[erlang]
* New upstream release.
Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog 2015-11-20 10:47:33 UTC (rev 1743)
+++ erlang/trunk/debian/changelog 2015-12-20 18:38:13 UTC (rev 1744)
@@ -1,8 +1,8 @@
-erlang (1:18.1-dfsg-2) UNRELEASED; urgency=medium
+erlang (1:18.2-dfsg-1) unstable; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 07 Nov 2015 11:41:45 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Sun, 20 Dec 2015 21:11:53 +0300
erlang (1:18.1-dfsg-1) unstable; urgency=medium
Modified: erlang/trunk/debian/patches/docs.patch
===================================================================
--- erlang/trunk/debian/patches/docs.patch 2015-11-20 10:47:33 UTC (rev 1743)
+++ erlang/trunk/debian/patches/docs.patch 2015-12-20 18:38:13 UTC (rev 1744)
@@ -14,7 +14,7 @@
</xsl:otherwise>
</xsl:choose>
</xsl:template>
-@@ -847,7 +847,7 @@
+@@ -853,7 +853,7 @@
<xsl:template match="desc">
<xsl:text>
.RS</xsl:text>
<xsl:apply-templates/>
Modified: erlang/trunk/debian/patches/gnu.patch
===================================================================
--- erlang/trunk/debian/patches/gnu.patch 2015-11-20 10:47:33 UTC (rev 1743)
+++ erlang/trunk/debian/patches/gnu.patch 2015-12-20 18:38:13 UTC (rev 1744)
@@ -61,7 +61,7 @@
# include <valgrind/memcheck.h>
--- a/erts/etc/common/erlexec.c
+++ b/erts/etc/common/erlexec.c
-@@ -1580,7 +1580,7 @@
+@@ -1581,7 +1581,7 @@
if (!bindir) {
/* Determine bindir from absolute path to executable */
char *p;
@@ -70,7 +70,7 @@
strncpy(buffer, argv[0], sizeof(buffer));
buffer[sizeof(buffer)-1] = '\0';
-@@ -1594,7 +1594,7 @@
+@@ -1595,7 +1595,7 @@
if (!rootdir) {
/* Determine rootdir from absolute path to bindir */
char *p;
Modified: erlang/trunk/debian/patches/man.patch
===================================================================
--- erlang/trunk/debian/patches/man.patch 2015-11-20 10:47:33 UTC (rev 1743)
+++ erlang/trunk/debian/patches/man.patch 2015-12-20 18:38:13 UTC (rev 1744)
@@ -6,7 +6,7 @@
--- a/erts/etc/common/erlexec.c
+++ b/erts/etc/common/erlexec.c
-@@ -727,8 +727,10 @@
+@@ -728,8 +728,10 @@
error("-man not supported on Windows");
#else
argv[i] = "man";
Modified: erlang/trunk/debian/rules
===================================================================
--- erlang/trunk/debian/rules 2015-11-20 10:47:33 UTC (rev 1743)
+++ erlang/trunk/debian/rules 2015-12-20 18:38:13 UTC (rev 1744)
@@ -503,7 +503,7 @@
binary: binary-indep binary-arch
-REL=18.1
+REL=18.2
RELDIR=$(REL)
DEB_REL=$(REL)-dfsg
More information about the Pkg-erlang-commits
mailing list