Publishing details

Changelog

xulrunner-1.9.2 (1.9.2~hg20100108r33503+nobinonly-0ubuntu1~asac1~karmic) karmic; urgency=low

  [ Fabien Tassin <email address hidden> ]
  * Mass update from 1.9.1 to 1.9.2:
    * Renamed and updated
      - debian/mozclient/xulrunner-1.9.1.conf => debian/mozclient/xulrunner-1.9.2.conf
      - debian/mozclient/xulrunner-1.9.1.mk => debian/mozclient/xulrunner-1.9.2.mk
      - debian/xulrunner-1.9.1-dev.install => debian/xulrunner-1.9.2-dev.install
      - debian/xulrunner-1.9.1-gnome-support.install => debian/xulrunner-1.9.2-gnome-support.install
      - debian/xulrunner-1.9.1-gnome-support.postinst => debian/xulrunner-1.9.2-gnome-support.postinst
      - debian/xulrunner-1.9.1.install => debian/xulrunner-1.9.2.install
      - debian/xulrunner-1.9.1.dirs => debian/xulrunner-1.9.2.dirs
      - debian/xulrunner-1.9.1.postinst.in => debian/xulrunner-1.9.2.postinst.in
      - debian/xulrunner-1.9.1.postrm.in => debian/xulrunner-1.9.2.postrm.in
      - debian/xulrunner-1.9.1.preinst.in => debian/xulrunner-1.9.2.preinst.in
      - debian/xulrunner-1.9.1.prerm.in => debian/xulrunner-1.9.2.prerm.in
    * Updated:
      - debian/control
  * Update the location of the upsteam branch now that 3.6/Namoroka has its own
    branch, and trunk moved on to 3.7
    - update debian/mozclient/xulrunner-1.9.2.conf
  * Target the 'default' branch instead of tip
    - add debian/moz-rev.sh
    - update debian/mozclient/xulrunner-1.9.2.conf
  * Make -dev package conflict with xulrunner-1.9.1-dev
    - update debian/control
  * Install missing files detected by 'compare'
    - update debian/xulrunner-1.9.2.install
    - update debian/xulrunner-1.9.2-testsuite.install
  * Drop files no longer in the install dir
    - update debian/xulrunner-1.9.2-testsuite.install
  * Pass -p to all dh_{install,links} to prevent unncessary installs
    - update debian/rules
  * Add libiw-dev to Build-Depends (bmo 503597) fixing broken wifi geolocation
    - update debian/control
  * Update -dev install files now that the includes are flattened (bmo 488175)
    - update debian/xulrunner-1.9.2-dev.install
    - update debian/xulrunner-1.9.2-dev.install.i386.pp
    - update debian/xulrunner-1.9.2-dev.install.lpia.pp
    - update debian/xulrunner-1.9.2-testsuite-dev.install
  * Run 'compare' in binary-predeb now that dh_install is doing the right thing.
    Update the compare filters
    - update debian/rules
    - update debian/mozclient/xulrunner-1.9.2.mk
  * Update diverged patches:
    - update debian/patches/bz467751_att351167_sysplugin_xre_part.patch
    - update debian/patches/bzXXX_plugin_for_mimetype_pref.patch
    - update debian/patches/bz472807_att356161_nspr_nss_pc.patch
    - update debian/patches/system_path_launch_child.patch
    - update debian/patches/bz461277_att344402_eliminate_deprecated_gtk_type_macros.patch
    - update debian/patches/bzXXX_fix_test_suite_bashisms.patch
    - update debian/patches/dont_install_so_in_dev.patch
    - update debian/patches/bzXXX_urlclassifier_prefs_in_toolkit.patch
  * Remove patches no longer needed / applied upstream:
    - drop debian/patches/bzXXX_no_zlib_export_if_native.patch (bmo 488175)
    - drop debian/patches/protect_tests_by_ifdefs.patch (bmo 495387)
    - drop debian/patches/fix_ftbfs_with_cairo_fb.patch (bmo 466250)
    - drop debian/patches/bz493541_att386469_fix_flash_fullscreen_crash.patch
    - update update debian/patches/series
  * Update MOZCLIENT_GETDATE to make it use pushlog so it is not confused by merges with
    dates in the past
    - update debian/mozclient/xulrunner-1.9.2.conf
  * Bump requirement of system nspr to >= 4.8.0
    - update debian/rules
  * Bump requirement for system nss to >= 3.12.3 since Mozilla bug 485052 landed
    - update debian/rules
  * Fix FTBFS caused by API breakage in pango
    - add debian/patches/bz478871_att369648_new_pango_api.patch
    - update debian/patches/series
  * Fix -dev install file so that /testing/ doesn't end up in both -dev
    and -testsuite-dev
    - update debian/xulrunner-1.9.2-dev.install
  * Use all available CPUs/cores during build, so we take less build cycles
    - update debian/rules

  [ Alexander Sack <email address hidden> ]
  * upstreamed nss/nspr pkg-config patch (bmo 472807)
    - debian/patches/bzXXX_pc_honour_system_nspr_nss.patch => debian/patches/bz472807_att356161_nspr_nss_pc.patch
  * ship native libnotify support in -gnome-support; add --enable-libnotify
    to configure flags and add libnotify-dev to Build-Depends
    - update debian/rules
    - update debian/control
  * fix gnome component build for gfx changes introduced for mozilla bug 423756;
    - add debian/patches/bz487262_att371494_gnome_alerts_buildfix.patch
    - update debian/patches/series
  * adjust patch to changed upstream code base
    - update debian/patches/bz467751_att351167_sysplugin_xre_part.patch
  * drop patch fixed upstream in the meantime
    - delete debian/patches/bz478871_att369648_new_pango_api.patch
    - update debian/patches/series
  * adjust patch to changed upstream code base
    - update debian/patches/fix_ftbfs_with_cairo_fb.patch
  * fix .install directory contents changed in upstream make install target
    - debian/xulrunner-1.9.2-testsuite.install
    - debian/xulrunner-1.9.2.install
  * drop patch applied upstream
    - remove debian/patches/bz487262_att371494_gnome_alerts_buildfix.patch
    - update debian/patches/series
  * fix memalign crashes on shutdown by wrapping PR_SetEnv in nsAppRunner.cpp to
    leak all strings (LP: #319480)
    - add debian/patches/bz473629_lp319480_leak_setenv_apprunner.patch
    - update debian/patches/series
  * tighten depends of xulrunner-1.9.2-dev; use xulrunner-1.9.2 (= ${binary:Version})
    - update debian/control
  * bmo: #493541 - fix a crash which occurs switching flash videos to fullscreen mode;
    we cherry pick a patch from bugzilla; thanks to Stephan Ebner <email address hidden>
    for spotting and testing the patch
    - add debian/patches/bz493541_att386469_fix_flash_fullscreen_crash.patch
    - update debian/patches/series
  * bandaid+debug patch for LP: #401055; we trap all x errors and print them
    - add debian/patches/lp401055_bz499498_debug_bandaid.patch
  * replace bandaid with upstream fix for LP: #401055 and LP: #411695)
    - delete debian/patches/lp401055_bz499498_debug_bandaid.patch
    - add debian/patches/bz499498_att397329_lp401055_bad_window.patch
    - update debian/patches/series
  * drop update-alternative --remove-all hack (which ensured that non-existing alternatives dont end
    up in "manual" mode in the past) now that dpkg fails on them - also the "auto" mode seems to be fixed
    - update debian/xulrunner-1.9.2.prerm.in
  * enable support for "extensions" in build-system
    - update debian/create-build-system.sh
  * drop not used patch from package
    - delete debian/patches/bz321315_gconf_backend_for_19.patch
  * drop ubuntu specific gre plugin/extension patch; we frequently need to touch it so we should rather
    strive for an upstream solution
    - drop debian/patches/bzXXX_gre_extension_plugin_support.patch
    - update debian/patches/series
  * set BUILD_OFFICIAL = 1 to enable all official build features
    - update debian/rules
  * fix LP: #404827 - Firefox doesn't warn about Attack Sites!?; add
    --enable-safe-browsing to configure flags
    - update debian/rules
  * fix LP: #422829 - mozilla-nss.pc is broken; stop installing mozilla-nspr.pc
    and mozilla-nss.pc
    - update debian/xulrunner-1.9.1-dev.install
  * in turn we drop the patch we previously used to keep mozilla-nspr.pc
    and mozilla-nss.pc in a usable state when using system nss/nspr
    - delete debian/patches/bzXXX_pc_honour_system_nspr_nss.patch
    - update debian/patches/series
  * fix LP: #423610 - daily build failures after landing of mozilla-nss.pc
    droppage (bug 422829); ensure that nspr-config is properly available in
    sdk regardless of using system or in-source nspr; also ensure that the
    xulrunner nspr/ include directory points to the system one in system-nspr
    case.
    - update debian/rules

  [ Benjamin Drung ]
  * simplify pkg-config shell command
    - update debian/rules

  [ Micah Gersten ]
  * Bump sqlite minimum to 3.6.16.1
    - update debian/rules
  * Bump minimum system cairo to 1.8.8
    - update debian/rules
  * Drop patch after upstream landing of (bmo: 499498)
    - update debian/patches/series
    - drop debian/patches/bz499498_att397329_lp401055_bad_window.patch
  * Add patch to make Thumb-2 Safe for Lucid (LP: #488354)
    - add debian/patches/bz532198_lp488354_ns_invokebyindex_not_thumb2_safe.patch
    - update debian/patches/series
 -- Micah Gersten <email address hidden>   Tue, 17 Nov 2009 03:08:53 -0600

Builds

Built packages

Package files