firefox 21.0+build2-0ubuntu0.12.04.3 source package in Ubuntu

Changelog

firefox (21.0+build2-0ubuntu0.12.04.3) precise-security; urgency=low

  * New upstream stable release (FIREFOX_21_0_BUILD2)
    - see LP: #1178277

  * Update globalmenu-extension to 4.1
  * Drop support for building on older than precise
    - update debian/apport/source_firefox.py.in
    - update debian/build/mozbuild.mk
    - update debian/config/mozconfig.in
    - update debian/control.in
    - update debian/firefox-globalmenu.dirs.in
    - remove debian/firefox-restart-required.update-notifier.in
    - update debian/firefox.desktop.in
    - update debian/firefox.install.in
    - update debian/firefox.links.in
    - update debian/firefox.postinst.in
    - update debian/firefox.postrm.in
    - update debian/firefox.preinst.in
    - update debian/firefox.prerm.in
    - remove debian/patches/add-syspref-dir.patch
    - update debian/patches/series.in
    - remove debian/patches/use-new-yasm-in-lucid.patch
    - remove debian/patches/mozilla-kde.patch
    - remove debian/patches/firefox-kde.patch
    - update debian/rules
    - remove debian/usr.bin.firefox.apparmor.10.04
    - remove debian/usr.bin.firefox.apparmor.10.10
    - remove debian/usr.bin.firefox.apparmor.11.04
    - remove debian/usr.bin.firefox.apparmor.9.10
  * Drop the perl script for preprocessing the quilt series file
    - remove debian/build/enable-dist-patches.pl
    - update debian/build/mozbuild.mk
  * Make sure that SHELL is set in the build environment
    - update debian/build/mozbuild.mk
  * Don't set the MOZCONFIG environment variable, but just copy our config
    in to the root of the source tree
    - update debian/build/mozconfig.mk
  * Drop libthai suggest - this hasn't been needed for a long time
    - update debian/control
  * Replace latex-xft-fonts suggest with ttf-lyx (yes, I know this is a
    transitional package since 12.10, but it avoids suggesting a different
    package for each release)
    - update debian/control
  * Use virtualenv for compare-locales
    - update debian/build/create-tarball.py
    - update debian/build/mozbuild.mk
  * Refactor create-tarball.py
  * Drop test fixes merged upstream:
    - remove d/p/test-fixes/xpcshell-shell-disable-gconf-tests-when-using-gsettings.patch
    - remove d/p/test-fixes/mochitest-shell-disable-gconf-tests-when-using-gsettings.patch
    - update debian/patches/series.in
  * Drop debian/patches/python-virtualenv-multiarch-fix.patch - fixed upstream
  * Update for install layout changes
    - update debian/firefox-locale.preinst.in
    - update debian/firefox.dirs.in
    - update debian/firefox.install.in
    - update debian/firefox.links.in
    - update debian/firefox.postinst.in
    - update debian/firefox.preinst.in
    - update debian/patches/dont-include-hyphenation-patterns.patch
    - update debian/rules
    - update debian/build/mozbuild.mk
    - update debian/testing/xpcshell-build.ini
    - add debian/build/fix-mozinfo-appname.py
    - update debian/testing/xpcshell-package-tests/xpcshell.ini
    - update debian/testing/xpcshell-package-tests/test_locale_matchOS_real.js
    - update debian/testing/xpcshell-package-tests/test_langpack_load.js
    - update debian/testing/xpcshell-package-tests/test_langpack_chrome.js
  * Disable telemetry xpcshell tests. Telemetry is not enabled on Ubuntu builds
    and the test_TelemetryPing.js fails anyway because the HG revision is
    not embedded in the ping
    - update d/p/test-integration/xpcshell-disable-failing-tests.patch
  * Skip browser_pluginCrashCommentAndURL.js on builds with crash reporting
    disabled
    - add d/p/test-fixes/mochitest-browser-plugincrash-with-no-crashreporter.patch
    - update debian/patches/series.in
  * Disable browser_google.js as this fails with our searchplugins, and we
    have our own tests
    - update debian/testing/mochitest-chrome.json
  * Temporarily disable tests in python/mozbuild/mozpack/tests, as they
    fail
    - add d/p/test-overrides/disable-failing-python-tests.patch
    - update debian/patches/series.in
  * Skip font-matching/synthetic-style-1.html reftest which fails on beta
    (note, it works on the nightly packaging)
    - update d/p/test-overrides/reftest-disable-failing-tests.patch
  * Make the testsuite depend on ttf-liberation to fix a mochitest
    failure in browser_fontinspector.js
    - update debian/control.in
  * Disable test_notifications_popup.html for now until we have time to
    investigate why it hangs
    - update debian/testing/mochitest.json
  * Run tests that need a display in an actual session with
    gnome-settings-daemon running (plus a WM):
    - update debian/testing/testrunhelper.py
    - update debian/firefox-testsuite.install.in
    - add debian/testing/run-test.desktop
    - update debian/testing/run_mochitest.in
    - update debian/testing/run_reftest.in
    - update debian/testing/run_xpcshell_tests.in
    - update debian/control.in
    - update debian/tests/mochitest
    - update debian/tests/mochitest-browser
    - update debian/tests/mochitest-chrome
    - update debian/tests/mochitest-a11y
    - update debian/tests/mochitest-ipcplugins
    - update debian/tests/crashtest
    - update debian/tests/jstestbrowser
    - update debian/tests/reftest
    - update debian/tests/xpcshell-package-tests
    - update debian/tests/xpcshell-tests
    - update d/p/test-overrides/reftest-disable-failing-tests.patch
  * Make the testsuite depend on ubuntu-settings and light-themes
    - update debian/control.in
  * Drop the JUnit XML changes from the mochitest and reftest addons
    and add this support to automation.py instead. This avoids duplication,
    means we only need 1 patch and makes it possible to add all types of log
    messages to the results (eg, screenshots of hung tests)
    - remove d/p/test-integration/reftest-output-junit-xml.patch
    - remove d/p/test-integration/mochitest-output-junit-xml.patch
    - add d/p/test-integration/automation-output-junit-xml.patch
    - update debian/patches/series.in
  * Don't install the testsuite unpacked on the filesystem in the
    traditional manner, but just install the packed zip and have the
    test scripts bootstrap a temporary environment with the expanded
    testsuite. The advantage of this is that we don't need to carry
    patches for tests that modify the test directory. What we are
    interested in testing are the components that the user normally runs,
    and the testsuite doesn't form part of this - so it doesn't matter
    where it's installed and runs from
    - update debian/build/mozbuild.mk
    - remove debian/firefox-testsuite.dirs.in
    - update debian/firefox-testsuite.install.in
    - update debian/firefox-testsuite.links.in
    - update debian/patches/series.in
    - remove d/p/test-fixes/xpcshell-ctypes-no-writes-to-appdir.patch
    - remove d/p/test-fixes/xpcshell-libpref-no-writes-to-testdir.patch
    - remove d/p/test-fixes/xpcshell-xpcom-no-writes-to-testdir-or-appdir.patch
    - update debian/rules
    - rename debian/testing/mochitest-chrome.json =>
        debian/testing/extra/mochitest/mochitest-chrome.json
    - rename debian/testing/mochitest.json =>
        debian/testing/extra/mochitest/mochitest.json
    - rename debian/testing/xpcshell-package-tests/* =>
        debian/testing/extra/xpcshell/package-tests/*
    - remove debian/testing/run-tests.desktop
    - update debian/testing/run_mochitest.in
    - update debian/testing/run_reftest.in
    - rename debian/testing/run_xpcshell_tests.in =>
        debian/testing/run_xpcshell_tests
    - update debian/testing/run_xpcshell_tests
    - update debian/testing/testrunhelper.py
    - update debian/tests/crashtest
    - update debian/tests/jstestbrowser
    - update debian/tests/mochitest
    - update debian/tests/mochitest-a11y
    - update debian/tests/mochitest-browser
    - update debian/tests/mochitest-chrome
    - update debian/tests/mochitest-ipcplugins
    - update debian/tests/reftest
    - update debian/tests/xpcshell-package-tests
    - update debian/tests/xpcshell-tests
  * Don't write the terminal bell character to JUnit results
    - add d/p/test-fixes/xpcshell-xunit-output-no-bell.patch
  * Fix test_json_cache.js test failure, caused by us not installing
    search plugins in the application directory
    - add d/p/test-fixes/xpcshell-search-fix-json-cache-test.patch
    - remove d/p/test-fixes/xpcshell-search-fix-browser-dirprovider.patch,
      as this isn't really needed and just complicates things
    - update debian/patches/series.in
  * Manually stage the testsuite in debian/tmp and dh_install it in to the
    package from there rather than from objdir/dist, as dh_install is called
    after we have created the breakpad symbols, which modifies the files
    in objdir/dist and causes dh_strip to fail later on
    - update debian/build/mozbuild.mk
    - update debian/firefox-testsuite.install.in
  * Fix test failure due to Northern Sotho language pack
    - update debian/patches/fix-broken-langpack-install-manifests.patch
  * Fix test_langpack_chrome.js for Mongolian and Swedish
    - update debian/testing/extra/xpcshell/package-tests/test_langpack_chrome.js
  * Disable some unsupported tests that test search healthreporting, as these
    don't work on Ubuntu where the searchplugins are not in the application
    directory
    - update debian/testing/extra/mochitest/mochitest-chrome.json
  * Disable hanging / crashing WebRTC tests
    - update debian/testing/extra/mochitest/mochitest.json
  * Refresh patches
    - update debian/patches/dont-include-hyphenation-patterns.patch
    - update d/p/test-integration/mochitest-allow-test-manifest-for-chrome.patch
    - update d/p/test-integration/xpcshell-disable-tests-which-need-appdir-write-access.patch
    - update d/p/test-overrides/xpcshell-disable-failing-tests.patch
  * Make "make check" tests non-fatal. Everything passes on i386 and amd64,
    but we get some timeouts with jit tests on armhf. We should probably
    investigate lengthening the timeout for these, but that requires
    modifying the build system
    - update debian/build/testsuite.mk
 -- Chris Coulson <email address hidden>   Thu, 09 May 2013 15:51:48 +0100

Upload details

Uploaded by:
Chris Coulson
Uploaded to:
Precise
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_21.0+build2.orig.tar.bz2 111.6 MiB 2cbfc3f01d3785f73c700081fefc75018b4a220b37939a526affe88ce82e23a7
firefox_21.0+build2-0ubuntu0.12.04.3.debian.tar.gz 307.1 KiB d838be6924d9b710af6128833ca0daeb7a6335ded477eef4fdb2b1730757998e
firefox_21.0+build2-0ubuntu0.12.04.3.dsc 6.8 KiB 211b3f4ff22e56068766d30c2dd1e09f7d505b13847f90bf267e9bbe1a1b1eef

View changes file

Binary packages built by this source

abrowser: Safe and easy web browser from Mozilla - transitional package

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

abrowser-branding: Safe and easy web browser from Mozilla - transitional package

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

firefox: Safe and easy web browser from Mozilla

 Firefox delivers safe, easy web browsing. A familiar user interface,
 enhanced security features including protection from online identity theft,
 and integrated search let you get the most out of the web.

firefox-branding: Safe and easy web browser from Mozilla - transitional package

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

firefox-dbg: Safe and easy web browser from Mozilla - debug symbols

 Firefox delivers safe, easy web browsing. A familiar user interface,
 enhanced security features including protection from online identity theft,
 and integrated search let you get the most out of the web.
 .
 This package contains the debugging symbols for the Firefox web
 browser

firefox-dev: Safe and easy web browser from Mozilla - development files

 Firefox delivers safe, easy web browsing. A familiar user interface,
 enhanced security features including protection from online identity theft,
 and integrated search let you get the most out of the web.
 .
 This package contains the headers and SDK for building plugins with Firefox

firefox-globalmenu: Safe and easy web browser from Mozilla (transitional package)

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

firefox-gnome-support: Safe and easy web browser from Mozilla - GNOME support

 Firefox delivers safe, easy web browsing. A familiar user interface,
 enhanced security features including protection from online identity theft,
 and integrated search let you get the most out of the web.
 .
 This package depends on the GNOME libraries which allow Firefox to take
 advantage of technologies such as GConf, GIO libnotify

firefox-gnome-support-dbg: Safe and easy web browser from Mozilla - transitional package

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

firefox-locale-af: Afrikaans language pack for Firefox

 This package contains Afrikaans translations and search plugins
 for Firefox

firefox-locale-ar: Arabic language pack for Firefox

 This package contains Arabic translations and search plugins
 for Firefox

firefox-locale-as: Assamese language pack for Firefox

 This package contains Assamese translations and search plugins
 for Firefox

firefox-locale-ast: Asturian language pack for Firefox

 This package contains Asturian translations and search plugins
 for Firefox

firefox-locale-be: Transitional package for unavailable language

 This language is unavailable for the current version of Firefox
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

firefox-locale-bg: Bulgarian language pack for Firefox

 This package contains Bulgarian translations and search plugins
 for Firefox

firefox-locale-bn: Bengali language pack for Firefox

 This package contains Bengali translations and search plugins
 for Firefox

firefox-locale-br: Breton language pack for Firefox

 This package contains Breton translations and search plugins
 for Firefox

firefox-locale-bs: Bosnian language pack for Firefox

 This package contains Bosnian translations and search plugins
 for Firefox

firefox-locale-ca: Catalan; Valencian language pack for Firefox

 This package contains Catalan; Valencian translations and search plugins
 for Firefox

firefox-locale-cs: Czech language pack for Firefox

 This package contains Czech translations and search plugins
 for Firefox

firefox-locale-csb: Transitional package for unavailable language

 This language is unavailable for the current version of Firefox
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

firefox-locale-cy: Welsh language pack for Firefox

 This package contains Welsh translations and search plugins
 for Firefox

firefox-locale-da: Danish language pack for Firefox

 This package contains Danish translations and search plugins
 for Firefox

firefox-locale-de: German language pack for Firefox

 This package contains German translations and search plugins
 for Firefox

firefox-locale-el: Greek language pack for Firefox

 This package contains Greek translations and search plugins
 for Firefox

firefox-locale-en: English language pack for Firefox

 This package contains English translations and search plugins
 for Firefox

firefox-locale-eo: Esperanto language pack for Firefox

 This package contains Esperanto translations and search plugins
 for Firefox

firefox-locale-es: Spanish; Castilian language pack for Firefox

 This package contains Spanish; Castilian translations and search plugins
 for Firefox

firefox-locale-et: Estonian language pack for Firefox

 This package contains Estonian translations and search plugins
 for Firefox

firefox-locale-eu: Basque language pack for Firefox

 This package contains Basque translations and search plugins
 for Firefox

firefox-locale-fa: Persian language pack for Firefox

 This package contains Persian translations and search plugins
 for Firefox

firefox-locale-fi: Finnish language pack for Firefox

 This package contains Finnish translations and search plugins
 for Firefox

firefox-locale-fr: French language pack for Firefox

 This package contains French translations and search plugins
 for Firefox

firefox-locale-fy: Western Frisian language pack for Firefox

 This package contains Western Frisian translations and search plugins
 for Firefox

firefox-locale-ga: Irish language pack for Firefox

 This package contains Irish translations and search plugins
 for Firefox

firefox-locale-gd: Gaelic; Scottish Gaelic language pack for Firefox

 This package contains Gaelic; Scottish Gaelic translations and search plugins
 for Firefox

firefox-locale-gl: Galician language pack for Firefox

 This package contains Galician translations and search plugins
 for Firefox

firefox-locale-gu: Gujarati language pack for Firefox

 This package contains Gujarati translations and search plugins
 for Firefox

firefox-locale-he: Hebrew language pack for Firefox

 This package contains Hebrew translations and search plugins
 for Firefox

firefox-locale-hi: Hindi language pack for Firefox

 This package contains Hindi translations and search plugins
 for Firefox

firefox-locale-hr: Croatian language pack for Firefox

 This package contains Croatian translations and search plugins
 for Firefox

firefox-locale-hu: Hungarian language pack for Firefox

 This package contains Hungarian translations and search plugins
 for Firefox

firefox-locale-hy: Armenian language pack for Firefox

 This package contains Armenian translations and search plugins
 for Firefox

firefox-locale-id: Indonesian language pack for Firefox

 This package contains Indonesian translations and search plugins
 for Firefox

firefox-locale-is: Icelandic language pack for Firefox

 This package contains Icelandic translations and search plugins
 for Firefox

firefox-locale-it: Italian language pack for Firefox

 This package contains Italian translations and search plugins
 for Firefox

firefox-locale-ja: Japanese language pack for Firefox

 This package contains Japanese translations and search plugins
 for Firefox

firefox-locale-ka: Georgian language pack for Firefox

 This package contains Georgian translations and search plugins
 for Firefox

firefox-locale-kk: Kazakh language pack for Firefox

 This package contains Kazakh translations and search plugins
 for Firefox

firefox-locale-km: Central Khmer language pack for Firefox

 This package contains Central Khmer translations and search plugins
 for Firefox

firefox-locale-kn: Kannada language pack for Firefox

 This package contains Kannada translations and search plugins
 for Firefox

firefox-locale-ko: Korean language pack for Firefox

 This package contains Korean translations and search plugins
 for Firefox

firefox-locale-ku: Transitional package for unavailable language

 This language is unavailable for the current version of Firefox
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

firefox-locale-lg: Transitional package for unavailable language

 This language is unavailable for the current version of Firefox
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

firefox-locale-lt: Lithuanian language pack for Firefox

 This package contains Lithuanian translations and search plugins
 for Firefox

firefox-locale-lv: Latvian language pack for Firefox

 This package contains Latvian translations and search plugins
 for Firefox

firefox-locale-mai: Maithili language pack for Firefox

 This package contains Maithili translations and search plugins
 for Firefox

firefox-locale-mk: Macedonian language pack for Firefox

 This package contains Macedonian translations and search plugins
 for Firefox

firefox-locale-ml: Malayalam language pack for Firefox

 This package contains Malayalam translations and search plugins
 for Firefox

firefox-locale-mn: Transitional package for unavailable language

 This language is unavailable for the current version of Firefox
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

firefox-locale-mr: Marathi language pack for Firefox

 This package contains Marathi translations and search plugins
 for Firefox

firefox-locale-nb: Bokmål, Norwegian; Norwegian Bokmål language pack for Firefox

 This package contains Bokmål, Norwegian; Norwegian Bokmål translations and search plugins
 for Firefox

firefox-locale-nl: Dutch; Flemish language pack for Firefox

 This package contains Dutch; Flemish translations and search plugins
 for Firefox

firefox-locale-nn: Norwegian Nynorsk; Nynorsk, Norwegian language pack for Firefox

 This package contains Norwegian Nynorsk; Nynorsk, Norwegian translations and search plugins
 for Firefox

firefox-locale-nso: Transitional package for unavailable language

 This language is unavailable for the current version of Firefox
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

firefox-locale-oc: Transitional package for unavailable language

 This language is unavailable for the current version of Firefox
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

firefox-locale-or: Oriya language pack for Firefox

 This package contains Oriya translations and search plugins
 for Firefox

firefox-locale-pa: Panjabi; Punjabi language pack for Firefox

 This package contains Panjabi; Punjabi translations and search plugins
 for Firefox

firefox-locale-pl: Polish language pack for Firefox

 This package contains Polish translations and search plugins
 for Firefox

firefox-locale-pt: Portuguese language pack for Firefox

 This package contains Portuguese translations and search plugins
 for Firefox

firefox-locale-ro: Romanian language pack for Firefox

 This package contains Romanian translations and search plugins
 for Firefox

firefox-locale-ru: Russian language pack for Firefox

 This package contains Russian translations and search plugins
 for Firefox

firefox-locale-si: Sinhala; Sinhalese language pack for Firefox

 This package contains Sinhala; Sinhalese translations and search plugins
 for Firefox

firefox-locale-sk: Slovak language pack for Firefox

 This package contains Slovak translations and search plugins
 for Firefox

firefox-locale-sl: Slovenian language pack for Firefox

 This package contains Slovenian translations and search plugins
 for Firefox

firefox-locale-sq: Albanian language pack for Firefox

 This package contains Albanian translations and search plugins
 for Firefox

firefox-locale-sr: Serbian language pack for Firefox

 This package contains Serbian translations and search plugins
 for Firefox

firefox-locale-sv: Swedish language pack for Firefox

 This package contains Swedish translations and search plugins
 for Firefox

firefox-locale-sw: Transitional package for unavailable language

 This language is unavailable for the current version of Firefox
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

firefox-locale-ta: Tamil language pack for Firefox

 This package contains Tamil translations and search plugins
 for Firefox

firefox-locale-te: Telugu language pack for Firefox

 This package contains Telugu translations and search plugins
 for Firefox

firefox-locale-th: Thai language pack for Firefox

 This package contains Thai translations and search plugins
 for Firefox

firefox-locale-tr: Turkish language pack for Firefox

 This package contains Turkish translations and search plugins
 for Firefox

firefox-locale-uk: Ukrainian language pack for Firefox

 This package contains Ukrainian translations and search plugins
 for Firefox

firefox-locale-vi: Vietnamese language pack for Firefox

 This package contains Vietnamese translations and search plugins
 for Firefox

firefox-locale-zh-hans: Simplified Chinese language pack for Firefox

 This package contains Simplified Chinese translations and search plugins
 for Firefox

firefox-locale-zh-hant: Traditional Chinese language pack for Firefox

 This package contains Traditional Chinese translations and search plugins
 for Firefox

firefox-locale-zu: Transitional package for unavailable language

 This language is unavailable for the current version of Firefox
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

firefox-mozsymbols: Safe and easy web browser from Mozilla - Breakpad symbols

 Firefox delivers safe, easy web browsing. A familiar user interface,
 enhanced security features including protection from online identity theft,
 and integrated search let you get the most out of the web.
 .
 This package contains the Firefox symbols in a format expected by Mozilla's
 Breakpad. Eventually this package should go away and the symbol upload be
 implemented in soyuz (or other builders that build this package)

firefox-testsuite: Safe and easy web browser from Mozilla - testsuite

 Firefox delivers safe, easy web browsing. A familiar user interface,
 enhanced security features including protection from online identity theft,
 and integrated search let you get the most out of the web.
 .
 This package contains the Firefox testsuite