r63880 - in /trunk/libjavascript-perl/debian: copyright patches/e4x.patch patches/fix-longdouble-comparison.patch

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sun Oct 17 15:38:40 UTC 2010


Author: ansgar
Date: Sun Oct 17 15:38:29 2010
New Revision: 63880

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63880
Log:
Correct bug references in d/patches/*; remove a space that slipped into d/copyright

Modified:
    trunk/libjavascript-perl/debian/copyright
    trunk/libjavascript-perl/debian/patches/e4x.patch
    trunk/libjavascript-perl/debian/patches/fix-longdouble-comparison.patch

Modified: trunk/libjavascript-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/copyright?rev=63880&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/copyright (original)
+++ trunk/libjavascript-perl/debian/copyright Sun Oct 17 15:38:29 2010
@@ -15,7 +15,7 @@
 Files: debian/*
 Copyright:
  2004, Daniel Ruoso <daniel at ruoso.com>
- 2004, Joachim Breitner  <nomeata at debian.org>
+ 2004, Joachim Breitner <nomeata at debian.org>
  2005-2008, Niko Tyni <ntyni at debian.org>
  2005, 2009, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
  2008-2009, gregor herrmann <gregoa at debian.org>

Modified: trunk/libjavascript-perl/debian/patches/e4x.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/patches/e4x.patch?rev=63880&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/patches/e4x.patch (original)
+++ trunk/libjavascript-perl/debian/patches/e4x.patch Sun Oct 17 15:38:29 2010
@@ -1,6 +1,8 @@
 Author: Niko Tyni <ntyni at debian.org>
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 Last-Updated: 2010-10-12
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=60120
+Bug-Debian: http://bugs.debian.org/591132
 Subject: [PATCH] Fix E4X test failure with new SpiderMonkey versions
  As of Mozilla 1.9.1.11, a pure XML element is not treated as valid
  top level JavaScript but rather gets rejected with "XML cannot be the
@@ -10,7 +12,7 @@
  See
  http://hg.mozilla.org/releases/mozilla-1.9.1/rev/d4b2224cf458
  http://hg.mozilla.org/releases/mozilla-1.9.1/rev/c4ba70070012
-Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=375250
+
 --- a/t/26-e4x.t
 +++ b/t/26-e4x.t
 @@ -19,7 +19,7 @@

Modified: trunk/libjavascript-perl/debian/patches/fix-longdouble-comparison.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/patches/fix-longdouble-comparison.patch?rev=63880&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/patches/fix-longdouble-comparison.patch (original)
+++ trunk/libjavascript-perl/debian/patches/fix-longdouble-comparison.patch Sun Oct 17 15:38:29 2010
@@ -2,7 +2,7 @@
  Thing is, doubles are not exact and errors are possible in the least
  significant digit.
  This patch replaces the equality tests with a test if the difference is smaller than a very small number
-Bug-Debian: 578548
+Bug-Debian: http://bugs.debian.org/578548
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=56830
 Author: Damyan Ivanov <dmn at debian.org>
 Last-Update: 2010-04-22




More information about the Pkg-perl-cvs-commits mailing list