Import patches-unapplied version 0.79 to ubuntu/jaunty

Imported using git-ubuntu import.

Changelog parent: c8de22c566

New changelog entries:
  * Use the --purge option to 'apt-get install', to ensure that any packages
    removed as a result of Conflicts are purged (LP: #327821).
impish
Colin Watson 16 years ago committed by usd-importer
parent c8de22c566
commit ded077e547

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (0.79) jaunty; 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 <cjwatson@ubuntu.com> Fri, 03 Apr 2009 01:06:18 +0100
livecd-rootfs (0.78) jaunty; urgency=low
* Use the imx51 kernel on armel.

@ -365,7 +365,7 @@ Pin-Priority: 900
fi
chroot $ROOT apt-get update
chroot $ROOT apt-get -y --purge dist-upgrade </dev/null
chroot $ROOT apt-get -y install $LIST </dev/null
chroot $ROOT apt-get -y --purge install $LIST </dev/null
# launchpad likes to put dependencies of seeded packages in tasks along with the
# actual seeded packages. In general, this isn't an issue. With updated kernels
@ -381,12 +381,12 @@ Pin-Priority: 900
done
rm -f livecd.${FSS}.manifest-headers livecd.${FSS}.manifest-headers-full
chroot ${ROOT} apt-get -y --purge remove $HEADERPACKAGES </dev/null || true
chroot ${ROOT} apt-get -y install $HEADERMETA </dev/null || true
chroot ${ROOT} apt-get -y --purge install $HEADERMETA </dev/null || true
# End horrible linux-header launchpad workaround. Hopefully this is temporary.
chroot ${ROOT} dpkg-query -W --showformat='${Package} ${Version}\n' \
> livecd.${FSS}.manifest-desktop
chroot $ROOT apt-get -y install $LIVELIST </dev/null
chroot $ROOT apt-get -y --purge install $LIVELIST </dev/null
case $FS in
edubuntu)
chroot $ROOT apt-cache dumpavail | \

Loading…
Cancel
Save