Import patches-unapplied version 2.71 to ubuntu/quantal

Imported using git-ubuntu import.

Changelog parent: 219d69bc3d

New changelog entries:
  * live-build/auto/config: Don't purge .pyc files on ubuntu-server images.
  * live-build/auto/config: Build ubuntu-server with
    --debian-installer=live.
impish
Colin Watson 13 years ago committed by usd-importer
parent 219d69bc3d
commit fca5765e72

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.71) quantal; urgency=low
* live-build/auto/config: Don't purge .pyc files on ubuntu-server images.
* live-build/auto/config: Build ubuntu-server with
--debian-installer=live.
-- Colin Watson <cjwatson@ubuntu.com> Mon, 23 Jul 2012 17:57:59 +0100
livecd-rootfs (2.70) quantal; urgency=low
* live-build/auto/config: Don't install lupin-casper on ubuntu-server

@ -199,6 +199,7 @@ case $PROJECT in
add_task install minimal standard server
COMPONENTS='main'
PREINSTALL_POOL_SEEDS='server-ship'
OPTS="${OPTS:+$OPTS }--debian-installer=live"
;;
ubuntu-core)
@ -284,7 +285,9 @@ boot/initrd.img-*
EOF
fi
if [ "$PROJECT" != ubuntu-server ]; then
ln -s /usr/share/live/build/examples/hooks/all_chroot_pyc-purge.sh config/chroot_local-hooks/
fi
case $PROJECT in
kubuntu|kubuntu-active)

Loading…
Cancel
Save