Source: spidermonkey
Section: main
Priority: optional
Maintainer: Thomas Vander Stichele <thomas@apestaart.org>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.2

Package: spidermonkey-bin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
 <insert long description, indented with spaces>

Package: spidermonkey-doc
Architecture: all
Description: Documentation for spidermonkey
 <insert long description, indented with spaces>

Package: libjs
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: The Mozilla SpiderMonkey JavaScript library
 This library provides the embeddable JavaScript/ECMAScript engine from
 the Mozilla project (used among others by the Mozilla, Epiphany, Firefox
 browsers as well as by the iPlanet WebServer).
 .
 Homepage: http://www.mozilla.org/js/

Package: libjs-dev
Section: libdevel
# FIXME: THOMAS: was all, but then it seemed to try and package after cleaning
Architecture: any
Depends: ${misc:Depends}, libjs (>= ${source:Upstream-Version}), libjs
 (<< ${source:Version}.1~)
Conflicts: mozilla-browser (<< 2:1.8)
Description: Development files for the Mozilla SpiderMonkey JavaScript library
 This library provides the embeddable JavaScript/ECMAScript engine from
 the Mozilla project (used among others by the Mozilla, Epiphany, Firefox
 browsers as well as by the iPlanet WebServer).
 .
 Install this package if you wish to develop your own programs using the
 Mozilla SpiderMonkey JavaScript library.
 .
 Homepage: http://www.mozilla.org/js/

Package: libjs-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libjs (= ${binary:Version})
Suggests: spidermonkey-bin
Conflicts: spidermonkey-bin (<< ${source:Version}), spidermonkey-bin (>= ${source:Version}.1~)
Description: Development files for the Mozilla SpiderMonkey JavaScript library
 This library provides the embeddable JavaScript/ECMAScript engine from
 the Mozilla project (used among others by the Mozilla, Epiphany, Firefox
 browsers as well as by the iPlanet WebServer).
 .
 This package provides the debugging symbols for the library and for
 the spidermonkey-bin package.
 .
 Homepage: http://www.mozilla.org/js/


