=== added file 'debian/001default-homepage.js' --- debian/001default-homepage.js 1970-01-01 00:00:00 +0000 +++ debian/001default-homepage.js 2013-07-27 15:50:30 +0000 @@ -0,0 +1,1 @@ +pref("browser.startup.homepage", "file:/usr/share/xul-ext/ubufox/defaults/preferences/default-homepage.properties"); === modified file 'debian/changelog' --- debian/changelog 2013-07-11 04:23:45 +0000 +++ debian/changelog 2013-07-27 16:15:54 +0000 @@ -1,3 +1,12 @@ +ubufox (2.6-0ubuntu2) UNRELEASED; urgency=low + + * Drop transitional ubufox package since the rename was done in 10.10 + * Add xul-ext-ubufox-default-homepage package which overrides the + Ubuntu default homepage to use the usual Firefox default. Thanks + Tim Lunn for figuring out how to make this work (LP: #1195367) + + -- Jeremy Bicha Sat, 27 Jul 2013 12:11:31 -0400 + ubufox (2.6-0ubuntu1) raring; urgency=low * New upstream release. === modified file 'debian/control' --- debian/control 2013-07-11 04:23:45 +0000 +++ debian/control 2013-07-27 16:06:13 +0000 @@ -31,10 +31,10 @@ . You can uninstall this if you prefer to use a pristine Firefox install. -Package: ubufox +Package: xul-ext-ubufox-default-homepage Architecture: all -Depends: xul-ext-ubufox, ${misc:Depends} -Description: transitional dummy package - This is a transitional dummy package to ease the migration - from the ubufox to the new xul-ext-ubufox package. - You can remove it safely. +Depends: ${misc:Depends} +Enhances: xul-ext-ubufox +Description: Default Firefox homepage + This package overrides xul-ext-ubufox to set the default Firefox homepage + to the usual Firefox default of about:home instead of Ubuntu's about:startpage. === added file 'debian/default-homepage.properties' --- debian/default-homepage.properties 1970-01-01 00:00:00 +0000 +++ debian/default-homepage.properties 2013-07-27 15:41:35 +0000 @@ -0,0 +1,2 @@ +# to test, just enable the example homepage pref in /etc/xul-ext/ubufox.js +browser.startup.homepage=about:home === added file 'debian/xul-ext-ubufox-default-homepage.install' --- debian/xul-ext-ubufox-default-homepage.install 1970-01-01 00:00:00 +0000 +++ debian/xul-ext-ubufox-default-homepage.install 2013-07-27 15:55:10 +0000 @@ -0,0 +1,2 @@ +debian/001default-homepage.js usr/share/xul-ext/ubufox/defaults/preferences +debian/default-homepage.properties usr/share/xul-ext/ubufox/defaults/preferences