mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-20 15:21:35 +00:00
Import patches-unapplied version 0.79 to ubuntu/jaunty
Imported using git-ubuntu import. Changelog parent: c8de22c5666ed552cdc9603c74721e779c279b41 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).
This commit is contained in:
parent
c8de22c566
commit
ded077e547
7
debian/changelog
vendored
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
|
livecd-rootfs (0.78) jaunty; urgency=low
|
||||||
|
|
||||||
* Use the imx51 kernel on armel.
|
* Use the imx51 kernel on armel.
|
||||||
|
@ -365,7 +365,7 @@ Pin-Priority: 900
|
|||||||
fi
|
fi
|
||||||
chroot $ROOT apt-get update
|
chroot $ROOT apt-get update
|
||||||
chroot $ROOT apt-get -y --purge dist-upgrade </dev/null
|
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
|
# 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
|
# actual seeded packages. In general, this isn't an issue. With updated kernels
|
||||||
@ -381,12 +381,12 @@ Pin-Priority: 900
|
|||||||
done
|
done
|
||||||
rm -f livecd.${FSS}.manifest-headers livecd.${FSS}.manifest-headers-full
|
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 --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.
|
# End horrible linux-header launchpad workaround. Hopefully this is temporary.
|
||||||
|
|
||||||
chroot ${ROOT} dpkg-query -W --showformat='${Package} ${Version}\n' \
|
chroot ${ROOT} dpkg-query -W --showformat='${Package} ${Version}\n' \
|
||||||
> livecd.${FSS}.manifest-desktop
|
> 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
|
case $FS in
|
||||||
edubuntu)
|
edubuntu)
|
||||||
chroot $ROOT apt-cache dumpavail | \
|
chroot $ROOT apt-cache dumpavail | \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user