[Pkg-erlang-commits] r1784 - erlang/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Wed Jun 29 07:58:32 UTC 2016
Author: sgolovan
Date: 2016-06-29 07:58:32 +0000 (Wed, 29 Jun 2016)
New Revision: 1784
Modified:
erlang/trunk/debian/changelog
erlang/trunk/debian/control
erlang/trunk/debian/rules
Log:
[erlang]
* New upstream minor release.
* Enabled HiPE for the ppc64 and ppc64el architectures (closes: #827447).
* Bumped Java bytecode compatibility level to 1.7.
Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog 2016-06-15 16:23:04 UTC (rev 1783)
+++ erlang/trunk/debian/changelog 2016-06-29 07:58:32 UTC (rev 1784)
@@ -1,8 +1,10 @@
-erlang (1:18.3.4+dfsg-2) UNRELEASED; urgency=medium
+erlang (1:18.3.4.1+dfsg-1) unstable; urgency=medium
- * NOT RELEASED YET
+ * New upstream minor release.
+ * Enabled HiPE for the ppc64 and ppc64el architectures (closes: #827447).
+ * Bumped Java bytecode compatibility level to 1.7.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 15 Jun 2016 19:20:08 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 29 Jun 2016 10:35:57 +0300
erlang (1:18.3.4+dfsg-1) unstable; urgency=medium
Modified: erlang/trunk/debian/control
===================================================================
--- erlang/trunk/debian/control 2016-06-15 16:23:04 UTC (rev 1783)
+++ erlang/trunk/debian/control 2016-06-29 07:58:32 UTC (rev 1784)
@@ -36,7 +36,7 @@
Package: erlang-base-hipe
-Architecture: amd64 i386 powerpc sparc 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/trunk/debian/rules
===================================================================
--- erlang/trunk/debian/rules 2016-06-15 16:23:04 UTC (rev 1783)
+++ erlang/trunk/debian/rules 2016-06-29 07:58:32 UTC (rev 1784)
@@ -77,7 +77,7 @@
TYPE=
endif
-JAVA_OPTIONS=-source 1.5 -target 1.5
+JAVA_OPTIONS=-source 1.7 -target 1.7
JOBS=4
@@ -501,7 +501,7 @@
binary: binary-indep binary-arch
-REL=18.3.4
+REL=18.3.4.1
RELDIR=$(REL)
DEB_REL=$(REL)+dfsg
More information about the Pkg-erlang-commits
mailing list