From e52868a59c686dec251ad8afd761fee72823a56a Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 3 Apr 2009 01:05:30 +0100 Subject: [PATCH] Use the --purge option to 'apt-get install', to ensure that any packages removed as a result of Conflicts are purged (LP: #327821). --- debian/changelog | 7 +++++++ livecd.sh | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index fdc8070e..b970d0a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (0.79) UNRELEASED; urgency=low + + * Use the --purge option to 'apt-get install', to ensure that any packages + removed as a result of Conflicts are purged (LP: #327821). + + -- Colin Watson Fri, 03 Apr 2009 01:04:11 +0100 + livecd-rootfs (0.78) jaunty; urgency=low * Use the imx51 kernel on armel. diff --git a/livecd.sh b/livecd.sh index 62400ffd..9942c00e 100755 --- a/livecd.sh +++ b/livecd.sh @@ -365,7 +365,7 @@ Pin-Priority: 900 fi chroot $ROOT apt-get update chroot $ROOT apt-get -y --purge dist-upgrade livecd.${FSS}.manifest-desktop - chroot $ROOT apt-get -y install $LIVELIST