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