diff -Nru live-build-3.0~a24/debian/changelog live-build-3.0~a24/debian/changelog --- live-build-3.0~a24/debian/changelog 2012-04-20 19:45:28.000000000 +0300 +++ live-build-3.0~a24/debian/changelog 2012-05-22 18:19:44.000000000 +0300 @@ -1,3 +1,10 @@ +live-build (3.0~a24-1ubuntu33) precise; urgency=low + + * Add upstream commit 40a8a8ee7523240f4657b768909a9ed92fcfebc5 to fix the + "missing console-common" issue (LP: #975861) + + -- Pantelis Koukousoulas Tue, 22 May 2012 18:18:33 +0300 + live-build (3.0~a24-1ubuntu32) precise; urgency=low * Revert 3.0~a24-1ubuntu31; Wubi uses an old resize2fs which apparently diff -Nru live-build-3.0~a24/debian/patches/fix-missing-console-common.patch live-build-3.0~a24/debian/patches/fix-missing-console-common.patch --- live-build-3.0~a24/debian/patches/fix-missing-console-common.patch 1970-01-01 02:00:00.000000000 +0200 +++ live-build-3.0~a24/debian/patches/fix-missing-console-common.patch 2012-05-22 18:18:14.000000000 +0300 @@ -0,0 +1,17 @@ +Index: live-build-3.0~a24/package-lists/standard +=================================================================== +--- live-build-3.0~a24.orig/package-lists/standard 2011-07-13 03:56:19.000000000 +0300 ++++ live-build-3.0~a24/package-lists/standard 2012-05-22 18:17:49.821337417 +0300 +@@ -2,7 +2,11 @@ + + #include + +-console-setup console-common kbd ++console-setup ++#nif MODE ubuntu ++console-common ++#endif ++kbd + + #nif MODE progress + locales diff -Nru live-build-3.0~a24/debian/patches/series live-build-3.0~a24/debian/patches/series --- live-build-3.0~a24/debian/patches/series 2012-04-18 14:52:55.000000000 +0300 +++ live-build-3.0~a24/debian/patches/series 2012-05-22 18:16:56.000000000 +0300 @@ -21,3 +21,4 @@ examples-auto-config-typo.patch ubuntu-powerpc-smp.patch ubuntu-kernel-img-conf.patch +fix-missing-console-common.patch