r63633 - in /trunk/libjavascript-perl/debian: changelog control patches/fix-longdouble-comparison.patch patches/series

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Oct 12 07:01:19 UTC 2010


Author: periapt-guest
Date: Tue Oct 12 07:00:00 2010
New Revision: 63633

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63633
Log:
* Add patch for e4x test failure (Closes: #591132) 
* Added myself to Uploaders
* Upped standards version to 3.9.1
* Refreshed patches

Modified:
    trunk/libjavascript-perl/debian/changelog
    trunk/libjavascript-perl/debian/control
    trunk/libjavascript-perl/debian/patches/fix-longdouble-comparison.patch
    trunk/libjavascript-perl/debian/patches/series

Modified: trunk/libjavascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/changelog?rev=63633&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Tue Oct 12 07:00:00 2010
@@ -1,3 +1,12 @@
+libjavascript-perl (1.16-3) UNRELEASED; urgency=low
+
+  * Add patch for e4x test failure (Closes: #591132) 
+  * Added myself to Uploaders
+  * Upped standards version to 3.9.1
+  * Refreshed patches
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 12 Oct 2010 07:59:37 +0100
+
 libjavascript-perl (1.16-2) unstable; urgency=low
 
   * add a patch fixing tests for double numbers evaluation.

Modified: trunk/libjavascript-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/control?rev=63633&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/control (original)
+++ trunk/libjavascript-perl/debian/control Tue Oct 12 07:00:00 2010
@@ -8,8 +8,8 @@
  Krzysztof Krzyżaniak (eloy) <eloy at debian.org>, Niko Tyni <ntyni at debian.org>,
  gregor herrmann <gregoa at debian.org>, Tim Retout <tim at retout.co.uk>,
  Jonathan Yu <jawnsy at cpan.org>, Franck Joncourt <franck at debian.org>,
- Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.8.4
+ Damyan Ivanov <dmn at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/JavaScript/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjavascript-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libjavascript-perl/

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=63633&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/patches/fix-longdouble-comparison.patch (original)
+++ trunk/libjavascript-perl/debian/patches/fix-longdouble-comparison.patch Tue Oct 12 07:00:00 2010
@@ -9,7 +9,7 @@
 
 --- a/t/01-types-from-js.t
 +++ b/t/01-types-from-js.t
-@@ -21,9 +21,9 @@ is($cx1->eval("1;"), 1, "Positive intege
+@@ -21,9 +21,9 @@
  is($cx1->eval("5000000000;"), 5_000_000_000, "Really big integers");
  
  # Doubles

Modified: trunk/libjavascript-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/patches/series?rev=63633&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/patches/series (original)
+++ trunk/libjavascript-perl/debian/patches/series Tue Oct 12 07:00:00 2010
@@ -1,3 +1,4 @@
 remove-branch-handler
 pod-spelling.patch
 fix-longdouble-comparison.patch
+e4x.patch




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