[Pkg-erlang-commits] r1938 - in erlang/trunk/debian: . scripts
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Jul 8 07:23:29 UTC 2017
Author: sgolovan
Date: 2017-07-08 07:23:29 +0000 (Sat, 08 Jul 2017)
New Revision: 1938
Modified:
erlang/trunk/debian/changelog
erlang/trunk/debian/scripts/erlang-depends.in
Log:
[erlang]
* Fixed erlang-depends to run on Erlang R20 (removed the -smp disable
option which isn't supported anymore).
Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog 2017-07-08 06:58:33 UTC (rev 1937)
+++ erlang/trunk/debian/changelog 2017-07-08 07:23:29 UTC (rev 1938)
@@ -1,8 +1,9 @@
-erlang (1:20.0.1+dfsg-2) UNRELEASED; urgency=medium
+erlang (1:20.0.1+dfsg-2) unstable; urgency=medium
- * NOT RELEASED YET
+ * Fixed erlang-depends to run on Erlang R20 (removed the -smp disable
+ option which isn't supported anymore).
- -- Sergei Golovan <sgolovan at debian.org> Sat, 08 Jul 2017 09:58:32 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 08 Jul 2017 10:22:43 +0300
erlang (1:20.0.1+dfsg-1) unstable; urgency=medium
Modified: erlang/trunk/debian/scripts/erlang-depends.in
===================================================================
--- erlang/trunk/debian/scripts/erlang-depends.in 2017-07-08 06:58:33 UTC (rev 1937)
+++ erlang/trunk/debian/scripts/erlang-depends.in 2017-07-08 07:23:29 UTC (rev 1938)
@@ -1,6 +1,5 @@
#! /usr/bin/env escript
%% -*- erlang -*-
-%%! -smp disable
-include_lib("kernel/include/file.hrl").
More information about the Pkg-erlang-commits
mailing list