diff --git a/debian/changelog b/debian/changelog index 4d1108cb..cfe97b05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.65.3) UNRELEASED; urgency=low + + * live-build/auto/config: Manually add linux-signed-generic-lts-quantal to + Ubuntu/Edubuntu amd64 builds, since nothing deals with updating Task + fields in the archive post-release. + + -- Colin Watson Wed, 28 Nov 2012 16:44:53 +0000 + livecd-rootfs (2.65.2) precise-proposed; urgency=low * live-build/auto/build: If they exist, link *.efi.signed versions of the diff --git a/live-build/auto/config b/live-build/auto/config index 690b7ae8..e926fdd4 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -127,6 +127,13 @@ case $PROJECT in ubuntu|ubuntu-dvd) add_task install minimal standard ubuntu-desktop LIVE_TASK='ubuntu-live' + # This should be done automatically, but nothing updates + # tasks post-release at the moment. + case $ARCH in + amd64) + add_package live linux-signed-generic-lts-quantal + ;; + esac ;; kubuntu|kubuntu-dvd) @@ -143,6 +150,13 @@ case $PROJECT in edubuntu|edubuntu-dvd) add_task install minimal standard edubuntu-desktop-gnome LIVE_TASK='edubuntu-live' + # This should be done automatically, but nothing updates + # tasks post-release at the moment. + case $ARCH in + amd64) + add_package live linux-signed-generic-lts-quantal + ;; + esac COMPONENTS='main restricted universe' ;;