[ubuntu/precise] firefox 8.0~b3+build1-0ubuntu1 (Accepted)
Chris Coulson
chris.coulson at canonical.com
Tue Oct 18 13:15:39 UTC 2011
firefox (8.0~b3+build1-0ubuntu1) precise; urgency=low
* New upstream release from the beta channel (FIREFOX_8_0b3_BUILD1)
[ Chris Coulson <chris.coulson at canonical.com> ]
* Provide a useful error message when trying to build the source package
with an out of date control file
- update debian/rules
* Provide a way to prevent the source package from being built if the list
of shipped locales changed upstream. Note that this is disabled on
nightly and aurora
- update debian/rules
- add debian/extract-file.py
* Move custom scripts to debian/build
- move debian/get-xpi-id.py to debian/build/get-xpi-id.py
- move debian/refresh-supported-locales.pl to
debian/build/refresh-supported-locales.pl
- move debian/extract-file.py to debian/build/extract-file.py
- update debian/rules
* Dropped patches fixed upstream:
- remove debian/patches/build-fix-for-no-ENABLE_YARR_JIT.patch
- remove debian/patches/compile-pldhash-as-C++.patch
- update debian/patches/series
* Refresh patches:
- update debian/patches/firefox-kde.patch
- update debian/patches/mozilla-kde.patch
- update debian/patches/ubuntu-codes-google.patch
* Update support for doing PGO builds:
- Add "mk_add_options MOZ_PGO=1" to mozconfig when doing a PGO build,
rather than changing the make target to "profiledbuild"
- update debian/mozconfig.in
- update debian/rules
- Run the profiling 10 times
- update debian/mozconfig.in
- Don't turn off the crash reporter or force unofficial branding for PGO
builds
- update debian/rules
- Don't force the compiler to gcc-4.5 when doing PGO builds. Instead,
we will just rely on the default compiler and not enable PGO on
Ubuntu versions which don't have a new enough toolchain
- update debian/rules
* Shrink the default mozconfig right down, by using defaults rather than
forcing things like --disable-system-cairo and friends. We still retain
the ability to override the defaults though by setting MOZ_OVERRIDE_SHLIBS
to either "tree" or "system", but we use upstream defaults now. We also
drop the pkg-config checks in debian/rules which allowed a fallback build
configuration when dependencies aren't satisfied. Really, the build should
just fail here rather than continuing in some undesirable fallback mode
- update debian/firefox-dev.install.in
- update debian/firefox-dev.links.in
- update debian/mozconfig.in
- update debian/pkgconfig/libxul.pc.in
- update debian/control.in
- update debian/rules
* Refresh build-depends, as this hasn't been done for a while:
- Drop patchutils, libxft-dev, libxinerama-dev, libgnome2-dev and bzip2.
These don't appear to be needed
- Drop liborbit2-dev - only appears to be required if there is no libidl
- Add libglib2.0-dev, libext-dev, libfontconfig1-dev and libpango1.0-dev,
as the configure script checks for these directly
- Add minimum versions to libgconf2-dev, libgnomevfs2-dev, yasm and
libgnomeui-dev
- Specify minimum versions for libnspr4-dev, libcairo2-dev, libsqlite3-dev
and libnss3-dev when using system versions of those libs
* Disable gconf support on >= 12.04
- update debian/rules
- update debian/mozconfig.in
* Refresh binary dependencies:
- Change ubufox recommends to xul-ext-ubufox
- Drop psmisc and fontconfig depends. We don't use any binaries
from either of these packages
- Drop debianutils dependency. This is an essential package
* Disable printing of a lot of makefile commands to reduce noise. Also
add some headers in various places
- update debian/rules
* Introduce a branch-specific config file (debian/config/branch.mk) which
will hold settings that are tied to a specific branch, and which shouldn't
be merged between branches when merging new Firefox versions (eg, whether
the crash reporter should be enabled on a branch). The idea is to confine
these types of settings to a single file
- add debian/config/branch.mk
- update debian/rules
* Move debian/locales.* to debian/config
- move debian/locales.shipped => debian/config/locales.shipped
- move debian/locales.unavail => debian/config/locales.unavail
- move debian/locales.blacklist => debian/config/locales.blacklist
- update debian/rules
- update debian/build/refresh-supported-locales.pl
* Move debian/testsuite.mk to debian/build
* Don't open about:blank from the New Window quicklist entry
- update debian/firefox.desktop.in
* We need to keep the complete list of language packs (shipped and
transitional) in sync between branches. However, this was proving to be
difficult because the list was split across 2 files (locales.shipped
and locales.unavailable). Rework this so that we have a locales.all
(containing the list of current and past language packs), and a
locales.shipped. The locales.all can be easily kept in sync between
branches now, so we end up with the correct transitional language packs
on branches which have some languages disabled. This also makes it
more complicated to add the language packs to debian/control though, so
we offload this to a new perl script now rather than trying to do it all
in bash
- add debian/build/dump-langpack-control-entries.pl
- update debian/build/refresh-supported-locales.pl
- add debian/config/locales.all
- update debian/config/locales.shipped
- remove debian/config/locales.unavailable
- update debian/control
- update debian/rules
* Touch debian/control.in during clean to force a refresh of debian/control,
so we can check if it is out-of-date and fail if it is
- update debian/rules
* Ensure that we get the correct package relationships depending on the
target distro version
- update debian/control.in
- update debian/rules
- refresh debian/control
* Drop the mozilla-devscripts dependency. We were only using this for creating
tarballs anyway. Instead, implement our own get-orig-source target, which
also fixes some problems we were having
- update debian/control.in
- remove debian/moz-rev.sh
- update debian/rules
- remove debian/mozclient/firefox.mk
- remove debian/mozclient/firefox.conf
- update debian/config/branch.mk
- add debian/build/create-source
- add debian/build/get-orig-source.mk
* Drop the 'nobinonly' suffix from the version number. All this really does
is make the version number longer without adding any useful information,
because:
- We don't strip all binary files as there are a lot remaining which are
used by the test-suite (eg, images, fonts, videos, sqlite dbs, extensions)
- Stripping binary files from the source tarball isn't the only change we
make to it. We also merge in the upstream l10n data, but we don't
indicate that in the version number
* Keep a copy of shipped-locales outside of the embedded tar.bz2. This
makes it faster to verify the list of shipped locales when creating
source packages
- update debian/build/create-tarball.py
- update debian/build/extract-file.py
- update debian/rules
* When calling refresh-supported-locales, automatically refresh
debian/control too
- update debian/rules
* Don't fail to create the tarball if locales listed in all-locales don't
really exist upstream. We already check that everything in shipped-locales
exists
- update debian/build/create-tarball.py
* Refresh shipped locales for beta
* Don't fail to create a tarball when not using a local cache
- update debian/build/create-tarball.py
* Modify the UA string to add "Ubuntu" to the platform component
- add debian/patches/ubuntu-ua-string-changes.patch
- update debian/patches/series
- update debian/rules
[ Brian Murray <brian at ubuntu.com> ]
* Fix LP: #758111 - update ubuntulinux.org bookmark - thanks to Jonathan
Rothwell for the patch
Date: Tue, 18 Oct 2011 14:10:41 +0100
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/firefox/8.0~b3+build1-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 18 Oct 2011 14:10:41 +0100
Source: firefox
Binary: firefox firefox-gnome-support firefox-dbg firefox-dev firefox-mozsymbols firefox-globalmenu abrowser firefox-branding abrowser-branding firefox-gnome-support-dbg 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-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-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: 8.0~b3+build1-0ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Description:
abrowser - Safe and easy web browser from Mozilla - transitional package
abrowser-branding - Safe and easy web browser from Mozilla - transitional package
firefox - Safe and easy web browser from Mozilla
firefox-branding - Safe and easy web browser from Mozilla - transitional package
firefox-dbg - Safe and easy web browser from Mozilla - debug symbols
firefox-dev - Safe and easy web browser from Mozilla - development files
firefox-globalmenu - Unity appmenu integration for Firefox
firefox-gnome-support - Safe and easy web browser from Mozilla - GNOME support
firefox-gnome-support-dbg - Safe and easy web browser from Mozilla - transitional package
firefox-locale-af - Afrikaans language pack for Firefox
firefox-locale-ar - Arabic language pack for Firefox
firefox-locale-as - Transitional package for unavailable language
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-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-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 - Mongolian language pack for Firefox
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 - Swahili language pack for Firefox
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
Launchpad-Bugs-Fixed: 758111
Changes:
firefox (8.0~b3+build1-0ubuntu1) precise; urgency=low
.
* New upstream release from the beta channel (FIREFOX_8_0b3_BUILD1)
.
[ Chris Coulson <chris.coulson at canonical.com> ]
* Provide a useful error message when trying to build the source package
with an out of date control file
- update debian/rules
* Provide a way to prevent the source package from being built if the list
of shipped locales changed upstream. Note that this is disabled on
nightly and aurora
- update debian/rules
- add debian/extract-file.py
* Move custom scripts to debian/build
- move debian/get-xpi-id.py to debian/build/get-xpi-id.py
- move debian/refresh-supported-locales.pl to
debian/build/refresh-supported-locales.pl
- move debian/extract-file.py to debian/build/extract-file.py
- update debian/rules
* Dropped patches fixed upstream:
- remove debian/patches/build-fix-for-no-ENABLE_YARR_JIT.patch
- remove debian/patches/compile-pldhash-as-C++.patch
- update debian/patches/series
* Refresh patches:
- update debian/patches/firefox-kde.patch
- update debian/patches/mozilla-kde.patch
- update debian/patches/ubuntu-codes-google.patch
* Update support for doing PGO builds:
- Add "mk_add_options MOZ_PGO=1" to mozconfig when doing a PGO build,
rather than changing the make target to "profiledbuild"
- update debian/mozconfig.in
- update debian/rules
- Run the profiling 10 times
- update debian/mozconfig.in
- Don't turn off the crash reporter or force unofficial branding for PGO
builds
- update debian/rules
- Don't force the compiler to gcc-4.5 when doing PGO builds. Instead,
we will just rely on the default compiler and not enable PGO on
Ubuntu versions which don't have a new enough toolchain
- update debian/rules
* Shrink the default mozconfig right down, by using defaults rather than
forcing things like --disable-system-cairo and friends. We still retain
the ability to override the defaults though by setting MOZ_OVERRIDE_SHLIBS
to either "tree" or "system", but we use upstream defaults now. We also
drop the pkg-config checks in debian/rules which allowed a fallback build
configuration when dependencies aren't satisfied. Really, the build should
just fail here rather than continuing in some undesirable fallback mode
- update debian/firefox-dev.install.in
- update debian/firefox-dev.links.in
- update debian/mozconfig.in
- update debian/pkgconfig/libxul.pc.in
- update debian/control.in
- update debian/rules
* Refresh build-depends, as this hasn't been done for a while:
- Drop patchutils, libxft-dev, libxinerama-dev, libgnome2-dev and bzip2.
These don't appear to be needed
- Drop liborbit2-dev - only appears to be required if there is no libidl
- Add libglib2.0-dev, libext-dev, libfontconfig1-dev and libpango1.0-dev,
as the configure script checks for these directly
- Add minimum versions to libgconf2-dev, libgnomevfs2-dev, yasm and
libgnomeui-dev
- Specify minimum versions for libnspr4-dev, libcairo2-dev, libsqlite3-dev
and libnss3-dev when using system versions of those libs
* Disable gconf support on >= 12.04
- update debian/rules
- update debian/mozconfig.in
* Refresh binary dependencies:
- Change ubufox recommends to xul-ext-ubufox
- Drop psmisc and fontconfig depends. We don't use any binaries
from either of these packages
- Drop debianutils dependency. This is an essential package
* Disable printing of a lot of makefile commands to reduce noise. Also
add some headers in various places
- update debian/rules
* Introduce a branch-specific config file (debian/config/branch.mk) which
will hold settings that are tied to a specific branch, and which shouldn't
be merged between branches when merging new Firefox versions (eg, whether
the crash reporter should be enabled on a branch). The idea is to confine
these types of settings to a single file
- add debian/config/branch.mk
- update debian/rules
* Move debian/locales.* to debian/config
- move debian/locales.shipped => debian/config/locales.shipped
- move debian/locales.unavail => debian/config/locales.unavail
- move debian/locales.blacklist => debian/config/locales.blacklist
- update debian/rules
- update debian/build/refresh-supported-locales.pl
* Move debian/testsuite.mk to debian/build
* Don't open about:blank from the New Window quicklist entry
- update debian/firefox.desktop.in
* We need to keep the complete list of language packs (shipped and
transitional) in sync between branches. However, this was proving to be
difficult because the list was split across 2 files (locales.shipped
and locales.unavailable). Rework this so that we have a locales.all
(containing the list of current and past language packs), and a
locales.shipped. The locales.all can be easily kept in sync between
branches now, so we end up with the correct transitional language packs
on branches which have some languages disabled. This also makes it
more complicated to add the language packs to debian/control though, so
we offload this to a new perl script now rather than trying to do it all
in bash
- add debian/build/dump-langpack-control-entries.pl
- update debian/build/refresh-supported-locales.pl
- add debian/config/locales.all
- update debian/config/locales.shipped
- remove debian/config/locales.unavailable
- update debian/control
- update debian/rules
* Touch debian/control.in during clean to force a refresh of debian/control,
so we can check if it is out-of-date and fail if it is
- update debian/rules
* Ensure that we get the correct package relationships depending on the
target distro version
- update debian/control.in
- update debian/rules
- refresh debian/control
* Drop the mozilla-devscripts dependency. We were only using this for creating
tarballs anyway. Instead, implement our own get-orig-source target, which
also fixes some problems we were having
- update debian/control.in
- remove debian/moz-rev.sh
- update debian/rules
- remove debian/mozclient/firefox.mk
- remove debian/mozclient/firefox.conf
- update debian/config/branch.mk
- add debian/build/create-source
- add debian/build/get-orig-source.mk
* Drop the 'nobinonly' suffix from the version number. All this really does
is make the version number longer without adding any useful information,
because:
- We don't strip all binary files as there are a lot remaining which are
used by the test-suite (eg, images, fonts, videos, sqlite dbs, extensions)
- Stripping binary files from the source tarball isn't the only change we
make to it. We also merge in the upstream l10n data, but we don't
indicate that in the version number
* Keep a copy of shipped-locales outside of the embedded tar.bz2. This
makes it faster to verify the list of shipped locales when creating
source packages
- update debian/build/create-tarball.py
- update debian/build/extract-file.py
- update debian/rules
* When calling refresh-supported-locales, automatically refresh
debian/control too
- update debian/rules
* Don't fail to create the tarball if locales listed in all-locales don't
really exist upstream. We already check that everything in shipped-locales
exists
- update debian/build/create-tarball.py
* Refresh shipped locales for beta
* Don't fail to create a tarball when not using a local cache
- update debian/build/create-tarball.py
* Modify the UA string to add "Ubuntu" to the platform component
- add debian/patches/ubuntu-ua-string-changes.patch
- update debian/patches/series
- update debian/rules
.
[ Brian Murray <brian at ubuntu.com> ]
* Fix LP: #758111 - update ubuntulinux.org bookmark - thanks to Jonathan
Rothwell for the patch
Checksums-Sha1:
90aa2c6aa19b4c091ea39fc3d2e6186543f9a0af 3641 firefox_8.0~b3+build1-0ubuntu1.dsc
dafb901a3bbbf27d5af27e7c61a483f0f69c15d7 72397693 firefox_8.0~b3+build1.orig.tar.gz
eef81a937088bfc8579dfbdaa4e609063c8f9838 249421 firefox_8.0~b3+build1-0ubuntu1.diff.gz
Checksums-Sha256:
cfb9b9110064793690159fe33b5b218d4bb3294018e548925521f0cbbdb5e523 3641 firefox_8.0~b3+build1-0ubuntu1.dsc
ee44c6f56ea40a95a40e697eec50a3e2ea8e38a59ebd2c69b6e99e257237a259 72397693 firefox_8.0~b3+build1.orig.tar.gz
27f6d1f82f30adaa3787ed298a6351f4cd74084142eff57789fc891484982e9b 249421 firefox_8.0~b3+build1-0ubuntu1.diff.gz
Files:
6d72ff3429949a23dd53599f6155c4ec 3641 web optional firefox_8.0~b3+build1-0ubuntu1.dsc
e6c8c893c43409fde653b7672c563442 72397693 web optional firefox_8.0~b3+build1.orig.tar.gz
c595dee97007c36f0ed119f1f41d5c04 249421 web optional firefox_8.0~b3+build1-0ubuntu1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBAgAGBQJOnXsOAAoJEGEfvezVlG4P+ewIAJh2YGyXeet0Wa98xYjRDSyf
NkhvEi0f7qsf8rXpPihhAG2ikE3mTf0QPRDWB9wteXOia0zLyvzS/XS1SYPA6KH3
8mmAuc5juYcbrvdBLNCrqeFznwe3t2S3euZTVk4Bv0ObsFhGr6q3MmDsvmLMu+x1
JzyJ4jqszcRMyDLjY96Y66Zmapd7Bg7FTY2SrmxANJWqsMlyE/Fytlr/up4n+F6A
sOYLkXWlZT9OR4DiIj+2FdBeKKOebCnddz1k5xqAPzN8pzdYLDx6eGFckT4zg9WL
bH2G8FFbSV9gmxelB7HTxG6+d8eeiDd0+pQPDElUkBNh49uIb+1OmKC7RLTV2aU=
=WwSL
-----END PGP SIGNATURE-----
More information about the Precise-changes
mailing list