Accepted mozilla-firefox 1.0-2ubuntu2 (source)
Matt Zimmerman
mdz at canonical.com
Sun Nov 14 21:35:22 CST 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 14 Nov 2004 10:52:01 -0800
Source: mozilla-firefox
Binary: mozilla-firefox mozilla-firefox-dev mozilla-firefox-gnome-support mozilla-firefox-dom-inspector
Architecture: source
Version: 1.0-2ubuntu2
Distribution: hoary
Urgency: medium
Maintainer: Eric Dorland <eric at debian.org>
Changed-By: Matt Zimmerman <mdz at canonical.com>
Description:
mozilla-firefox - lightweight web browser based on Mozilla
mozilla-firefox-dev - Development files for Mozilla Firefox
mozilla-firefox-dom-inspector - tool for inspecting the DOM of pages in Mozilla Firefox
mozilla-firefox-gnome-support - Support for Gnome in Mozilla Firefox
Closes: 279858 280449
Changes:
mozilla-firefox (1.0-2ubuntu2) hoary; urgency=low
.
* Resolve merge conflicts
- debian/mozilla-firefox-runner: Debian commented out Xprint code, where
we deleted it. Revert to their version
- browser/app/profile/firefox.js: Debian set autoUpdateEnabled to
"false" rather than commenting out a bunch of settings. Revert to their
version
- browser/app/profile/firefox.js: Update branded version number to 1.0
- Skip inapplicable changes
- browser/app/profile/firefox.js: throbber changed
- Manually apply some changes which weren't automatically merged due to
EOL-at-EOF conditions
- debian/mozilla-firefox.NEWS
- debian/mozilla-firefox.dirs
- Revert debian/rules changes, merge Debian changes and reapply (creating
a trivial conflict rather than a big nasty one)
.
mozilla-firefox (1.0-2ubuntu1) hoary; urgency=low
.
* Resynchronise with Debian.
.
mozilla-firefox (1.0-2) unstable; urgency=low
.
* Changes by Mike Hommey
* The "don't do too much on the same day, it's bad for health" release.
* debian/firefox.js: Re-activated the extensions update service, and
removed the update url.
* browser/app/profile/firefox.js: Sync'ed with debian/firefox.js.
* debian/mozilla-firefox-dom-inspector.preinst: Removed old inspector.js
file.
* toolkit/mozapps/extensions/src/nsExtensionManager.js.in,
toolkit/mozapps/extensions/content/extensions.js: Disabled possibility
to update locked extensions and themes. Locked extensions being the
ones installed by the packaging system, they should be updated through
that.
* toolkit/mozapps/update/src/nsUpdateService.js.in: Disabled application
update functionnality. Firefox should be updated through the packaging
system.
* browser/components/prefwindow/content/pref-advanced.xul: Removed the
preferences panel item to activate application update, since it is
totally disabled.
* debian/mozilla-firefox-runner: Remove compatibility.ini instead of
compreg.dat. (Eric: This will cause a rebuild of the compreg.dat)
.
* Changes by Eric Dorland:
* debian/mozilla-firefox.NEWS: Fix typos.
* README.Debian:
- Add note about application update being completely disabled.
- Fix path to XUL.mfsal
.
mozilla-firefox (1.0-1) unstable; urgency=medium
.
* New upstream release (Closes: #280449)
.
* Changes by Mike Hommey:
* netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp: Apply new patch
#164795 from bz#266835 + some tweaks as previously. This might lead to
encoding problems with the password, but it is supposed to be ASCII
anyway.
* toolkit/mozapps/extensions/src/nsExtensionManager.js.in: Reworked the
previous patches so that the Extensions Manager shows extensions that
have been disabled due to version mismatch, and added a workaround so
that components registration works correctly.
* debian/update-mozilla-firefox-chrome: Removed part that is useless due
to last changes in the Extensions Manager.
* Make the inspector a real extension again:
- debian/inspector/00dom-inspector: File for
/var/lib/mozilla-firefox/extensions.d.
- debian/inspector/Uninstall: Uninstall file needed in extension
directory.
- debian/inspector/install.rdf: install.rdf taken from older versions,
and adapted to newer versions, adding registered chrome.
- debian/mozilla-firefox-dom-inspector.dirs: Removed. Everything will
be created by dh_install.
- debian/mozilla-firefox-dom-inspector.install: install
debian/inspector.rdf and most inspector files in the right place in
/usr/lib/mozilla-firefox/extensions/{641d8d09-7dda-4850-8228-ac0ab65e2ac9}
and /var/lib/mozilla-firefox
* Make the classic theme a real extension, even though it's still in
the main package:
- debian/theme/00classic: File for
/var/lib/mozilla-firefox/extensions.d.
- debian/theme/Uninstall: Uninstall file needed in extension
directory.
- debian/mozilla-firefox.install: Install all files in the right
place in
/usr/lib/mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
- debian/mozilla-firefox.dirs: Removed creation of
/usr/lib/mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome,
it will be done by dh_install.
- browser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in:
Added chrome to be registered.
* Removed support for /var/lib/mozilla-firefox/chrome.d:
- debian/mozilla-firefox.dirs: Removed creation of the directory.
- debian/rules: Removed creation of files there, and put the
installed-chrome.txt, excluding inspector and classic theme stuff,
directly in /usr/lib/mozilla-firefox/chrome.
- debian/update-mozilla-firefox-chrome: Removed all
/var/lib/mozilla-firefox/chrome.d related stuff.
- debian/mozilla-firefox.links: Removed installed-chrome.txt link.
- toolkit/mozapps/extensions/src/nsExtensionManager.js.in: disable
extensions that fail to install chrome.
* debian/mozilla-firefox-runner: Remove user profile compreg.dat at
launch time.
* Moved some files in /var/lib/mozilla-firefox:
- debian/mozilla-firefox.links: Add a symlink for Extensions.rdf
and components.ini, from /usr to /var.
- debian/mozilla-firefox.prerm: Don't remove files we don't
provide and remove files at their new locations.
- debian/mozilla-firefox.preinst: Remove
/var/lib/mozilla-firefox/installed-chrome.txt.
- debian/update-mozilla-firefox-chrome: Create links for
Extensions.rdf and components.ini after register call, and remove
components.ini before.
* Clean-up in files generated by update-mozilla-firefox-chrome:
- debian/mozilla-firefox.links: Put all the links generated by
update-mozilla-firefox-chrome into the package.
- debian/mozilla-firefox.prerm: Remove all /var files generated
in the remove target, and changed the way we clean-up
/var/lib/mozilla-firefox.
* debian/mozilla-firefox.install: Removed chromelist.txt.
* Add support for extensions preferences:
- debian/update-mozilla-firefox-chrome: Handle
/usr/lib/mozilla-firefox/defaults.ini file.
- debian/mozilla-firefox.links: Add a symlink to /var for
defaults.ini.
- toolkit/mozapps/extensions/src/nsExtensionManager.js.in: Added
defaults registration in -register command.
- mozilla-firefox-dom-inspector.install: Move inspector.js into
the appropriate extension specific directory.
* Move preferences back into /usr:
- debian/rules: Don't move the prefs into
/etc/mozilla-firefox/pref, and put the vendor thing into /usr
as well, and remove firefox-l10.js file.
- debian/mozilla-firefox.preinst: remove old prefs in /etc and
old symlink /usr/lib/mozilla-firefox/defaults/pref.
- debian/firefox.js: new Debian default preferences file.
- debian/mozilla-firefox.install: install firefox.js in
/etc/mozilla-firefox/pref.
- debian/mozilla-firefox.links: rename
/usr/lib/mozilla-firefox/defaults/pref symlink to
/usr/lib/mozilla-firefox/defaults/syspref.
- toolkit/mozapps/extensions/src/nsExtensionManager.js.in: Added
a hook so that defaults/syspref gets registered in defaults.ini
after all other extensions preferences.
* debian/mozilla-firefox.preinst: only clean-up stuff if we are
upgrading from a version known to still have the files. Added some
more clean-up.
* debian/mozilla-firefox.install: Removed useless init.d.
* modules/libpref/src/init/all.js: Fixed all chrome URLs which refered to
mozilla stuff.
* debian/update-mozilla-firefox-chrome: Remove some more files before running
firefox-bin -register.
.
* Changes by Eric Dorland:
* debian/mozilla-firefox.NEWS: Add warning about broken extension and
locale packages with this release.
* debian/mozilla-firefox-runner: Comment out warning about xprint,
xprint isn't necessarily needed for printing since postscript was
reenabled. (Closes: #279858)
Files:
515cd5a0230f2d2ec3e3943df8295a22 1015 web optional mozilla-firefox_1.0-2ubuntu2.dsc
e1dcd4f96def114bcfbc706fbafe6f3d 40543738 web optional mozilla-firefox_1.0.orig.tar.gz
acd1cd26095a562abf556091a6c705be 126631 web optional mozilla-firefox_1.0-2ubuntu2.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBmCKhArxCt0PiXR4RAoEPAJ93BDTKDQ95neIWT44YfkCnkAg/ngCfR97K
aQM/UeZRrpJC1MCFuhBjI24=
=5L4L
-----END PGP SIGNATURE-----
Accepted:
mozilla-firefox_1.0-2ubuntu2.diff.gz
to pool/main/m/mozilla-firefox/mozilla-firefox_1.0-2ubuntu2.diff.gz
mozilla-firefox_1.0-2ubuntu2.dsc
to pool/main/m/mozilla-firefox/mozilla-firefox_1.0-2ubuntu2.dsc
mozilla-firefox_1.0.orig.tar.gz
to pool/main/m/mozilla-firefox/mozilla-firefox_1.0.orig.tar.gz
More information about the hoary-changes
mailing list