[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted xulrunner 1.9~rc1-1 (source all amd64)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2008 19:24:54 +0200
Source: xulrunner
Binary: xulrunner-1.9 xulrunner-1.9-gnome-support libmozjs1d libmozjs-dev libmozjs1d-dbg spidermonkey-bin xulrunner-1.9-common xulrunner-dev xulrunner-dev-bin xulrunner-1.9-dbg libmozillainterfaces-java python-xpcom
Architecture: source all amd64
Version: 1.9~rc1-1
Distribution: experimental
Urgency: low
Maintainer: Mike Hommey <glandium@debian.org>
Changed-By: Mike Hommey <glandium@debian.org>
Description: 
 libmozillainterfaces-java - XPCOM bindings for Java
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript library
 libmozjs1d - The Mozilla SpiderMonkey JavaScript library
 libmozjs1d-dbg - Development files for the Mozilla SpiderMonkey JavaScript library
 python-xpcom - XPCOM bindings for Python
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-1.9 - XUL + XPCOM application runner
 xulrunner-1.9-common - Gecko engine library - common files
 xulrunner-1.9-dbg - Development files for the Gecko engine library
 xulrunner-1.9-gnome-support - Support for GNOME in xulrunner applications
 xulrunner-dev - Development files for the Gecko engine library
 xulrunner-dev-bin - Static libraries for the Gecko engine
Closes: 479107 480045 480905 481021 482471
Changes: 
 xulrunner (1.9~rc1-1) experimental; urgency=low
 .
   * New upstream Release Candidate release (taken from upstream CVS):
     + Avoid non null terminated strings being considered as such, leading to
       garbage at the end of drag&dropped content. Closes: #481021.
   * debian/control: Turn libmozjs-dev into an arch-dependent package, so that
     arch-dependent jsautocfg.h has the proper content on all architectures.
     Closes: #480045.
   * xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_m68k.cpp,
     xpcom/reflect/xptcall/src/md/unix/xptcstubs_mips.cpp: Add missing #include
     in xptcstubs on m68k and mips. This should finally settle the FTBFSes on
     these architectures. Closes: #479107.
   * debian/xulrunner-1.9.postinst: Remove test for 'upgrade', it is not a
     valid postinst argument.
   * debian/xulrunner-dev-bin.install, debian/rules: Install mozilla-config.h
     in arch-dependent xulrunner-dev-bin package.
   * debian/pyversions: Removed. It is actually useless in our case.
   * debian/rules:
     + Fix mozilla-js.pc to provide the proper include directory.
     + Add a test rule to try to detect xptc invoke/stubs breakages. An
       xpcshell script should be enough for that purpose.
     + Add -g to flags given to the assembler.
     + Make DEB_BUILD_OPTIONS=noopt actually work.
     + Use objdump -p instead of objdump -x.
     + Bumped shlibs for libmozjs1d. Also add option for dh_makeshlibs to fail
       when symbols file is not up-to-date.
   * debian/libmozjs1d.symbols: Add symbols file for libmozjs1d.
   * xpcom/reflect/xptcall/src/md/unix/Makefile.in, configure, configure.in:
     Add -fPIC to flags given to the assembler, and clean-up the Makefile.
     This will fix current xpcom brokenness on mips.
   * debian/control:
     + Added proper conflicts related to python-xpcom to xulrunner-1.9-dbg.
       Closes:#482471.
     + Build-Depend on libnspr4-dev >= 4.7.0 instead of wrong 3.7.0 (oops).
     + Build-Depend on libstartup-notification0-dev.
   * xpcom/build/nsXPComInit.cpp: Check for GRE_DIR/.autoreg to trigger
     components auto-registration, so that we can have independent application
     and xulrunner updates triggering it.
   * debian/xulrunner-1.9.postinst, debian/postinstrm.in: Don't remove .autoreg
     file, but create/refresh it.
   * config/rules.mk: Avoid to remove source .s files on make clean, which
     broke building again after make clean on architectures having .s source
     files.
   * xpcom/reflect/xptcall/src/md/unix/Makefile.in: Build xptcstubs with less
     optimizations on hppa to avoid g++ outsmarting the assembly code.
     Closes: #480905.
   * debian/configure.in: disable mochitest.
   * xulrunner/installer/Makefile.in, debian/rules: Revert previous change to
     build as if we were version 1.9 instead of 1.9bn, since milestone is now
     1.9.
   * debian/postinstrm.in, debian/rules, debian/xulrunner-1.9.install,
     debian/xulrunner-1.9.postinst: Don't ship regxpcom, as it is not supported
     upstream anymore, and generate components registry by a void call to
     xpcshell, which does the work.
   * debian/control: Build depends on xvfb, xfonts-base and xauth to be able to
     launch xulrunner tests.
   * debian/rules, debian/test: Implement a test application and run it during
     the test rule. Test both with and without libjemalloc, forcing memory
     allocation libraries with LD_PRELOAD to avoid relying on what is linked
     at build time, as it may change in the future. If we built against
     libjemalloc and the test fails, automatically rebuild without.
   * js/src/xpconnect/shell/xpcshell.cpp: Drop ancient code in xpcshell that
     ended up making error messages not being included.
   * debian/control, debian/rules: Insert carriage returns where lines are too
     long. This will improve diff readability in the future.
   * debian/mozconfig:
     + Enable url-classifier component ; it is needed by iceweasel.
     + Enable startup-notification.
   * debian/xulrunner-1.9.install: Don't put nsXULAppInstall.js component in
     the xulrunner-1.9 package.
   * debian/control: Adapt conflicts accordingly.
   * debian/xulrunner-1.9-common.install: Use wildcards to install typelibs
     and javascript components, since we don't put any in another package.
   * debian/python-xpcom.install: Add new pyabout.py component.
   * docshell/base/nsAboutRedirector.cpp: Don't register about:about, which
     doesn't exist, and register about:, giving it permission to run chrome
     scripts.
   * xpfe/appshell/src/Makefile.in, xpfe/appshell/src/nsAppShellFactory.cpp:
     Remove nsAbout, from appshell, since we made nsAboutRedirector happily
     replace it.
   * debian/debAbout.js, debian/rules: Add a component to handle special
     about:debian, about:bugs and about:readme.debian urls.
   * modules/libjar/nsJAR.cpp: Apply suggestions from Christian Biesinger in
     bz#368428. The patch will eventually be applied upstream.
   * storage/src/mozStorageConnection.cpp,
     storage/test/unit/test_storage_connection.js: Apply patch from bz#421482
     to mitigate I/O issues with sqlite fsync()ing.
   * toolkit/content/Makefile.in, toolkit/content/about.xhtml,
     toolkit/content/jar.mn: Don't hardcode the XRE version number in the
     about: page.
   * toolkit/content/about.xhtml:
     + Unhide release notes link, but only if app.releaseNotesURL is defined.
     + Don't put an about:blank link when there is no vendorURL defined.
     + Add links for about:bugs and about:README.Debian.
   * toolkit/locales/en-US/chrome/global/about.dtd: Add corresponding en_US
     strings.
Checksums-Sha1: 
 9b52fac5b67117dffb9d193729f0bb01a9919207 1791 xulrunner_1.9~rc1-1.dsc
 2969236578ff638619ec81ef17390cdbb6a91890 40058667 xulrunner_1.9~rc1.orig.tar.gz
 57a362d386d1731f07afce6a5152c5904e39c5c7 99737 xulrunner_1.9~rc1-1.diff.gz
 df71a5181a7b65ad4ca785b7e4fe340fef231e4a 1355772 xulrunner-1.9-common_1.9~rc1-1_all.deb
 c5eef57820c9a0d01ac01ce218bd03fbcd1497b2 4789268 xulrunner-dev_1.9~rc1-1_all.deb
 711145b5ddbc4e47af0b1ef7861409f22a5d4de2 1450508 libmozillainterfaces-java_1.9~rc1-1_all.deb
 5e230f37c623a1e8340d3104dfe7bcb072e73fdf 6431490 xulrunner-1.9_1.9~rc1-1_amd64.deb
 b7b2452444c4f15d1bc7175211e7f4698cef9448 98132 xulrunner-1.9-gnome-support_1.9~rc1-1_amd64.deb
 23e7679570ab5ac6a8782d367ca8ec8bd3f81bf2 370854 libmozjs1d_1.9~rc1-1_amd64.deb
 3af3061b18ce3e92375bd1f5feba8409748a0995 218672 libmozjs-dev_1.9~rc1-1_amd64.deb
 c032b1b0a20076cae3e0e43ad6b68c1fc9bbd79f 919490 libmozjs1d-dbg_1.9~rc1-1_amd64.deb
 e624d605c2d63e42aca6f400e2ec77f5707f057a 65284 spidermonkey-bin_1.9~rc1-1_amd64.deb
 f7346891cb543e4962ee5db304bf8050728a1285 257722 xulrunner-dev-bin_1.9~rc1-1_amd64.deb
 7aad742aceb940053bcee64403e29df623d36409 50110234 xulrunner-1.9-dbg_1.9~rc1-1_amd64.deb
 a593ad0a78a55e901e40e6b387c6e7c91edc9adf 147412 python-xpcom_1.9~rc1-1_amd64.deb
Checksums-Sha256: 
 c9dd7396f4626c99bf503951a6c8a308a2232399d5cc631db4ee3efd5baf8c7e 1791 xulrunner_1.9~rc1-1.dsc
 52b0258043f49705716cabbd0686c24062b008fa5597ac2b0aefbd887db5dc34 40058667 xulrunner_1.9~rc1.orig.tar.gz
 10db418fe10c7a8693b10193704889ffebf7424963422564dcae4462c2915606 99737 xulrunner_1.9~rc1-1.diff.gz
 f572e33cdc19ad41a3261cb534637cfff5340d3beb8a8fbdab0c4f24ed4ce6b0 1355772 xulrunner-1.9-common_1.9~rc1-1_all.deb
 9613fd93ba373cf3f003398671fe63af47f9477aa9348d47e00cd499694df321 4789268 xulrunner-dev_1.9~rc1-1_all.deb
 420cc14addb06e465431021126310058b4a4c4b7e4856a168f5dc946e24a7b73 1450508 libmozillainterfaces-java_1.9~rc1-1_all.deb
 5bd5c0747cfa4e1a3dca4db921187da56fe664f82307b4d0f0f5945a18ceedac 6431490 xulrunner-1.9_1.9~rc1-1_amd64.deb
 1cc61d1a9559724b5bf392f9ca0e47e9f43c32fa03e5d7686d8cef9e0f08e331 98132 xulrunner-1.9-gnome-support_1.9~rc1-1_amd64.deb
 2e9ac05bb9c843ab40134593696941637e09ce7d55de26787cb5b9371f17f20a 370854 libmozjs1d_1.9~rc1-1_amd64.deb
 888be765e9f61ef2ec2eb79d609beaeb95519658fdfe802d40ef9a459e7ffb40 218672 libmozjs-dev_1.9~rc1-1_amd64.deb
 8cd4d4665c67c52f90e2971c730d197cebdb13ddb93387b8817b9bc7282499b0 919490 libmozjs1d-dbg_1.9~rc1-1_amd64.deb
 4a02bfac866e3de468ac44f808b5c6abefb6ff0ba8e9de662c1b93bf05dea53f 65284 spidermonkey-bin_1.9~rc1-1_amd64.deb
 8c82dd4cab3063548eaeff52bf69a087aafeb6000e8099e9be618283639f535a 257722 xulrunner-dev-bin_1.9~rc1-1_amd64.deb
 500ebc328e376d5b1a2486c0b3eb53e17cf844b003f7b7f096c6115b1e691613 50110234 xulrunner-1.9-dbg_1.9~rc1-1_amd64.deb
 599dc5b37231874e8ed7c22352ca33d017bc894bfdde0834ab13301a3e1ff3e9 147412 python-xpcom_1.9~rc1-1_amd64.deb
Files: 
 688c04e11918414528974493a429206b 1791 devel optional xulrunner_1.9~rc1-1.dsc
 6e81c1d590cb527b8c5b17d215974432 40058667 devel optional xulrunner_1.9~rc1.orig.tar.gz
 77b9618b4e760581acb795475319d3b6 99737 devel optional xulrunner_1.9~rc1-1.diff.gz
 49f55f6e581fd52e6fa93d2cf2d96c73 1355772 libs optional xulrunner-1.9-common_1.9~rc1-1_all.deb
 58cbed5e6c7af87ba3d0343e205eb7fb 4789268 libdevel optional xulrunner-dev_1.9~rc1-1_all.deb
 cb76a2e82cb0f22afd7d58046fcc8b07 1450508 libdevel extra libmozillainterfaces-java_1.9~rc1-1_all.deb
 b974f252ca8c91727b4696a680be7bde 6431490 devel optional xulrunner-1.9_1.9~rc1-1_amd64.deb
 259487066276c5935fec381ba398f2a9 98132 devel optional xulrunner-1.9-gnome-support_1.9~rc1-1_amd64.deb
 9fc66b08f6a7bd01856f6ad05361db00 370854 libs optional libmozjs1d_1.9~rc1-1_amd64.deb
 0e4f8f92ed9db8d380d7125f6ea2b54e 218672 libdevel optional libmozjs-dev_1.9~rc1-1_amd64.deb
 c4d7e0095c685fc1bcc57d4da0635777 919490 libdevel extra libmozjs1d-dbg_1.9~rc1-1_amd64.deb
 29c70bda3e5ebb9ed300dc34982cc86d 65284 interpreters optional spidermonkey-bin_1.9~rc1-1_amd64.deb
 4b56886476f14d41f7d41a9b0e568f98 257722 libdevel optional xulrunner-dev-bin_1.9~rc1-1_amd64.deb
 c9a83000411b23065731274d5c78cddc 50110234 libdevel extra xulrunner-1.9-dbg_1.9~rc1-1_amd64.deb
 a065863d2199a178f2bd27dd9c78daa4 147412 python extra python-xpcom_1.9~rc1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIOF5n3kvaLFT9KlgRAoxSAKCBXQUmYSWEvSfcNrDWuQ7JSrBMkgCeIyuC
m+n+qUlnkpUdnu/tV7pLSsI=
=H5MZ
-----END PGP SIGNATURE-----


Accepted:
libmozillainterfaces-java_1.9~rc1-1_all.deb
  to pool/main/x/xulrunner/libmozillainterfaces-java_1.9~rc1-1_all.deb
libmozjs-dev_1.9~rc1-1_amd64.deb
  to pool/main/x/xulrunner/libmozjs-dev_1.9~rc1-1_amd64.deb
libmozjs1d-dbg_1.9~rc1-1_amd64.deb
  to pool/main/x/xulrunner/libmozjs1d-dbg_1.9~rc1-1_amd64.deb
libmozjs1d_1.9~rc1-1_amd64.deb
  to pool/main/x/xulrunner/libmozjs1d_1.9~rc1-1_amd64.deb
python-xpcom_1.9~rc1-1_amd64.deb
  to pool/main/x/xulrunner/python-xpcom_1.9~rc1-1_amd64.deb
spidermonkey-bin_1.9~rc1-1_amd64.deb
  to pool/main/x/xulrunner/spidermonkey-bin_1.9~rc1-1_amd64.deb
xulrunner-1.9-common_1.9~rc1-1_all.deb
  to pool/main/x/xulrunner/xulrunner-1.9-common_1.9~rc1-1_all.deb
xulrunner-1.9-dbg_1.9~rc1-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9-dbg_1.9~rc1-1_amd64.deb
xulrunner-1.9-gnome-support_1.9~rc1-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9-gnome-support_1.9~rc1-1_amd64.deb
xulrunner-1.9_1.9~rc1-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9_1.9~rc1-1_amd64.deb
xulrunner-dev-bin_1.9~rc1-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-dev-bin_1.9~rc1-1_amd64.deb
xulrunner-dev_1.9~rc1-1_all.deb
  to pool/main/x/xulrunner/xulrunner-dev_1.9~rc1-1_all.deb
xulrunner_1.9~rc1-1.diff.gz
  to pool/main/x/xulrunner/xulrunner_1.9~rc1-1.diff.gz
xulrunner_1.9~rc1-1.dsc
  to pool/main/x/xulrunner/xulrunner_1.9~rc1-1.dsc
xulrunner_1.9~rc1.orig.tar.gz
  to pool/main/x/xulrunner/xulrunner_1.9~rc1.orig.tar.gz


Reply to: