[Pkg-erlang-commits] r1315 - in erlang/trunk/debian: . lintian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Mon Apr 11 03:43:47 UTC 2011


Author: sgolovan
Date: 2011-04-11 03:43:39 +0000 (Mon, 11 Apr 2011)
New Revision: 1315

Modified:
   erlang/trunk/debian/changelog
   erlang/trunk/debian/lintian/erlang-base-hipe.lintian-overrides
   erlang/trunk/debian/lintian/erlang-base.lintian-overrides
   erlang/trunk/debian/rules
Log:
[erlang]
  * Enabled pre-Pentium-4 compatibility in the ethread library
    (closes: #621862).
  * Linked Erlang VM to the external Zlib.


Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog	2011-04-01 12:15:30 UTC (rev 1314)
+++ erlang/trunk/debian/changelog	2011-04-11 03:43:39 UTC (rev 1315)
@@ -1,8 +1,10 @@
-erlang (1:14.b.2-dfsg-3) UNRELEASED; urgency=low
+erlang (1:14.b.2-dfsg-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Enabled pre-Pentium-4 compatibility in the ethread library
+    (closes: #621862).
+  * Linked Erlang VM to the external Zlib.
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 01 Apr 2011 16:15:00 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Mon, 11 Apr 2011 07:42:46 +0400
 
 erlang (1:14.b.2-dfsg-2) unstable; urgency=low
 

Modified: erlang/trunk/debian/lintian/erlang-base-hipe.lintian-overrides
===================================================================
--- erlang/trunk/debian/lintian/erlang-base-hipe.lintian-overrides	2011-04-01 12:15:30 UTC (rev 1314)
+++ erlang/trunk/debian/lintian/erlang-base-hipe.lintian-overrides	2011-04-11 03:43:39 UTC (rev 1315)
@@ -1,4 +1,3 @@
-# Zlib and PCRE3 which are embedded into Erlang VM are patched, so
-# it's not possible to link them to an external zlib or pcre3.
-erlang-base-hipe: embedded-zlib
+# PCRE3 which is embedded into Erlang VM is patched, so
+# it's not possible to link it to an external pcre3.
 erlang-base-hipe: embedded-library

Modified: erlang/trunk/debian/lintian/erlang-base.lintian-overrides
===================================================================
--- erlang/trunk/debian/lintian/erlang-base.lintian-overrides	2011-04-01 12:15:30 UTC (rev 1314)
+++ erlang/trunk/debian/lintian/erlang-base.lintian-overrides	2011-04-11 03:43:39 UTC (rev 1315)
@@ -1,4 +1,3 @@
-# Zlib and PCRE3 which are embedded into Erlang VM are patched, so
-# it's not possible to link them to an external zlib or pcre3.
-erlang-base: embedded-zlib
+# PCRE3 which is embedded into Erlang VM is patched, so
+# it's not possible to link it to an external pcre3.
 erlang-base: embedded-library

Modified: erlang/trunk/debian/rules
===================================================================
--- erlang/trunk/debian/rules	2011-04-01 12:15:30 UTC (rev 1314)
+++ erlang/trunk/debian/rules	2011-04-11 03:43:39 UTC (rev 1315)
@@ -210,6 +210,8 @@
 		    --enable-sctp \
 		    $(CLOCK_GETTIME_OPT) \
 		    --enable-dynamic-ssl-lib \
+		    --enable-ethread-pre-pentium4-compatibility \
+		    --enable-shared-zlib \
 		    --without-ssl-zlib
 	#
 	touch configure-hipe-stamp
@@ -237,6 +239,8 @@
 		    --enable-sctp \
 		    $(CLOCK_GETTIME_OPT) \
 		    --enable-dynamic-ssl-lib \
+		    --enable-ethread-pre-pentium4-compatibility \
+		    --enable-shared-zlib \
 		    --without-ssl-zlib
 	#
 	touch configure-stnd-stamp




More information about the Pkg-erlang-commits mailing list