[Pkg-erlang-commits] r1754 - in erlang/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Mar 17 19:30:32 UTC 2016
Author: sgolovan
Date: 2016-03-17 19:30:32 +0000 (Thu, 17 Mar 2016)
New Revision: 1754
Removed:
erlang/trunk/debian/patches/gethostbyname.patch
Modified:
erlang/trunk/debian/changelog
erlang/trunk/debian/control
erlang/trunk/debian/patches/series
erlang/trunk/debian/rules
Log:
[erlang]
* New upstream release.
* Removed patch which fixed FTBFS for GNU/kFreeBSD and GNU/Hurd introduced
in 1:18.2-dfsg-2 because the bug is fixed upstream.
* Bumped standards version to 3.9.7.
Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog 2015-12-30 05:58:05 UTC (rev 1753)
+++ erlang/trunk/debian/changelog 2016-03-17 19:30:32 UTC (rev 1754)
@@ -1,8 +1,11 @@
-erlang (1:18.2-dfsg-3) UNRELEASED; urgency=medium
+erlang (1:18.3-dfsg-1) unstable; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
+ * Removed patch which fixed FTBFS for GNU/kFreeBSD and GNU/Hurd introduced
+ in 1:18.2-dfsg-2 because the bug is fixed upstream.
+ * Bumped standards version to 3.9.7.
- -- Sergei Golovan <sgolovan at debian.org> Sun, 27 Dec 2015 13:11:28 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 17 Mar 2016 21:22:08 +0300
erlang (1:18.2-dfsg-2) unstable; urgency=medium
Modified: erlang/trunk/debian/control
===================================================================
--- erlang/trunk/debian/control 2015-12-30 05:58:05 UTC (rev 1753)
+++ erlang/trunk/debian/control 2016-03-17 19:30:32 UTC (rev 1754)
@@ -3,7 +3,7 @@
Uploaders: Sergei Golovan <sgolovan at debian.org>
Section: interpreters
Priority: optional
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
Build-Depends: debhelper (>= 8.0.0), autoconf (>= 2.50), openssl, libssl-dev, m4,
libncurses5-dev, autotools-dev, unixodbc-dev, bison, flex, ed,
libwxgtk3.0-dev, dctrl-tools, xsltproc,
Deleted: erlang/trunk/debian/patches/gethostbyname.patch
===================================================================
--- erlang/trunk/debian/patches/gethostbyname.patch 2015-12-30 05:58:05 UTC (rev 1753)
+++ erlang/trunk/debian/patches/gethostbyname.patch 2016-03-17 19:30:32 UTC (rev 1754)
@@ -1,15 +0,0 @@
-Author: Sergei Golovan
-Description: Patch fixes FTBFS on GNU/kFreeBSD and GNU/Hurd.
-Last-Modified: Sun, 27 Dec 2015 08:05:22 +0300
-
---- a/lib/erl_interface/src/connect/ei_resolve.c
-+++ b/lib/erl_interface/src/connect/ei_resolve.c
-@@ -607,7 +607,7 @@
- *
- * TODO: check this properly in configure.in
- */
--#if (defined(__linux__) || (__FreeBSD_version >= 602000) || defined(__DragonFly__))
-+#if (defined(__GLIBC__) || defined(__linux__) || (__FreeBSD_version >= 602000) || defined(__DragonFly__))
- #define HAVE_GETHOSTBYADDR_R_8 1
- #endif
-
Modified: erlang/trunk/debian/patches/series
===================================================================
--- erlang/trunk/debian/patches/series 2015-12-30 05:58:05 UTC (rev 1753)
+++ erlang/trunk/debian/patches/series 2016-03-17 19:30:32 UTC (rev 1754)
@@ -10,5 +10,4 @@
wx3.0-constants.patch
beamload.patch
reproducible-build.patch
-gethostbyname.patch
x32.patch
Modified: erlang/trunk/debian/rules
===================================================================
--- erlang/trunk/debian/rules 2015-12-30 05:58:05 UTC (rev 1753)
+++ erlang/trunk/debian/rules 2016-03-17 19:30:32 UTC (rev 1754)
@@ -503,7 +503,7 @@
binary: binary-indep binary-arch
-REL=18.2
+REL=18.3
RELDIR=$(REL)
DEB_REL=$(REL)-dfsg
More information about the Pkg-erlang-commits
mailing list