firefox-3.0 3.6.6+nobinonly-0ubuntu0.8.04.1 source package in Ubuntu

Changelog

firefox-3.0 (3.6.6+nobinonly-0ubuntu0.8.04.1) hardy-security; urgency=low

  * New major upstream release v3.6.6 (FIREFOX_3_6_6_RELEASE)
    - see USN-930-1
  * Note that sun-java5-plugin has no support for Firefox 3.6. Users of
    sun-java5-plugin are advised to upgrade to sun-java6-plugin

  * Switch to using unversioned binaries. This means that firefox and
    firefox-gnome-support are no longer meta-packages depending on the latest
    versioned binary packages, but they ship the binary components. Convert
    firefox-3.0* packages to meta packages which pull in the unversioned binaries
    to ensure a smooth upgrade path
    - update debian/control
    - rename debian/firefox-3.0-dev.install => debian/firefox-dev.install
    - rename debian/firefox-3.0-dev.links => debian/firefox-dev.links
    - rename debian/firefox-3.0-final.desktop => debian/firefox-final.desktop
    - rename debian/firefox-3.0-gnome-support.install => debian/firefox-gnome-support.install
    - rename debian/firefox-3.0-gnome-support.postinst.in => debian/firefox-gnome-support.postinst
    - rename debian/firefox-3.0-minefield.desktop => debian/firefox-minefield.desktop
    - rename debian/firefox-3.0-granparadiso.desktop => debian/firefox-namoroka.desktop
    - rename debian/firefox-3.0-restart-required.update-notifier => debian/firefox-restart-required.update-notifier
    - rename debian/firefox-3.0.dirs => debian/firefox.dirs
    - rename debian/firefox-3.0.install => debian/firefox.install
    - rename debian/firefox-3.0.links => debian/firefox.links
    - rename debian/firefox-3.0.menu => debian/firefox.menu
    - rename debian/firefox-3.0.postinst.in => debian/firefox.postinst.in
    - rename debian/firefox-3.0.prerm => debian/firefox.prerm.in
    - update Icon name in debian/firefox-final.desktop
    - update Icon, Exec and StartupWMClass fields in debian/firefox-minefield.desktop
    - update Name and Description in debian/firefox-restart-required.update-notifier
    - update debian/firefox.links to not create versioned link in /usr/bin
    - update fields in debian/firefox.menu
    - update debian/firefox.postinst.in
    - update debian/firefox.prerm.in
  * Implement MIN_SYS_DEPS approach that does not use system xulrunner
    and only a minimal set of system dependencies.
    + drop patches not required anymore:
      - delete debian/patches/dont_depend_on_nspr_sources.patch
      - update debian/patches/series
    + move .install lines that depend on whether MIN_SYS_DEPS is used or not
      to debian/rules in ifneq (,$(MIN_SYS_DEPS)) blocks
      - update debian/rules
      - update debian/firefox.install
    + ship gnome support .so's inside of the main package, but keep dependencies in
      the (now empty) gnome-support package; to achieve this, we first install
      the gnome support files in the -gnome-support package and move them to the
      main package _after_ shlib depends where generated
      - update debian/rules
    + do not build-depend on xulrunner dev package anymore; local xulrunner builds
      with MIN_SYS_DEPS=0 should still work though
      - update debian/control
    + fix firefox.sh to handle all-static build
      - update debian/firefox.sh.in
  * Fix LP: #398121 - firefox-3.5-gnome-support failed to install/upgrade; we
    make the postinst script more failsafe
    - update debian/firefox-gnome-support.postinst
  * Add libstartup-notification0-dev to build-deps as it now seems to be
    mandatory on lpia
    - update debian/control
  * Add libasound2-dev to Build-Depends for the new HTML5 <video> tag
    - update debian/control
  * Add libiw-dev to build-depends to fix build failure
    - update debian/control
  * Add libnotify-dev to build-depends
    - update debian/control
  * adjust packaging to support localized searchplugins
    + ship default searchplugins in /usr/lib/firefox-addons/searchplugins/en-US/
      and link that directory to $(DEBIAN_FF3_DIR)/distribution/searchplugins instead
      of the main firefox APP_DIR
      - update debian/rules
    + set default searchplugin locale pref to en-US - which is used as a
      fallback if no matching searchplugins/LOCALE directory exists for the
      current locale directory
      - update debian/firefox.js
    + do not install upstream searchplugins through debhelper file and
      install "debsearch" to the new distribution/.../en-US location
      - update debian/firefox.install
    + ship "common" searchplugins link that points to the old default
      searchplugins location '/usr/lib/firefox-addons/searchplugins/
      - update debian/rules
      - update debian/firefox.links
    + rework localized search engine patch to use ChromeRegistry locale
      information rather than a char pref; also change plugin dir order to allow
      locale specific searchplugins to overlay the ones shipped in
      "searchplugins/common"
      - add debian/patches/bz515232_att399338_distro_locale_searchplugins.patch
      - update debian/patches/series
  * Add patch for armv7 support
    - add debian/patches/bz532198_lp488354_ns_invokebyindex_not_thumb2_safe.patch
    - update debian/patches/series
  * Fix LP: #428306 - default search engines are removed and readded (keywords
    wiped) with upgrade
    - add debian/patches/bz534663_attXXX_normalize_distribution_searchplugins.patch
    - update debian/patches/series
  * Fix LP: #423610 - daily build failures after landing of mozilla-nss.pc droppage
    (bug 422829); we drop our previously used nspr pkgconfig patch and fix
    configure.in to not require in-source nspr if libxul-sdk is used
    - delete debian/patches/nspr_flags_by_pkg_config_hack.patch
    - add debian/patches/bzXXX_libxul_sdk_nspr.patch
    - update debian/patches/series
  * Add ability to set a preferred plugin for a given mime-type
    - add debian/patches/bzXXX_plugin_for_mimetype_pref.patch
    - update debian/patches/series
  * Enable NetworkManager integration for proper offline detection
    - update debian/firefox.js
  * Update profile migration tool for new version
    - update debian/migrator/main.c
  * Move mozclient project files from mozilla-descripts to this package
    - add debian/mozclient/firefox-3.0.conf
    - add debian/mozclient/firefox-3.0.mk
    - add debian/moz-rev.sh
    - update debian/rules
  * Fix LP: #520963 - sysprefs not honoured since firefox is built without
    system xulrunner; resurrect the patch we ship in xulrunner
    - add debian/patches/add_syspref_dir.patch
    - update debian/patches/series
  * Drop patches applied upstream
    - remove debian/patches/bz436133_att322801.patch
    - debian/patches/installer_shouldnt_copy_xulrunner.patch
    - debian/patches/installer_use_stdout_for_missing_files.patch
    - update debian/patches/series
  * Update / rebase patches
    - rename debian/patches/bzXXX_reload_new_plugins.patch =>
      debian/patches/bz460917_att350845_reload_new_plugins.patch
    - update debian/patches/lp185622_system_path_default_browser.patch
    - update debian/patches/ubuntu_no_app_updates.patch
  * Add a cairo LCD filter to use Freetype LCD colour filtering features,
    based on the same patch applied to our system cairo package. Thanks to
    Marc Deslauriers for helping to make this work
    - add debian/patches/lp512615_cairo_lcd_filter.patch
    - update debian/patches/series
  * Fix LP: #518422 - Firefox does not start with certain addons installed;
    don't normalize paths for xpti.dat
    - add debian/patches/lp518422.patch
    - update debian/series
  * Fix LP: #548866 - forgets middlemouse.contentLoadURL on upgrade; add patch
    from xulrunner-1.9
    - update debian/patches/series
    - add debian/patches/lp548866_bz467766_att351173-dont-reset-user-prefs-on-upgrade.patch
  * Add support for using lockPref in preferences files
    - add debian/patches/bz467738_att351145_lockPref_everywhere.patch
    - update debian/patches/series
  * Drop useless patch:
    - drop debian/patches/ftbfs-with-branding-dir
    - update debian/patches/series
  * Build with --enable-ipc on amd64, i386 and armel. These are the only
    architectures where OOPP is supported. Build with --disable-ipc on all
    other architectures
    - update debian/rules
  * Install the plugin-container binary for OOPP support when building
    with --enable-ipc
    - update debian/rules
  * Fix LP: #443147 - Firefox on ARM inappropriately adds scroll bars to many
    frames and images; this is a workaround that forces -O2 for the whole
    mozilla tree build on armel; the scroll bar only manifests on lucid toolchain
    when using the upstream optimization flag mix
    - update debian/rules
  * Fix FTBFS on sparc; disable jit on sparc until bmo 502369 is fixable
    - update debian/rules
  * Update rosetta template name to firefox-3.6
    - update debian/translation-support/install.rdf.in
  * Provide extra translations in desktop files
    - update debian/firefox-final.desktop
  * Introduce alternative branding by splitting the official branding in to
    a firefox-branding package and providing abrowser and abrowser-branding.
    firefox depends on either of the branding packages, which conflict with each
    other
    - add debian/abrowser.desktop
    - update debian/control
    - update debian/rules
    - add debian/patches/abrowser_run_mozilla.patch
    - add debian/patches/awesome_browser_branding_install.patch
    - add debian/patches/browser_branding.patch
    - update debian/patches/series
  * Add a ubuntu-abrowser.js file dedicated to abrowser and set useragent
    to Firefox/version
    - add debian/ubuntu-abrowser.js.tmpl
    - update debian/rules
  * Don't provide firefox-*-dom-inspector and firefox-*-venkman transitional
    packages. We use an internal copy of xulrunner now, which no longer provides
    these extensions
    - update debian/control
  * Create checksums for NSS libraries to make FIPS mode work
    - update debian/rules
  * Ensure that startup notification works with the bundled xulrunner - build
    with --enable-startup-notification
    - update debian/rules
  * Handle the system preferences moving location and beween packages during
    the upgrade - migrate the old settings to the new location if they have
    customisations already (and keep a backup of the new settings). Delete the
    old settings if they haven't been customised by the system administrator
    - add debian/firefox-3.0.preinst
    - update debian/firefox.postinst.in
  * If the previous customised system configuration from 3.0 is retained
    during the upgrade, ensure that new preferenes defined in the stock 3.6
    configuration are added to the existing migrated configuration
    - update debian/firefox.postinst.in
 -- Chris Coulson <email address hidden>   Mon, 28 Jun 2010 13:00:32 +0100

Upload details

Uploaded by:
Chris Coulson
Uploaded to:
Hardy
Original maintainer:
Ubuntu-Mozilla-Team
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
firefox-3.0_3.6.6+nobinonly.orig.tar.gz 47.6 MiB ebad71e95436822aa62bbcd808e9fd72df9815eda9daca7253139bb4f602bbd3
firefox-3.0_3.6.6+nobinonly-0ubuntu0.8.04.1.diff.gz 129.8 KiB 147588e7d9fa29ac4d3c00d737a46b2502f827273ba5ba42223e59bfea985e17
firefox-3.0_3.6.6+nobinonly-0ubuntu0.8.04.1.dsc 2.4 KiB 90b6be5dac8730c794ba951413d72f588bdb40030591da2d93f2d578b3b5f1b7

View changes file

Binary packages built by this source

abrowser: No summary available for abrowser in ubuntu hardy.

No description available for abrowser in ubuntu hardy.

abrowser-branding: No summary available for abrowser-branding in ubuntu hardy.

No description available for abrowser-branding in ubuntu hardy.

firefox: No summary available for firefox in ubuntu hardy.

No description available for firefox in ubuntu hardy.

firefox-3.0: No summary available for firefox-3.0 in ubuntu hardy.

No description available for firefox-3.0 in ubuntu hardy.

firefox-3.0-dev: No summary available for firefox-3.0-dev in ubuntu hardy.

No description available for firefox-3.0-dev in ubuntu hardy.

firefox-3.0-gnome-support: No summary available for firefox-3.0-gnome-support in ubuntu hardy.

No description available for firefox-3.0-gnome-support in ubuntu hardy.

firefox-branding: No summary available for firefox-branding in ubuntu hardy.

No description available for firefox-branding in ubuntu hardy.

firefox-dbg: No summary available for firefox-dbg in ubuntu hardy.

No description available for firefox-dbg in ubuntu hardy.

firefox-dev: No summary available for firefox-dev in ubuntu hardy.

No description available for firefox-dev in ubuntu hardy.

firefox-gnome-support: No summary available for firefox-gnome-support in ubuntu hardy.

No description available for firefox-gnome-support in ubuntu hardy.

firefox-gnome-support-dbg: No summary available for firefox-gnome-support-dbg in ubuntu hardy.

No description available for firefox-gnome-support-dbg in ubuntu hardy.

firefox-granparadiso: No summary available for firefox-granparadiso in ubuntu hardy.

No description available for firefox-granparadiso in ubuntu hardy.

firefox-granparadiso-dev: No summary available for firefox-granparadiso-dev in ubuntu hardy.

No description available for firefox-granparadiso-dev in ubuntu hardy.

firefox-granparadiso-gnome-support: No summary available for firefox-granparadiso-gnome-support in ubuntu hardy.

No description available for firefox-granparadiso-gnome-support in ubuntu hardy.

firefox-libthai: No summary available for firefox-libthai in ubuntu hardy.

No description available for firefox-libthai in ubuntu hardy.

firefox-trunk: No summary available for firefox-trunk in ubuntu hardy.

No description available for firefox-trunk in ubuntu hardy.

firefox-trunk-dev: No summary available for firefox-trunk-dev in ubuntu hardy.

No description available for firefox-trunk-dev in ubuntu hardy.

firefox-trunk-gnome-support: No summary available for firefox-trunk-gnome-support in ubuntu hardy.

No description available for firefox-trunk-gnome-support in ubuntu hardy.