Your message dated Tue, 21 Mar 2006 06:44:51 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358081: spidermonkey-bin: Update to 1.5 final release
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: spidermonkey-bin
Version: 1.5rc6a-1
Severity: normal
Hello,
I've built source and binary debs for SpiderMonkey 1.5 final release.
This is on Ubuntu Breezy Badger, but the source package should rebuild
just fine on Debian.
The only issue I ran into is that the new final release from dpkg's
point of view has a smaller version number than the current package:
$ dpkg --compare-versions 1.5rc6a-2 '<' 1.5; echo $?
1
So I added a .0 to the version number:
$ dpkg --compare-versions 1.5rc6a-2 '<' 1.5.0; echo $?
0
This is in preference to using an epoch.
The patch to src/perlconnect/jsperl.c is also included in the upstream
release.
You can find the work done at
http://www.orcaware.com/packages/ubuntu/breezy/spidermonkey/
Regards,
Blair
-- System Information:
Debian Release: testing/unstable
APT prefers breezy-updates
APT policy: (500, 'breezy-updates'), (500, 'breezy-security'), (500,
'breezy-backports'), (500, 'breezy')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-10-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages spidermonkey-bin depends on:
ii libc6 2.3.5-1ubuntu12 GNU C Library: Shared libraries an
ii libncurses5 5.4-9ubuntu4 Shared libraries for terminal hand
ii libnspr4 2:1.7.12-1ubuntu1 Netscape Portable Runtime Library
ii libreadline4 4.3-15 GNU readline and history libraries
ii libsmjs1 1.5rc6a-1 The Mozilla SpiderMonkey JavaScrip
spidermonkey-bin recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Mon, Mar 20, 2006 at 08:54:52PM -0800, Blair Zajac <[EMAIL PROTECTED]> wrote:
> Package: spidermonkey-bin
> Version: 1.5rc6a-1
> Severity: normal
>
> Hello,
>
> I've built source and binary debs for SpiderMonkey 1.5 final release.
> This is on Ubuntu Breezy Badger, but the source package should rebuild
> just fine on Debian.
(...)
spidermonkey-bin is now built from the xulrunner sources, which include
a 1.6 spidermonkey.
Cheers
Mike
--- End Message ---