* live-build/auto/config:

- Add some manual hints to work around slightly different dependency
    resolution for metapackages vs. tasks.
ubuntu/precise
Colin Watson 12 years ago
parent d30d733082
commit b7ccefc67f

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.65.8) UNRELEASED; urgency=low
* live-build/auto/config:
- Add some manual hints to work around slightly different dependency
resolution for metapackages vs. tasks.
-- Colin Watson <cjwatson@ubuntu.com> Tue, 15 Jan 2013 17:27:59 +0000
livecd-rootfs (2.65.7) precise; urgency=low
* live-build/auto/config: Build Ubuntu and Edubuntu images with X

@ -130,7 +130,10 @@ case $PROJECT in
# We have to use metapackages rather than
# tasks, so that the X enablement stack can
# be used rather than the normal stack.
add_package install ubuntu-minimal ubuntu-standard ubuntu-desktop
# This changes dependency resolution
# sufficiently that some manual hints are
# needed.
add_package install ubuntu-minimal ubuntu-standard ubuntu-desktop libqt4-sql-sqlite notify-osd
add_package install xserver-xorg-lts-quantal
;;
*)
@ -169,7 +172,10 @@ case $PROJECT in
# We have to use metapackages rather than
# tasks, so that the X enablement stack can
# be used rather than the normal stack.
add_package install ubuntu-minimal ubuntu-standard edubuntu-desktop
# This changes dependency resolution
# sufficiently that some manual hints are
# needed.
add_package install ubuntu-minimal ubuntu-standard edubuntu-desktop libqt4-sql-sqlite notify-osd
add_package install xserver-xorg-lts-quantal
;;
*)

Loading…
Cancel
Save