diff -Nru live-build-3.0~a24/debian/changelog live-build-3.0~a24/debian/changelog --- live-build-3.0~a24/debian/changelog 2012-02-23 16:26:53.000000000 +0000 +++ live-build-3.0~a24/debian/changelog 2012-02-27 21:04:41.000000000 +0000 @@ -1,3 +1,10 @@ +live-build (3.0~a24-1ubuntu27) precise; urgency=low + + * debian/patches/examples-auto-config-typo.patch: Fixing left over + use of --packages-lists in examples/auto/config (LP: #923355) + + -- Rigved Rakshit Fri, 24 Feb 2012 16:10:47 +0530 + live-build (3.0~a24-1ubuntu26) precise; urgency=low * build-wubildr.patch: Revert wubi ext4 switch, until the buildds diff -Nru live-build-3.0~a24/debian/patches/examples-auto-config-typo.patch live-build-3.0~a24/debian/patches/examples-auto-config-typo.patch --- live-build-3.0~a24/debian/patches/examples-auto-config-typo.patch 1970-01-01 00:00:00.000000000 +0000 +++ live-build-3.0~a24/debian/patches/examples-auto-config-typo.patch 2012-02-27 21:08:40.000000000 +0000 @@ -0,0 +1,17 @@ +Description: Removed left over use of --packages-lists in examples/auto/config. + Correct usage is --package-lists, as shown here: + http://live.debian.net/manual/html/live-manual.en.html#319 +Author: Rigved Rakshit +Bug-Ubuntu: https://launchpad.net/bugs/923355 + +Index: live-build-3.0~a24/examples/auto/config +=================================================================== +--- live-build-3.0~a24.orig/examples/auto/config 2011-07-13 06:26:18.000000000 +0530 ++++ live-build-3.0~a24/examples/auto/config 2012-02-24 16:10:39.699666992 +0530 +@@ -1,5 +1,5 @@ + #!/bin/sh + + lb config noauto \ +- --packages-lists "standard" \ ++ --package-lists "standard" \ + "${@}" 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-02-22 19:21:48.000000000 +0000 +++ live-build-3.0~a24/debian/patches/series 2012-02-27 21:04:41.000000000 +0000 @@ -17,3 +17,4 @@ ubuntu-i386-generic-pae.patch ubuntu-timestamp.patch ubuntu-resolvconf.patch +examples-auto-config-typo.patch