[Pkg-erlang-commits] r1948 - in erlang/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon Aug 28 09:57:01 UTC 2017
Author: sgolovan
Date: 2017-08-28 09:57:00 +0000 (Mon, 28 Aug 2017)
New Revision: 1948
Modified:
erlang/trunk/debian/changelog
erlang/trunk/debian/compat
erlang/trunk/debian/control
erlang/trunk/debian/patches/gnu.patch
erlang/trunk/debian/rules
Log:
[erlang]
* New upstream bugfix release.
* Refreshed patches.
* Bumped debhelper compatibility version to 10.
* Bumped standards version to 4.0.0.
Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog 2017-08-07 21:58:44 UTC (rev 1947)
+++ erlang/trunk/debian/changelog 2017-08-28 09:57:00 UTC (rev 1948)
@@ -1,8 +1,11 @@
-erlang (1:20.0.1+dfsg-3) UNRELEASED; urgency=medium
+erlang (1:20.0.4+dfsg-1) unstable; urgency=medium
- * NOT RELEASED YET
+ * New upstream bugfix release.
+ * Refreshed patches.
+ * Bumped debhelper compatibility version to 10.
+ * Bumped standards version to 4.0.0.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 08 Jul 2017 10:40:15 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 28 Aug 2017 09:45:39 +0300
erlang (1:20.0.1+dfsg-2) unstable; urgency=medium
Modified: erlang/trunk/debian/compat
===================================================================
--- erlang/trunk/debian/compat 2017-08-07 21:58:44 UTC (rev 1947)
+++ erlang/trunk/debian/compat 2017-08-28 09:57:00 UTC (rev 1948)
@@ -1 +1 @@
-8
+10
Modified: erlang/trunk/debian/control
===================================================================
--- erlang/trunk/debian/control 2017-08-07 21:58:44 UTC (rev 1947)
+++ erlang/trunk/debian/control 2017-08-28 09:57:00 UTC (rev 1948)
@@ -3,8 +3,8 @@
Uploaders: Sergei Golovan <sgolovan at debian.org>
Section: interpreters
Priority: optional
-Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 8.0.0), autoconf (>= 2.50), openssl, libssl1.0-dev, m4,
+Standards-Version: 4.0.0
+Build-Depends: debhelper (>= 10.0.0), autoconf (>= 2.50), openssl, libssl1.0-dev, m4,
libncurses5-dev, autotools-dev, unixodbc-dev, bison, flex, ed,
libwxgtk3.0-dev, dctrl-tools, xsltproc,
libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev,
Modified: erlang/trunk/debian/patches/gnu.patch
===================================================================
--- erlang/trunk/debian/patches/gnu.patch 2017-08-07 21:58:44 UTC (rev 1947)
+++ erlang/trunk/debian/patches/gnu.patch 2017-08-28 09:57:00 UTC (rev 1948)
@@ -47,7 +47,7 @@
#include <sys/sysctl.h>
--- a/erts/emulator/drivers/common/inet_drv.c
+++ b/erts/emulator/drivers/common/inet_drv.c
-@@ -4594,6 +4594,11 @@
+@@ -4602,6 +4602,11 @@
*x = addr;
return 0;
}
Modified: erlang/trunk/debian/rules
===================================================================
--- erlang/trunk/debian/rules 2017-08-07 21:58:44 UTC (rev 1947)
+++ erlang/trunk/debian/rules 2017-08-28 09:57:00 UTC (rev 1948)
@@ -501,7 +501,7 @@
binary: binary-indep binary-arch
-REL=20.0.1
+REL=20.0.4
DEB_REL=$(REL)+dfsg
get-orig-source:
More information about the Pkg-erlang-commits
mailing list