From 6e67a1314c512d4be9481fb2ef5a9f3803126a79 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 21 Jul 2010 07:52:47 +0100 Subject: [PATCH] Import patches-unapplied version 1.137 to ubuntu/maverick Imported using git-ubuntu import. Changelog parent: d51f3a9674936c57db87c593c76cd545ed31408d New changelog entries: * Make sure APT_SOURCE is always set. --- debian/changelog | 6 ++++++ livecd.sh | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index b6f1dbb7..c557858b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (1.137) maverick; urgency=low + + * Make sure APT_SOURCE is always set. + + -- Colin Watson Wed, 21 Jul 2010 07:52:47 +0100 + livecd-rootfs (1.136) maverick; urgency=low * One more fix; if we're asking apt to downgrade packages, we have to diff --git a/livecd.sh b/livecd.sh index ee8a2175..04f020f1 100755 --- a/livecd.sh +++ b/livecd.sh @@ -154,6 +154,7 @@ IMAGEFORMAT="squashfs" # must be in the "team / PPA name" form; e.g. "moblin/ppa"; the default PPA # name is "ppa", don't omit it PPA="" +APT_SOURCE="" while getopts :d:e:i:I:m:S:s:a:A:f:p name; do case $name in d) STE=$OPTARG;;