lp:ubuntu/maverick/firefox

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/maverick/firefox
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

66. By Chris Coulson

* Fix LP: #239952 - the associated helper application does not exist.
  Where a launcher doesn't exist for a particular mimetype, use the file
  extension instead
  - add debian/patches/bz327323_att471859_lp239952_launch_from_extension.patch
  - update debian/patches/series

65. By Micah Gersten

* Add the following .desktop translations; Thanks to David Planella for
  organizing the translations and to those who contributed the translations
  - update debian/firefox-final.desktop
    + Asturian
    + Croatian
    + Galician
    + German
    + Hebrew
    + Uyghur
* Update the Italian Name for Firefox
  - update debian/firefox-final.desktop

64. By Chris Coulson

* New upstream release v3.6.10 (FIREFOX_3_6_10_BUILD1)

[ Chris Coulson <email address hidden> ]
* Fix "ISO C++ forbids braced-groups within expressions" error on
  GCC < 4.4 (which is also a warning on GCC >= 4.4)
  - update debian/patches/bz591331_att469858_breakpad_allow_ptrace.patch
* Blacklist plugin-container in Apport
  - update debian/apport/blacklist
* Fix LP: #637434 - components.list is not installed
  - update debian/firefox.install
* De-fuzz patches
  - update debian/patches/mozilla-kde.patch

[ Jamie Strandboge <email address hidden> ]
* adjust apparmor profile for non-maverick dailies for latest sun-java6
  plugin (LP: #633369)
* ignore writes to /var/cache/fontconfig for 10.10

63. By Chris Coulson

* New upstream release v3.6.9 build1 (FIREFOX_3_6_9_BUILD1)

* Drop patch after landing of (bmo: 569836) aka Build fails on
  Fedora Core 13
  - remove debian/patches/ftbfs_crashreporter.patch
  - update debian/patches/series
* Don't suggest the transitional kmozillahelper now we've branched
  for Maverick. This stops it from being displayed as an addon
  for Firefox in software-center
  - update debian/control
* Don't suggest the transitional latex-xft-fonts. Use ttf-lyx
  instead
  - update debian/control
* Fix LP: #623509 - Firefox is creating empty crash reports due to
  kernel ptrace hardening
  - add debian/patches/bz591331_att469858_breakpad_allow_ptrace.patch
  - update debian/patches/series
* Build with MOZILLA_OFFICIAL=1 again and in turn, enable the crashreporter
  - update debian/rules
* Really fix LP: #605336 - "Report Broken Web Site" option missing - make
  sure that we install the reporter chrome
  - update debian/rules

62. By Chris Coulson

[ Chris Coulson <email address hidden> ]
* Fix LP: #605336 - "Report Broken Web Site" option missing - don't
  disable the reporter extension when building with DEB_MIN_SYSDEPS=1
  - update debian/rules
* Add DEB_HOST_GNU_CPU to MOZ_SYMBOLS_EXTRA_BUILDID to avoid the
  possibility of filename collisions on the server if our builds
  happen to run at the same time
  - update debian/rules
* Build without MOZILLA_OFFICIAL=1 for beta until LP #623509 is fixed,
  so we're not sending empty crash reports
  - update debian/rules

[ Jamie Strandboge <email address hidden> ]
* add debian/usr.bin.firefox.apparmor.10.10 (LP: #565756, LP: #592121)
* debian/rules: updated for usr.bin.firefox.apparmor.10.10
* debian/firefox.postinst.in:
  - remove old code for the dailies
  - update for local include file
  - update for addons include file
  - use '-T -W' with apparmor_parser to pull in abstraction updates
* debian/firefox.postrm.in:
  - update for local include file
  - update for addons include file

[ Micah Gersten <email address hidden> ]
* fix LP: #559154 - KDE users installing Firefox from archive don't know
  about kmozillahelper; kmozillahelper was renamed to firefox-kde-support
  so update Suggests
  - update debian/control

61. By Chris Coulson

[ Chris Coulson <email address hidden> ]
* Provide iceweasel
  - update debian/control
* Really build with MOZILLA_OFFICIAL=1 this time, so that the crash
  reporter is actually enabled
  - update debian/rules
* Only enable the crashreporter and build the Breakpad symbols on i386,
  amd64 and armel
  - update debian/control
  - update debian/rules
* Blacklist Firefox in Apport on architectures where we use the Mozilla
  crash reporter
  - add debian/apport/blacklist
  - update debian/rules
* Drop the DEBIAN_META_NAME stuff - we don't need this now we are always
  using unversioned sources for the official in-archive version. This
  simplifies the wrapper script a little
  - update debian/rules
  - update debian/firefox.sh.in
* Rework how abrowser is launched a little. Drop an unnecessary patch
  and ship both abrowser and abrowser-bin files in LIBDIR. With the
  DEBIAN_META_NAME bits gone, the wrapper script will always search for
  $LIBDIR/abrowser if you launch /usr/bin/abrowser. From there, the Mozilla
  scripts already handle this properly
  - update debian/firefox.sh.in
  - update debian/rules
  - remove debian/patches/abrowser_run_mozilla.patch
  - update debian/patches/series
* Don't handle launching GDB in our wrapper script, run-mozilla.sh
  already does all this. Just make sure that we pass the right arguments
  - update debian/firefox.sh.in
* Fix LP: #613049 - Default website link in Maverick firefox is invalid
  - update debian/patches/ubuntu_bookmarks.patch
* Refresh favicon's in the default bookmark collection, so they display
  the latest Ubuntu branding on a fresh profile
  - update debian/patches/ubuntu_bookmarks.patch
* Drop the mips-specific binutils build-depend - we don't even build
  on this arch
  - update debian/control
* Only try to install the crashreporter binary when building with the
  bundled xulrunner library
  - update debian/firefox.install
  - update debian/rules
* Fix LP: #615889 - Add Ubuntu One bookmark to Firefox fresh install
  - update debian/patches/ubuntu_bookmarks.patch
* Fix LP: #612185 - Apport leaks the secret name of the Firefox
  profile directory
  - update debian/apport/firefox.py
* Fix LP: #614190 - Chinese update for firefox.desktop. Thanks to
  Cheng-Chia Tseng and Aron Xu
  - update debian/firefox-final.desktop
* Fix LP: #559083 - Incomplete Vietnamese translation for items listed
  in desktop main menu. Thanks to Vu Do Quynh for the translations
  - update debian/firefox-final.desktop

[ Igor Zubarev <email address hidden> ]
* Fix LP: #569762 - Add Russian translations to desktop files
  - update debian/abrowser.desktop
  - update debian/firefox-final.desktop

60. By Chris Coulson

* New upstream release v3.6.8build1 (FIREFOX_3_6_8_BUILD1)

[ Alexander Sack <email address hidden> ]
* add support for mozilla breakpad symbols and in turn enable
  crashreporter
  - add debian/patches/ftbfs_crashreporter.patch
  - update debian/patches/series
  - update debian/control
  - update debian/rules

[ Chris Coulson <email address hidden> ]
* Drop all the transitional packages and conflicts/replaces cruft built
  up from the pre-LTS releases
  - update debian/control
* Install the crash reporter
  - update debian/firefox.install
* Build with MOZILLA_OFFICIAL=1. This is required to enable the crash
  reporter in application.ini
  - update debian/rules

[ Micah Gersten <email address hidden> ]
* Add build depends on libcurl4-openssl-dev for building the crash reporter
  - update debian/control

59. By Chris Coulson

* New upstream release v3.6.7build2 (FIREFOX_3_6_7_BUILD2)

* Make it possible to disable patches on a per-release basis. This
  makes it easier to share packaging branches across releases, and makes
  it possible to disable the patches which make the Hardy daily builds fail
  - update debian/rules
  - add debian/disable-patches.sh
  - add debian/patches/series-disable-patches.8.04
* Make the debian/usr.bin.firefox.apparmor.in target a dependency of
  pre-build rather than makebuilddir. Whilst this doesn't really change
  much, it is technically slightly more correct (makebuilddir is just for
  creating the build directory, whilst pre-build is for doing all the
  preparation work)
  - update debian/rules
* Merge the debian/firefox.sh target in to the match-all target, this
  just de-clutters things a little
  - update debian/rules
* Remove debian/stamp-autotools-files-moz in the clean target
  - update debian/rules
* Drop the empty firefox-dev and firefox-*-dev transitional packages. We
  didn't install anything in to firefox-dev, and we can reintroduce it in
  the future if anything in the archive depends on the browser specific
  interfaces
  - update debian/control
  - remove debian/firefox-dev.install
  - remove debian/firefox-dev.links
* Fix some Lintian warnings
  - add debian/README.source
  - update debian/control
* Make debian/migrator/ffox-beta-profile-migration-dialog a dependency of
  post-patches rather than pre-build. This avoids the need for having to
  build the profile migrator when unpacking the source tarball
  - update debian/rules

58. By Chris Coulson

* New upstream release v3.6.7 (FIREFOX_3_6_7_BUILD1)
* Set the StartupWMClass to the same value as the WM_CLASS property on the
  browser window. This makes startup notification work for all branding
  and also makes it work properly with Docky
  - update debian/firefox-minefield.desktop
  - update debian/firefox-namoroka.desktop
  - update debian/abrowser.desktop

57. By Micah Gersten

* New upstream release v3.6.6 (FIREFOX_3_6_6_RELEASE)

* fix LP: #590450 - Firefox should use the hunspell directory for dictionaries
  - update debian/rules

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/natty/firefox
This branch contains Public information 
Everyone can see this information.

Subscribers