Activity log for bug #66977

Date Who What changed Old value New value Message
2006-10-19 18:45:24 Jonh Wendell bug added bug
2006-10-19 19:29:48 Jonh Wendell mozilla-firefox-locale-all: status Unconfirmed Confirmed
2006-10-19 19:29:48 Jonh Wendell mozilla-firefox-locale-all: importance Undecided Medium
2006-10-19 19:29:48 Jonh Wendell mozilla-firefox-locale-all: statusexplanation
2006-10-19 19:50:23 Matthew East bug added subscriber Ian Jackson
2006-10-20 08:31:25 Martin Pitt mozilla-firefox-locale-all: status Confirmed Fix Committed
2006-10-20 08:31:25 Martin Pitt mozilla-firefox-locale-all: assignee pitti
2006-10-20 08:31:25 Martin Pitt mozilla-firefox-locale-all: statusexplanation This worked for dapper, and in fact, it's just a small fix to the homepage adjustment script to make it work again: --- mozilla-firefox-locale-all-2.0~rc3/debian/changelog +++ mozilla-firefox-locale-all-2.0~rc3/debian/changelog @@ -1,3 +1,11 @@ +mozilla-firefox-locale-all (2.0~rc3-2) edgy; urgency=low + + * debian/adjust-homepage.pl: Append browser.startup.homepage if the XPI does + not have any home page setting at all (none of the current XPIs have). + Repairs correct localized start page. Closes: LP#66977 + + -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 20 Oct 2006 10:27:47 +0200 + mozilla-firefox-locale-all (2.0~rc3-1) edgy; urgency=low * Update XPIs for Firefox 2.0 RC3. --- mozilla-firefox-locale-all-2.0~rc3/debian/adjust-homepage.pl +++ mozilla-firefox-locale-all-2.0~rc3/debian/adjust-homepage.pl @@ -28 +28,2 @@ -, $1.'='.$starturl ,xe; +, $1.'='.$starturl ,xe or + print "$_\nbrowser.startup.homepage=$starturl\n";
2006-10-20 09:04:28 Martin Pitt bug added attachment '66977.diff' (debdiff)
2006-10-20 10:51:21 Martin Pitt bug added attachment '66977.diff' (updated debdiff)
2006-10-20 11:22:19 Martin Pitt mozilla-firefox-locale-all: status Fix Committed Fix Released
2006-10-20 11:22:19 Martin Pitt mozilla-firefox-locale-all: statusexplanation This worked for dapper, and in fact, it's just a small fix to the homepage adjustment script to make it work again: --- mozilla-firefox-locale-all-2.0~rc3/debian/changelog +++ mozilla-firefox-locale-all-2.0~rc3/debian/changelog @@ -1,3 +1,11 @@ +mozilla-firefox-locale-all (2.0~rc3-2) edgy; urgency=low + + * debian/adjust-homepage.pl: Append browser.startup.homepage if the XPI does + not have any home page setting at all (none of the current XPIs have). + Repairs correct localized start page. Closes: LP#66977 + + -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 20 Oct 2006 10:27:47 +0200 + mozilla-firefox-locale-all (2.0~rc3-1) edgy; urgency=low * Update XPIs for Firefox 2.0 RC3. --- mozilla-firefox-locale-all-2.0~rc3/debian/adjust-homepage.pl +++ mozilla-firefox-locale-all-2.0~rc3/debian/adjust-homepage.pl @@ -28 +28,2 @@ -, $1.'='.$starturl ,xe; +, $1.'='.$starturl ,xe or + print "$_\nbrowser.startup.homepage=$starturl\n"; mozilla-firefox-locale-all (2.0~rc3-2) edgy; urgency=low . * debian/adjust-homepage.pl: Append browser.startup.homepage if the XPI does not have any home page setting at all (none of the current XPIs have). Closes: LP#66977