[ubuntu/saucy-proposed] firefox 21.0+build2-0ubuntu1 (Accepted)

Chris Coulson chris.coulson at canonical.com
Thu May 9 15:30:45 UTC 2013


firefox (21.0+build2-0ubuntu1) saucy; 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

Date: Thu, 09 May 2013 14:51:42 +0100
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/firefox/21.0+build2-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 09 May 2013 14:51:42 +0100
Source: firefox
Binary: firefox firefox-gnome-support firefox-dbg firefox-dev firefox-mozsymbols firefox-globalmenu firefox-testsuite firefox-locale-af firefox-locale-ar firefox-locale-as firefox-locale-ast firefox-locale-be firefox-locale-bg firefox-locale-bn firefox-locale-br firefox-locale-bs firefox-locale-ca firefox-locale-cs firefox-locale-csb firefox-locale-cy firefox-locale-da firefox-locale-de firefox-locale-el firefox-locale-en firefox-locale-eo firefox-locale-es firefox-locale-et firefox-locale-eu firefox-locale-fa firefox-locale-fi firefox-locale-fr firefox-locale-fy firefox-locale-ga firefox-locale-gd firefox-locale-gl firefox-locale-gu firefox-locale-he firefox-locale-hi firefox-locale-hr firefox-locale-hu firefox-locale-hy firefox-locale-id firefox-locale-is firefox-locale-it firefox-locale-ja firefox-locale-ka firefox-locale-kk firefox-locale-km firefox-locale-kn firefox-locale-ko firefox-locale-ku firefox-locale-lg firefox-locale-lt firefox-locale-lv firefox-locale-mai
 firefox-locale-mk firefox-locale-ml firefox-locale-mn firefox-locale-mr firefox-locale-nb firefox-locale-nl firefox-locale-nn firefox-locale-nso firefox-locale-oc firefox-locale-or firefox-locale-pa firefox-locale-pl firefox-locale-pt firefox-locale-ro firefox-locale-ru firefox-locale-si firefox-locale-sk firefox-locale-sl firefox-locale-sq firefox-locale-sr firefox-locale-sv firefox-locale-sw firefox-locale-ta firefox-locale-te firefox-locale-th firefox-locale-tr firefox-locale-uk firefox-locale-vi firefox-locale-zh-hans firefox-locale-zh-hant
 firefox-locale-zu
Architecture: source
Version: 21.0+build2-0ubuntu1
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Description: 
 firefox    - Safe and easy web browser from Mozilla
 firefox-dbg - Safe and easy web browser from Mozilla - debug symbols
 firefox-dev - Safe and easy web browser from Mozilla - development files
 firefox-globalmenu - Safe and easy web browser from Mozilla - Unity menubar integratio
 firefox-gnome-support - Safe and easy web browser from Mozilla - GNOME support
 firefox-locale-af - Afrikaans language pack for Firefox
 firefox-locale-ar - Arabic language pack for Firefox
 firefox-locale-as - Assamese language pack for Firefox
 firefox-locale-ast - Asturian language pack for Firefox
 firefox-locale-be - Belarusian language pack for Firefox
 firefox-locale-bg - Bulgarian language pack for Firefox
 firefox-locale-bn - Bengali language pack for Firefox
 firefox-locale-br - Breton language pack for Firefox
 firefox-locale-bs - Bosnian language pack for Firefox
 firefox-locale-ca - Catalan; Valencian language pack for Firefox
 firefox-locale-cs - Czech language pack for Firefox
 firefox-locale-csb - Kashubian language pack for Firefox
 firefox-locale-cy - Welsh language pack for Firefox
 firefox-locale-da - Danish language pack for Firefox
 firefox-locale-de - German language pack for Firefox
 firefox-locale-el - Greek language pack for Firefox
 firefox-locale-en - English language pack for Firefox
 firefox-locale-eo - Esperanto language pack for Firefox
 firefox-locale-es - Spanish; Castilian language pack for Firefox
 firefox-locale-et - Estonian language pack for Firefox
 firefox-locale-eu - Basque language pack for Firefox
 firefox-locale-fa - Persian language pack for Firefox
 firefox-locale-fi - Finnish language pack for Firefox
 firefox-locale-fr - French language pack for Firefox
 firefox-locale-fy - Western Frisian language pack for Firefox
 firefox-locale-ga - Irish language pack for Firefox
 firefox-locale-gd - Gaelic; Scottish Gaelic language pack for Firefox
 firefox-locale-gl - Galician language pack for Firefox
 firefox-locale-gu - Gujarati language pack for Firefox
 firefox-locale-he - Hebrew language pack for Firefox
 firefox-locale-hi - Hindi language pack for Firefox
 firefox-locale-hr - Croatian language pack for Firefox
 firefox-locale-hu - Hungarian language pack for Firefox
 firefox-locale-hy - Armenian language pack for Firefox
 firefox-locale-id - Indonesian language pack for Firefox
 firefox-locale-is - Icelandic language pack for Firefox
 firefox-locale-it - Italian language pack for Firefox
 firefox-locale-ja - Japanese language pack for Firefox
 firefox-locale-ka - Transitional package for unavailable language
 firefox-locale-kk - Kazakh language pack for Firefox
 firefox-locale-km - Central Khmer language pack for Firefox
 firefox-locale-kn - Kannada language pack for Firefox
 firefox-locale-ko - Korean language pack for Firefox
 firefox-locale-ku - Kurdish language pack for Firefox
 firefox-locale-lg - Ganda language pack for Firefox
 firefox-locale-lt - Lithuanian language pack for Firefox
 firefox-locale-lv - Latvian language pack for Firefox
 firefox-locale-mai - Maithili language pack for Firefox
 firefox-locale-mk - Macedonian language pack for Firefox
 firefox-locale-ml - Malayalam language pack for Firefox
 firefox-locale-mn - Transitional package for unavailable language
 firefox-locale-mr - Marathi language pack for Firefox
 firefox-locale-nb - Bokmål, Norwegian; Norwegian Bokmål language pack for Firefox
 firefox-locale-nl - Dutch; Flemish language pack for Firefox
 firefox-locale-nn - Norwegian Nynorsk; Nynorsk, Norwegian language pack for Firefox
 firefox-locale-nso - Sotho, Northern language pack for Firefox
 firefox-locale-oc - Transitional package for unavailable language
 firefox-locale-or - Oriya language pack for Firefox
 firefox-locale-pa - Panjabi; Punjabi language pack for Firefox
 firefox-locale-pl - Polish language pack for Firefox
 firefox-locale-pt - Portuguese language pack for Firefox
 firefox-locale-ro - Romanian language pack for Firefox
 firefox-locale-ru - Russian language pack for Firefox
 firefox-locale-si - Sinhala; Sinhalese language pack for Firefox
 firefox-locale-sk - Slovak language pack for Firefox
 firefox-locale-sl - Slovenian language pack for Firefox
 firefox-locale-sq - Albanian language pack for Firefox
 firefox-locale-sr - Serbian language pack for Firefox
 firefox-locale-sv - Swedish language pack for Firefox
 firefox-locale-sw - Transitional package for unavailable language
 firefox-locale-ta - Tamil language pack for Firefox
 firefox-locale-te - Telugu language pack for Firefox
 firefox-locale-th - Thai language pack for Firefox
 firefox-locale-tr - Turkish language pack for Firefox
 firefox-locale-uk - Ukrainian language pack for Firefox
 firefox-locale-vi - Vietnamese language pack for Firefox
 firefox-locale-zh-hans - Simplified Chinese language pack for Firefox
 firefox-locale-zh-hant - Traditional Chinese language pack for Firefox
 firefox-locale-zu - Zulu language pack for Firefox
 firefox-mozsymbols - Safe and easy web browser from Mozilla - Breakpad symbols
 firefox-testsuite - Safe and easy web browser from Mozilla - testsuite
Launchpad-Bugs-Fixed: 1178277
Changes: 
 firefox (21.0+build2-0ubuntu1) saucy; 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
Checksums-Sha1: 
 1f1585e1327e9b53e77d7ec190aa9a4db3314858 6748 firefox_21.0+build2-0ubuntu1.dsc
 32aaa9e1f2885a4f0cfd23e3a38556ca14918bd5 116979127 firefox_21.0+build2.orig.tar.bz2
 d0b9fec0eb9a3b8763067ee116b94ad596e53235 316776 firefox_21.0+build2-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 2cab76e737ec5e3ca6dd14b2e13e9549c4f0459bdb3825a0e6982b1484c843b5 6748 firefox_21.0+build2-0ubuntu1.dsc
 2cbfc3f01d3785f73c700081fefc75018b4a220b37939a526affe88ce82e23a7 116979127 firefox_21.0+build2.orig.tar.bz2
 d98e6822ed74d4d1007c79ff9269aa8b126d88ebba54a4b4a169bc9aca58783d 316776 firefox_21.0+build2-0ubuntu1.debian.tar.gz
Files: 
 f710e110c73bcc2ecdd512fca7492035 6748 web optional firefox_21.0+build2-0ubuntu1.dsc
 3d86a615f99f167dbc691ba575e73f87 116979127 web optional firefox_21.0+build2.orig.tar.bz2
 f3921a53b56c5a2dca285588637bd8b8 316776 web optional firefox_21.0+build2-0ubuntu1.debian.tar.gz

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

iQEcBAEBAgAGBQJRi79YAAoJEGEfvezVlG4PeOoH/ieUJ2Cn0QKfy/TfX/pZprUF
RZp1f4k8PZ7cecaNe5vbtDDeoja1NC132sLNm1yuzGSwmV/2kAo1p/8EUcZ2SQ5X
+3CVRbT/R56MBdt+GuafI0IEPcnFeEpcIYGeZUnO63GyOTeGwLeo9nHFnClWZ/wZ
8OeyMTJAk/pM/WiqACr3myU4DRTblrLKw4vOlwduXcyla1EMXv1qCsITt23tj+0m
//n1NCJfVvRzFnShiQxdoE3AfwBGeTwtcm207BSAX+zkXnaIefRKBYKPgki6I0R5
r1dEslM2roVeO2vN0huqjMLUflkeUBRJ46IbOpOH4paoLWltheoKnETCaV1LLpw=
=VPM2
-----END PGP SIGNATURE-----


More information about the Saucy-changes mailing list