[Pkg-erlang-commits] r1710 - in yaws/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sun Jul 5 14:14:24 UTC 2015
Author: sgolovan
Date: 2015-07-05 14:14:24 +0000 (Sun, 05 Jul 2015)
New Revision: 1710
Added:
yaws/trunk/debian/patches/r18.diff
Modified:
yaws/trunk/debian/changelog
yaws/trunk/debian/control
yaws/trunk/debian/patches/series
Log:
[yaws]
* Fixed FTBFS with Erlang 18 caused by deprecating erlang:now/0
(closes: #790625).
* Bumped standards version to 3.9.6.
Modified: yaws/trunk/debian/changelog
===================================================================
--- yaws/trunk/debian/changelog 2015-06-27 11:58:00 UTC (rev 1709)
+++ yaws/trunk/debian/changelog 2015-07-05 14:14:24 UTC (rev 1710)
@@ -1,8 +1,10 @@
-yaws (1.98-5) UNRELEASED; urgency=medium
+yaws (1.98-5) unstable; urgency=medium
- * NOT RELEASED YET
+ * Fixed FTBFS with Erlang 18 caused by deprecating erlang:now/0
+ (closes: #790625).
+ * Bumped standards version to 3.9.6.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 18 Aug 2014 09:13:00 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sun, 05 Jul 2015 17:13:15 +0300
yaws (1.98-4) unstable; urgency=low
Modified: yaws/trunk/debian/control
===================================================================
--- yaws/trunk/debian/control 2015-06-27 11:58:00 UTC (rev 1709)
+++ yaws/trunk/debian/control 2015-07-05 14:14:24 UTC (rev 1710)
@@ -7,7 +7,7 @@
erlang-dev (>= 1:13.b.1-3), erlang-edoc, erlang-mnesia
Build-Depends-Indep: texlive-latex-base, texlive-latex-recommended,
texlive-fonts-recommended, texlive-font-utils, texlive-extra-utils, ghostscript
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: http://yaws.hyber.org/
Vcs-Svn: svn://svn.debian.org//svn/pkg-erlang/yaws/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-erlang/yaws/trunk/
Added: yaws/trunk/debian/patches/r18.diff
===================================================================
--- yaws/trunk/debian/patches/r18.diff (rev 0)
+++ yaws/trunk/debian/patches/r18.diff 2015-07-05 14:14:24 UTC (rev 1710)
@@ -0,0 +1,12 @@
+
+--- a/include.mk
++++ b/include.mk
+@@ -3,7 +3,7 @@
+ am__v_ERLC_0 = @echo " ERLC " $@;
+ am__v_ERLC_1 =
+
+-ERLC_GENERIC_FLAGS = -Werror +debug_info $(DEBUG_ERLC_FLAGS) \
++ERLC_GENERIC_FLAGS = +debug_info $(DEBUG_ERLC_FLAGS) \
+ -pa $(top_srcdir) -pa $(top_builddir) -pa $(top_builddir)/ebin \
+ -I $(top_srcdir)/include -I $(srcdir)/../include \
+ -I $(top_builddir)/include -I $(builddir)/../include
Modified: yaws/trunk/debian/patches/series
===================================================================
--- yaws/trunk/debian/patches/series 2015-06-27 11:58:00 UTC (rev 1709)
+++ yaws/trunk/debian/patches/series 2015-07-05 14:14:24 UTC (rev 1710)
@@ -2,3 +2,4 @@
gnu.diff
docs.diff
m32m64.diff
+r18.diff
More information about the Pkg-erlang-commits
mailing list