mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
Import patches-unapplied version 2.39 to ubuntu/oneiric
Imported using git-ubuntu import. Changelog parent: bca9a9473772aa381dac14072a17806270cb1f23 New changelog entries: * Explicitely select the oem-config frontend to install on a per-project basis, to match the ubiquity in use (LP: #820514)
This commit is contained in:
parent
bca9a94737
commit
3b9da43910
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.39) oneiric; urgency=low
|
||||
|
||||
* Explicitely select the oem-config frontend to install on a
|
||||
per-project basis, to match the ubiquity in use (LP: #820514)
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Mon, 26 Sep 2011 19:14:56 -0600
|
||||
|
||||
livecd-rootfs (2.38) oneiric; urgency=low
|
||||
|
||||
* Add main, restricted, universe, and multiverse to the sources.list
|
||||
|
@ -77,7 +77,17 @@ case $IMAGEFORMAT in
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
;;
|
||||
*)
|
||||
add_package live jasper
|
||||
case $PROJECT in
|
||||
kubuntu*)
|
||||
add_package live jasper oem-config-kde
|
||||
;;
|
||||
ubuntu-server)
|
||||
add_package live jasper oem-config-debconf
|
||||
;;
|
||||
*)
|
||||
add_package live jasper oem-config-gtk
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user