Import patches-unapplied version 2.106 to ubuntu/raring-proposed

Imported using git-ubuntu import.

Changelog parent: befa2e4252

New changelog entries:
  * re-enable all slideshows on all preinstalled images, webkit should work
    again
impish
Oliver Grawert 12 years ago committed by usd-importer
parent befa2e4252
commit 2cbe6e31d2

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.106) raring; urgency=low
* re-enable all slideshows on all preinstalled images, webkit should work
again
-- Oliver Grawert <ogra@ubuntu.com> Mon, 03 Dec 2012 14:37:01 +0100
livecd-rootfs (2.105) raring; urgency=low
* preseed autologin in the nexus7 tarball

@ -134,18 +134,15 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
case $PROJECT in
kubuntu*)
add_package live oem-config-kde ubiquity-frontend-kde
# work around quantal bug 1066046 (webkit crashes teh slideshow)
#add_package live ubiquity-slideshow-kubuntu
add_package live ubiquity-slideshow-kubuntu
;;
lubuntu*)
add_package live oem-config-gtk ubiquity-frontend-gtk
# work around quantal bug 1066046 (webkit crashes teh slideshow)
# add_package live ubiquity-slideshow-lubuntu
add_package live ubiquity-slideshow-lubuntu
;;
xubuntu*)
add_package live oem-config-gtk ubiquity-frontend-gtk
# work around quantal bug 1066046 (webkit crashes teh slideshow)
#add_package live ubiquity-slideshow-xubuntu
add_package live ubiquity-slideshow-xubuntu
;;
ubuntu-server)
add_package live oem-config-debconf ubiquity-frontend-debconf
@ -154,8 +151,7 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
;;
*)
add_package live oem-config-gtk ubiquity-frontend-gtk
# work around quantal bug 1066046 (webkit crashes teh slideshow)
#add_package live ubiquity-slideshow-ubuntu
add_package live ubiquity-slideshow-ubuntu
;;
esac
fi

Loading…
Cancel
Save