Source: iceweasel
Section: web
Priority: optional
Maintainer: Maintainers of Mozilla-related packages <pkg-mozilla-maintainers@lists.alioth.debian.org>
Uploaders: Mike Hommey <glandium@debian.org>
Build-Depends: autotools-dev,
               debhelper (>= 7.2.3),
               libx11-dev,
               libxt-dev,
               libidl-dev,
               libgtk2.0-dev (>= 2.10),
               libglib2.0-dev (>= 2.16.0),
               libstartup-notification0-dev,
               libgnomevfs2-dev,
               libgnome2-dev,
               libgnomeui-dev,
               libcairo2-dev (>= 1.8.8),
               libpng12-dev,
               libjpeg62-dev,
               zlib1g-dev,
               libbz2-dev,
               libreadline-dev | libreadline5-dev,
               python,
               dpkg-dev (>= 1.13.19),
               libnspr4-dev (>= 4.8.6),
               libnss3-dev (>= 3.12.8),
               libhunspell-dev (>= 1.2),
               libdbus-glib-1-dev,
               libsqlite3-dev (>= 3.6.16),
               libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
               libiw-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
               zip,
               unzip,
               locales,
               xvfb,
               xfonts-base,
               xauth,
               ttf-bitstream-vera,
               ttf-freefont,
               imagemagick,
               librsvg2-bin,
               xsltproc,
               lsb-release
Build-Conflicts: graphicsmagick-imagemagick-compat,
                 libhildonmime-dev,
                 libosso-dev
Standards-Version: 3.9.0.0
Vcs-Git: git://git.debian.org/git/pkg-mozilla/iceweasel.git
Vcs-Browser: http://git.debian.org/?p=pkg-mozilla/iceweasel.git

Package: iceweasel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         fontconfig,
         procps,
         debianutils (>= 1.16),
         xulrunner-1.9.1 (>= 1.9.1.16)
Suggests: ttf-lyx | latex-xft-fonts,
          xfonts-mathml,
          ttf-mathematica4.1,
          xprint,
          mozplugger,
          libgssapi-krb5-2 | libkrb53
Provides: www-browser,
          gnome-www-browser
Description: Web browser based on Firefox
 Firefox is a redesign of the Mozilla browser component, similar to
 Galeon, K-Meleon and Camino, but written using the XUL user interface
 language and designed to be lightweight and cross-platform.
 .
 This browser is based on the Firefox source-code, with minor
 modifications. Historically, this browser was previously known as
 Firebird and Phoenix.

Package: iceweasel-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${misc:Depends},
         iceweasel (= ${binary:Version}),
         xulrunner-1.9.1-dbg
Description: debugging symbols for iceweasel
 Iceweasel is a redesign of the Mozilla browser component, similar to
 Galeon, K-Meleon and Camino, but written using the XUL user interface
 language and designed to be lightweight and cross-platform.
 .
 This package contains the debugging symbols for iceweasel.

Package: xulrunner-1.9.1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libnspr4-0d (>> 4.7.1-1),
         libnss3-1d (>> 3.12.0~rc3-1),
         libmozjs2d (= ${binary:Version}),
         libcairo2 (>= 1.8.8)
Suggests: ${gnome:Depends}, libgnomeui-0, libcanberra0
Breaks: iceweasel (<< 3.5.5-1)
Replaces: xulrunner-1.9.1-gnome-support
Conflicts: xulrunner-1.9.1-gnome-support,
           j2re1.4,
           pango-graphite (<< 0.9.3)
Description: XUL + XPCOM application runner
 XULRunner is a single "gecko runtime" that can be used to bootstrap
 multiple XUL + XPCOM applications that are as rich as Firefox and
 Thunderbird.
 .
 XUL is Mozilla's XML based User Interface language that lets you build
 feature-rich cross platform applications. These applications are easily
 customized with alternative text, graphics and layout so that they can be
 readily branded or localized for various markets. Web developers already
 familiar with Dynamic HTML (DHTML) will learn XUL quickly and can start
 building applications right away.
 .
 XPCOM is a cross platform component model. It has multiple language
 bindings and IDL descriptions so programmers can plug their custom
 functionality into the framework and connect it with other components.
 .
 This package also contains the Gecko engine library (libxul)
Homepage: http://developer.mozilla.org/en/docs/XULRunner

Package: libmozjs2d
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Breaks: xulrunner-1.9.1 (<< 1.9.1.10~)
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: libmozjs-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         libmozjs2d (= ${binary:Version}),
         libnspr4-dev
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: libmozjs2d-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libmozjs2d (= ${binary:Version}),
         ${misc:Depends}
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/

Package: spidermonkey-bin
Section: interpreters
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: standalone JavaScript/ECMAScript (ECMA-262) interpreter
 SpiderMonkey is a standalone JavaScript/ECMAScript interpreter. It can either
 take input from files or from a command line driven interface.
 It is not recommended for production use, as it contains dangerous
 (security-wise) debugging features.
 .
 ECMAScript (ECMA-262) is a dynamic scripting language supporting prototype
 based object construction. The basic syntax is intentionally similar to
 both Java and C++ to reduce the number of new concepts required to learn
 the language. Language constructs, such as if statements, for and while
 loops, and switch and try ... catch blocks function the same as these
 languages (or nearly so).
 .
 JavaScript is a superset of the ECMA-262 Edition 3 (ECMAScript) standard
 first introduced by Netscape and now led by the Mozilla project.
Homepage: http://www.mozilla.org/js/

Package: xulrunner-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         xulrunner-1.9.1 (>= ${binary:Version}),
         libnss3-dev,
         libnspr4-dev,
         libmozjs-dev (>= ${binary:Version})
Description: Development files for the Gecko engine library
 This library provides an  API for XUL applications and Gecko embedders.
 The Gecko engine is the core of the mozilla.org applications such as
 Firefox, Thunderbird or SeaMonkey.
 .
 Gecko features include XPCOM, networking, DOM editing and transaction
 support, XBL, XUL, SVG, XSLT, XML Extras (XMLHttpRequest and DOMParser),
 Web Services (SOAP), accessibility support, IPC services, gtkmozembed, etc.
 .
 Install this package if you wish to embed the Gecko engine in your
 program or want to develop XPCOM components.
 .
 This package also provides the Xulrunner Software Development Kit in the
 same form as the one you may find on mozilla.org in /usr/lib/xulrunner/sdk.
Homepage: http://wiki.mozilla.org/XUL:Lib_XUL

Package: xulrunner-1.9.1-dbg
Section: debug
Priority: extra
Architecture: any
Depends: xulrunner-1.9.1 (= ${binary:Version}),
         libmozjs2d-dbg (= ${binary:Version}),
         ${misc:Depends}
Description: Debugging symbols for the Gecko engine library
 This library provides an  API for XUL applications and Gecko embedders.
 The Gecko engine is the core of the mozilla.org applications such as
 Firefox, Thunderbird or SeaMonkey.
 .
 Gecko features include XPCOM, networking, DOM editing and transaction
 support, XBL, XUL, SVG, XSLT, XML Extras (XMLHttpRequest and DOMParser),
 Web Services (SOAP), accessibility support, IPC services, gtkmozembed, etc.
 .
 This package provides the debugging symbols for the xulrunner-1.9.1
 package.
Homepage: http://wiki.mozilla.org/XUL:Lib_XUL
