[Pkg-erlang-commits] r1393 - erlang/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sat Dec 24 13:31:05 UTC 2011


Author: sgolovan
Date: 2011-12-24 13:31:04 +0000 (Sat, 24 Dec 2011)
New Revision: 1393

Modified:
   erlang/trunk/debian/changelog
   erlang/trunk/debian/rules
Log:
[erlang]
  * Verified that R15B builds fine on GNU/Hurd (closes:#636510).
  * Build SMP-aware Erlang emulator for GNU/Hurd.


Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog	2011-12-24 13:25:55 UTC (rev 1392)
+++ erlang/trunk/debian/changelog	2011-12-24 13:31:04 UTC (rev 1393)
@@ -2,8 +2,10 @@
 
   * Upload to unstable.
   * Remove a bunch of additional files on clean.
+  * Verified that R15B builds fine on GNU/Hurd (closes:#636510).
+  * Build SMP-aware Erlang emulator for GNU/Hurd.
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 23 Dec 2011 21:34:38 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Sat, 24 Dec 2011 17:28:34 +0400
 
 erlang (1:15.b-dfsg-1) experimental; urgency=low
 

Modified: erlang/trunk/debian/rules
===================================================================
--- erlang/trunk/debian/rules	2011-12-24 13:25:55 UTC (rev 1392)
+++ erlang/trunk/debian/rules	2011-12-24 13:31:04 UTC (rev 1393)
@@ -64,12 +64,8 @@
 ifeq ($(DEB_HOST_ARCH), sparc)
 THREAD_OPTS=--disable-threads --disable-smp-support
 else
-ifeq ($(DEB_HOST_ARCH), hurd-i386)
-THREAD_OPTS=--enable-threads --disable-smp-support
-else
 THREAD_OPTS=--enable-threads --enable-smp-support
 endif
-endif
 
 LIBSCTP=$(shell grep-status -s Depends -PX libsctp-dev |sed -e 's!.*\(libsctp[0-9]*\).*!\1!')
 LIBSCTPDEP=$(shell grep-status -s Version -PX $(LIBSCTP) | sed -e's!^Version: \(.*\)-[^-]*!$(LIBSCTP) (>= \1)!')




More information about the Pkg-erlang-commits mailing list