[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libv8 2.2.24-5 fixes important bugs



Hi,
i uploaded libv8 2.2.24-5 to unstable.
That version fixes two bugs (one of which is important,
if not critical), updates Standards-Version to 3.9.1,
and nothing else changed.
Please see attached debdiff for further information.

About bug #591148 (fix priority to optional) :
i submitted bug #592844 to ftp.debian.org, which is not yet
fixed.

It would be great version 2.2.24-5 made it to squeeze.

With kind regards,
Jérémy Lal


diff -Nru libv8-2.2.24/debian/changelog libv8-2.2.24/debian/changelog
--- libv8-2.2.24/debian/changelog	2010-07-25 09:49:55.000000000 +0200
+++ libv8-2.2.24/debian/changelog	2010-08-12 23:42:17.000000000 +0200
@@ -1,3 +1,14 @@
+libv8 (2.2.24-5) unstable; urgency=low
+
+  * Standards-Version 3.9.1. Nothing had to be changed to comply.
+  * Fix chromium-browser: priority optional, depends on libv8 which
+    has priority extra. (Closes: #591148)
+  * Compile with GCC_VERSION=44.
+    With that option, v8 pass all tests, and setting a breakpoint
+    in chromium inspector does not crash. (Closes: #584562)
+
+ -- Jérémy Lal <kapouer@melix.org>  Thu, 12 Aug 2010 23:39:43 +0200
+
 libv8 (2.2.24-4) unstable; urgency=low
 
   * Replace arch: mips with mipsel (on the three packages) 
diff -Nru libv8-2.2.24/debian/control libv8-2.2.24/debian/control
--- libv8-2.2.24/debian/control	2010-07-25 09:47:55.000000000 +0200
+++ libv8-2.2.24/debian/control	2010-08-04 22:26:31.000000000 +0200
@@ -1,9 +1,9 @@
 Source: libv8
-Priority: extra
+Priority: optional
 Maintainer: Antonio Radici <antonio@dyne.org>
 Uploaders: Jérémy Lal <kapouer@melix.org>
 Build-Depends: debhelper (>= 7), pkg-config, scons, cdbs (>= 0.4.73)
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Section: libs
 Homepage: http://code.google.com/p/v8/
 DM-Upload-Allowed: yes
@@ -32,6 +32,7 @@
  program.
 
 Package: libv8-dbg
+Priority: extra
 Section: debug
 Architecture: i386 amd64 armel mipsel
 Depends: libv8-2.2.24 (= ${binary:Version}), ${misc:Depends}
diff -Nru libv8-2.2.24/debian/rules libv8-2.2.24/debian/rules
--- libv8-2.2.24/debian/rules	2010-07-24 20:38:53.000000000 +0200
+++ libv8-2.2.24/debian/rules	2010-08-12 23:44:15.000000000 +0200
@@ -26,6 +26,8 @@
 CFLAGS += -fno-strict-aliasing
 export CFLAGS
 export CXXFLAGS
+# this is needed to avoid buggy behavior when compiled with gcc 44
+export GCC_VERSION=44
 
 DEB_SCONS_OPTIONS          := library=shared soname=on shlibtype=hidden
 DEB_SCONS_INSTALL_OPTIONS  := $(DEB_SCONS_OPTIONS) DESTDIR=$(DEB_DESTDIR)


Reply to: