dummy upgrade package for firefox-3.1 -> firefox-3.5
This is a transitional package so firefox-3.1 users get firefox-3.5 on
upgrades. It can be safely removed.
firefox-3.5 (3.5.8~hg20100119r26727+nobinonly-0ubuntu1~umd1~karmic) karmic; urgency=low
.
[ Alexander Sack ]
* implement MIN_SYS_DEPS approach that does not use system xulrunner
and only a minimal set of system dependencies.
+ drop patches not required anymore:
- delete debian/patches/dont_depend_on_nspr_sources.patch
- update debian/patches/series
+ update browser directory provider patch
- update debian/patches/bz515232_att399338_distro_locale_searchplugins.patch
+ move .install lines that depend on whether MIN_SYS_DEPS is used or not
to debian/rules in ifneq (,$(MIN_SYS_DEPS)) blocks
- update debian/rules
- update debian/firefox-3.5.install
+ ship gnome support .so's inside of the main package, but keep dependencies in
the (now empty) gnome-support package; to achieve this, we first install
the gnome support files in the -gnome-support package and move them to the
main package _after_ shlib depends where generated
- update debian/rules
+ do not build-depend on xulrunner dev package anymore; local xulrunner builds
with MIN_SYS_DEPS=0 should still work though
- update debian/control
+ make firefox-3.5 conflict firefox-3.5-gnome-support as it shipps the gnome
files directly now
- update debian/control
+ drop depends on xulrunner-1.9* packages
- update debian/control
.
[ Fabien Tassin ]