From d1fd757ca475577a3d56875a3fc58da950498d4e Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Mon, 11 Jun 2012 12:49:57 +0100
Subject: [PATCH] Import patches-unapplied version 2.66 to ubuntu/quantal

Imported using git-ubuntu import.

Changelog parent: 728148e94467b1792a7e6538469fa55a8e8bf370

New changelog entries:
  [ Jonathan Riddell ]
  * Build Kubuntu from universe.
---
 debian/changelog       | 7 +++++++
 live-build/auto/config | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5bfb3ea5..b24fddd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+livecd-rootfs (2.66) quantal; urgency=low
+
+  [ Jonathan Riddell ]
+  * Build Kubuntu from universe.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Mon, 11 Jun 2012 12:49:57 +0100
+
 livecd-rootfs (2.65) precise; urgency=low
 
   * Add (extra-)override parsing to the preinstalled pool to make sure
diff --git a/live-build/auto/config b/live-build/auto/config
index 32bbc1a4..e4ec110f 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -132,6 +132,7 @@ case $PROJECT in
 	kubuntu|kubuntu-dvd)
 		add_task install minimal standard kubuntu-desktop
 		LIVE_TASK='kubuntu-live'
+		COMPONENTS='main restricted universe'
 		;;
 
 	kubuntu-active)