From 03f89315cc36891858d1bc4f888c83783b698f52 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Thu, 21 Apr 2016 11:04:53 +0200 Subject: [PATCH 1/2] add multiverse to sources.list for snappy kernel builds --- debian/changelog | 8 ++++++-- live-build/auto/config | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 900ecf4f..6cc1a0ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -livecd-rootfs (2.407) UNRELEASED; urgency=medium +livecd-rootfs (2.408) UNRELEASED; urgency=medium + [ Colin Watson ] * Add a basic build-time syntax check for live-build/auto/*. - -- Colin Watson Wed, 20 Apr 2016 21:22:50 +0100 + [ Oliver Grawert ] + * add multiverse to sources.list for snappy kernel builds + + -- Oliver Grawert Thu, 21 Apr 2016 10:53:12 +0200 livecd-rootfs (2.406) xenial; urgency=medium diff --git a/live-build/auto/config b/live-build/auto/config index 27c8015a..c1e9d016 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -407,8 +407,8 @@ case $PROJECT in # contains the framework definition add_package install ubuntu-core-libs - # universe needed for 'system-image-cli' - COMPONENTS='main restricted universe' + # universe needed for 'system-image-cli' and multiverse for firmware + COMPONENTS='main restricted universe multiverse' fi OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal" ;; From 48ffdfbb38269231c69c5b4d1d1809a659e60d15 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Thu, 21 Apr 2016 11:06:45 +0200 Subject: [PATCH 2/2] releasing package livecd-rootfs version 2.408 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6cc1a0ba..0d7dfc90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -livecd-rootfs (2.408) UNRELEASED; urgency=medium +livecd-rootfs (2.408) xenial; urgency=medium [ Colin Watson ] * Add a basic build-time syntax check for live-build/auto/*.