xulrunner_1.9.2.3-1_amd64.changes is NEW

Archive Administrator installer at ftp-master.debian.org
Sat Apr 3 22:17:15 UTC 2010


libmozillainterfaces-java_1.9.2.3-1_all.deb
  to main/x/xulrunner/libmozillainterfaces-java_1.9.2.3-1_all.deb
libmozjs-dev_1.9.2.3-1_amd64.deb
  to main/x/xulrunner/libmozjs-dev_1.9.2.3-1_amd64.deb
(new) libmozjs3d-dbg_1.9.2.3-1_amd64.deb extra debug
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.
(new) libmozjs3d_1.9.2.3-1_amd64.deb optional libs
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).
spidermonkey-bin_1.9.2.3-1_amd64.deb
  to main/x/xulrunner/spidermonkey-bin_1.9.2.3-1_amd64.deb
(new) xulrunner-1.9.2-dbg_1.9.2.3-1_amd64.deb extra debug
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.2
 package.
(new) xulrunner-1.9.2_1.9.2.3-1_amd64.deb optional libs
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)
xulrunner-dev_1.9.2.3-1_amd64.deb
  to main/x/xulrunner/xulrunner-dev_1.9.2.3-1_amd64.deb
xulrunner_1.9.2.3-1.debian.tar.gz
  to main/x/xulrunner/xulrunner_1.9.2.3-1.debian.tar.gz
xulrunner_1.9.2.3-1.dsc
  to main/x/xulrunner/xulrunner_1.9.2.3-1.dsc
xulrunner_1.9.2.3.orig.tar.bz2
  to main/x/xulrunner/xulrunner_1.9.2.3.orig.tar.bz2
Changes: xulrunner (1.9.2.3-1) experimental; urgency=low
 .
  * New upstream release.
  * debian/copyright: Update with upstream changes.
  * debian/rules: Bump BASE_VERSION to 1.9.2.
  * debian/control*:
    - Build depend on libnotify-dev.
    - Remove 1.9.1 specific Breaks/Replaces/Conflicts.
  * debian/rules, debian/libmozjsSO_VERSION.symbols.jit.in,
    debian/libmozjsSO_VERSION.symbols.in: Bump libmozjs so version and update
    symbols file.
  * debian/control*, debian/extra-stuff/packages-static.xulrunner,
    debian/mozconfig.in, debian/postinstrm.in, debian/python-xpcom.dirs,
    debian/python-xpcom.install.in, debian/python-xpcom.prerm,
    debian/rules, debian/xulrunner-BASE_VERSION.postinst.in: Remove python
    xpcom, as it is not provided upstream anymore.
  * debian/extra-stuff/Makefile.in, debian/extra-stuff/filemonitor/Makefile.in:
    Adapt debian/extra-stuff to new upstream.
  * debian/rules:
    - Modify js/src install rule.
    - Install and cleanup headers from their new location.
    - Enable readline support in for xpcshell.
  * debian/xulrunner-dev.install.in: Remove -unstable pkg-config files. They
    were removed upstream.
  * debian/xulrunner-BASE_VERSION.install.in: Install components.list file.
  * debian/test.mk: Remove tests that are known to fail.
  * debian/mozconfig.in: Use --enable-readline instead of --with-readline.
  * debian/mozconfig.in, debian/control*: Build against system libffi.
  * debian/rules, debian/test.mk: Move reftest-app cleanup to debian/test.mk.
  * debian/test.mk: The reftest application needs to point to
    distribution/bundles from XRE. The reftest specific components are now
    there, and XRE won't load bundles from $GRE_DIR/distribution/bundles;
    only from $APP_DIR/distribution/bundles.
 .
  * js/src/Makefile.in: mozilla-config.h was renamed js-confdefs.h in js/src.
  * js/src/shell/Makefile.in: Remove the js shell from the build directory
    during cleanup.
  * layout/tools/pageloader/Makefile.in, layout/tools/reftest/Makefile.in,
    layout/tools/reftest/print-manifest-dirs.py,
    netwerk/test/httpserver/Makefile.in, testing/mochitest/Makefile.in,
    testing/xpcshell/Makefile.in, testing/xpcshell/runxpcshelltests.py,
    xpcom/sample/Makefile.in, xpcom/tests/TestFactory.cpp,
    xpcom/tests/dynamic/Makefile.in: Move test and tools which aren't part of
    Firefox into distribution bundles, so that the components.list machinery
    doesn't pick them up. bz#527458.
  * modules/plugin/base/public/nsIPluginTag.idl,
    modules/plugin/base/src/nsPluginHost.cpp: Expose fullpath from
    nsIPluginTag. bz#550668.
  * xulrunner/app/xulrunner.js: Set extensions.dss.enabled to false at XRE
    level. bz#547943.
  * js/src/jsapi-tests/Makefile.in: jsapi-tests don't build when using
    -Wl,--as-needed. bz#547715.
  * js/src/jsbuiltins.*: Revert previous patch to not export
    js_SetTraceableNativeFailed, it is now used.
  * js/src/Makefile.in: Use new EXPORTS_NAMESPACES facility to install
    nanojit headers.
  * js/src/shell/Makefile.in: Link js shell against shared mozjs library.
    bz#501300.
  * js/src/jscntxt.h, js/src/jsbuiltins.h: Avoid mangling some exported
    symbols from libmozjs.
  * js/src/configure.in: Enable x64 JIT backend by default. bz#489146.
  * js/src/config/rules.mk, config/rules.mk: Modify gross workaround to avoid
    installing test idl and include files in the SDK to fit upstream changes.
  * config/autoconf.mk.in, config/system-headers, configure.in,
    js/ctypes/Makefile.in, js/src/config/system-headers,
    toolkit/library/libxul-config.mk, toolkit/toolkit-tiers.mk: Allow to
    build against system libffi. bz#551138.
  * modules/libpr0n/test/reftest/apng/reftest.list: Always fail apng test.
  * xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp: Fix issues with
    symlinked component directories. bz#551152.


Override entries for your package:
libmozillainterfaces-java_1.9.2.3-1_all.deb - extra java
libmozjs-dev_1.9.2.3-1_amd64.deb - optional libdevel
spidermonkey-bin_1.9.2.3-1_amd64.deb - optional interpreters
xulrunner-dev_1.9.2.3-1_amd64.deb - optional libdevel
xulrunner_1.9.2.3-1.dsc - source devel

Announcing to debian-devel-changes at lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-mozilla-maintainers mailing list