[Pkg-erlang-commits] r1790 - erlang/branches/r19rc/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Jun 30 14:04:36 UTC 2016
Author: sgolovan
Date: 2016-06-30 14:04:36 +0000 (Thu, 30 Jun 2016)
New Revision: 1790
Modified:
erlang/branches/r19rc/debian/changelog
erlang/branches/r19rc/debian/control
erlang/branches/r19rc/debian/rules
Log:
[erlang-experimental]
* New upstream bugfix release.
* Disabled HiPE for the sparc64 architecture because it causes FTBFS.
Modified: erlang/branches/r19rc/debian/changelog
===================================================================
--- erlang/branches/r19rc/debian/changelog 2016-06-29 08:43:19 UTC (rev 1789)
+++ erlang/branches/r19rc/debian/changelog 2016-06-30 14:04:36 UTC (rev 1790)
@@ -1,8 +1,9 @@
-erlang (1:19.0+dfsg-2) UNRELEASED; urgency=medium
+erlang (1:19.0.1+dfsg-1) experimental; urgency=medium
- * NOT RELEASED YET
+ * New upstream bugfix release.
+ * Disabled HiPE for the sparc64 architecture because it causes FTBFS.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 29 Jun 2016 11:43:18 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 30 Jun 2016 16:36:21 +0300
erlang (1:19.0+dfsg-1) experimental; urgency=medium
Modified: erlang/branches/r19rc/debian/control
===================================================================
--- erlang/branches/r19rc/debian/control 2016-06-29 08:43:19 UTC (rev 1789)
+++ erlang/branches/r19rc/debian/control 2016-06-30 14:04:36 UTC (rev 1790)
@@ -36,7 +36,7 @@
Package: erlang-base-hipe
-Architecture: amd64 i386 powerpc ppc64 ppc64el sparc sparc64 solaris-i386
+Architecture: amd64 i386 powerpc ppc64 ppc64el sparc solaris-i386
Priority: extra
Depends: procps, adduser, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${libsctp:Version}, erlang-crypto (= ${binary:Version}), erlang-syntax-tools (= ${binary:Version})
Modified: erlang/branches/r19rc/debian/rules
===================================================================
--- erlang/branches/r19rc/debian/rules 2016-06-29 08:43:19 UTC (rev 1789)
+++ erlang/branches/r19rc/debian/rules 2016-06-30 14:04:36 UTC (rev 1790)
@@ -501,9 +501,9 @@
binary: binary-indep binary-arch
-REL=19.0
+REL=19.0.1
RELDIR=$(REL)
-DEB_REL=19.0+dfsg
+DEB_REL=19.0.1+dfsg
get-orig-source:
CURDIR=`pwd` && TMPDIR=`mktemp -d /tmp/erlang.XXXXXX` && \
More information about the Pkg-erlang-commits
mailing list