Import patches-unapplied version 1.108 to ubuntu/lucid

Imported using git-ubuntu import.

Changelog parent: 8a2fa455ea

New changelog entries:
  * Deliver edubuntu-dvd/i386 ltsp squashfs image, since that's what
    actually gets built these days.
  * Update maintainer field.
impish 1.108
LaMont Jones 15 years ago committed by usd-importer
parent 8a2fa455ea
commit 37ae47542b

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (1.108) lucid; urgency=low
* Deliver edubuntu-dvd/i386 ltsp squashfs image, since that's what
actually gets built these days.
* Update maintainer field.
-- LaMont Jones <lamont@ubuntu.com> Mon, 22 Mar 2010 21:40:59 -0600
livecd-rootfs (1.107) lucid; urgency=low livecd-rootfs (1.107) lucid; urgency=low
* Deliver edubuntu/i386 ltsp sqaushfs image. LP: #531546 * Deliver edubuntu/i386 ltsp sqaushfs image. LP: #531546

2
debian/control vendored

@ -2,7 +2,7 @@ Source: livecd-rootfs
Section: devel Section: devel
Priority: optional Priority: optional
Build-Depends: debhelper (>= 7) Build-Depends: debhelper (>= 7)
Maintainer: Adam Conrad <adconrad@ubuntu.com> Maintainer: LaMont Jones <lamont@ubuntu.com>
Standards-Version: 3.6.1.0 Standards-Version: 3.6.1.0
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk

@ -649,7 +649,7 @@ Pin-Priority: 550
# LTSP chroot building (only in 32bit and for Edubuntu (DVD)) # LTSP chroot building (only in 32bit and for Edubuntu (DVD))
case $FS in case $FS in
edubuntu) edubuntu-dvd)
if [ "$TARGETARCH" = "i386" ]; then if [ "$TARGETARCH" = "i386" ]; then
# Make sure we don't make everything fail here # Make sure we don't make everything fail here
ltsp-build-client --base $(pwd) --mirror $MIRROR --arch $TARGETARCH --dist $STE --chroot ltsp-live --purge-chroot --skipimage || true ltsp-build-client --base $(pwd) --mirror $MIRROR --arch $TARGETARCH --dist $STE --chroot ltsp-live --purge-chroot --skipimage || true

Loading…
Cancel
Save