Import patches-unapplied version 1.160 to ubuntu/natty

Imported using git-ubuntu import.

Changelog parent: d63f8fc0fd

New changelog entries:
  * Emergency hack to remove ubiquity-slideshow-* on armel due to python-webkit
    causing a segfault (Works aroud LP: #727368)
impish
Michael Casadevall 14 years ago committed by usd-importer
parent d63f8fc0fd
commit 78d0c0677b

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (1.160) natty; urgency=critical
* Emergency hack to remove ubiquity-slideshow-* on armel due to python-webkit
causing a segfault (Works aroud LP: #727368)
-- Michael Casadevall <mcasadevall@ubuntu.com> Wed, 02 Mar 2011 11:33:51 -0800
livecd-rootfs (1.159) natty; urgency=low
* create an empty swapfile on ext2/3 images by default, we care for use

@ -577,6 +577,14 @@ Pin-Priority: 900
chroot ${ROOT} dpkg-query -W --showformat='${Package} ${Version}\n' \
> livecd.${FSS}.manifest
# HACK! HACK! HACK!
# Remove ubiquity-slideshow as webkit is completely hosed on armel
if [ "$TARGETARCH" = "armel" ]; then
checkpoint "Removing ubiquity-slideshow"
chroot ${ROOT} apt-get -y --purge remove ubiquity-slideshow-* \
</dev/null || true
fi
checkpoint "Cleaning up"
kill_users

Loading…
Cancel
Save