Import patches-unapplied version 0.91 to ubuntu/karmic

Imported using git-ubuntu import.

Changelog parent: 91019814d7

New changelog entries:
  [ Steve Kowalik ]
  * Remove subarch hack for ubuntu-mid, it was never used.
  [ Mario Limonciello ]
  * Remove metapackage hack for mythbuntu.  Now that tasks are published for 
    multiverse, it's no longer necessary.
impish
Mario Limonciello 16 years ago committed by usd-importer
parent 91019814d7
commit 96da636da0

@ -1,3 +0,0 @@
This is a Bazaar control directory.
Do not change any files in this directory.
See http://bazaar-vcs.org/ for more information about Bazaar.

@ -1 +0,0 @@
Bazaar-NG meta directory, format 1

@ -1,2 +0,0 @@
parent_location = bzr+ssh://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk/
push_location = bzr+ssh://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk/

@ -1 +0,0 @@
Bazaar Branch Format 6 (bzr 0.15)

@ -1 +0,0 @@
271 ogra@ubuntu.com-20090811090144-eek0pgpf01i0zjim

@ -1 +0,0 @@
d4:0.6854:cjwatson@canonical.com-20080922105353-5g6nbd3z6auod9o84:0.6947:ogra@ubuntu.com-20080923105752-3is4oq7h0rvr7m1t4:0.7050:stevenk@ubuntu.com-20080926061032-4cmvys3uwn0urof64:0.7147:ogra@ubuntu.com-20080929212513-932wmh9jhu2254c84:0.7254:cjwatson@canonical.com-20081009012107-bcithv5mtfr13wdr4:0.7350:superm1@ubuntu.com-20081105013351-lgows8lwl8gynab14:0.7450:superm1@ubuntu.com-20081108155125-k9hgpa9dpccasza14:0.7550:stevenk@ubuntu.com-20090110000926-kti0aa3w3gm87tl64:0.7654:cjwatson@canonical.com-20090120234103-0oedx9z8fwfgebmg4:0.7754:cjwatson@canonical.com-20090129172302-12n6za4eg8ti5iqs4:0.7850:stevenk@ubuntu.com-20090323105302-bzrig75pk422ae8o4:0.7954:cjwatson@canonical.com-20090403000814-c0f4i899uyvq3le14:0.8050:stevenk@ubuntu.com-20090416104708-ytmlukba1r2qbok24:0.8154:cjwatson@canonical.com-20090508233530-xqdymqe6ii8eanbt4:0.8254:cjwatson@canonical.com-20090529072059-0303r4t3a2terv5u4:0.8354:cjwatson@canonical.com-20090529093922-h2qylvtfqgwqocs24:0.8460:steve.langasek@canonical.com-20090610202236-hzpkmw79nuly34iu4:0.8554:cjwatson@canonical.com-20090623163248-2e75g8ph1wr63bck4:0.8650:stevenk@ubuntu.com-20090630021433-f32fyu1qvauh1y5y4:0.8754:cjwatson@canonical.com-20090707120821-n7o4gmu5cgvs76314:0.8850:superm1@ubuntu.com-20090723080906-su6zimlrtqy6bmdj4:0.8950:stevenk@ubuntu.com-20090805132344-m6jy87gv6cmus3384:0.9047:ogra@ubuntu.com-20090811090144-eek0pgpf01i0zjime

@ -1 +0,0 @@
BZR conflict list format 1

Binary file not shown.

@ -1 +0,0 @@
Bazaar Working Tree Format 4 (bzr 0.15)

@ -1 +0,0 @@
BZR merge-modified list format 1

@ -1 +0,0 @@
Bazaar pack repository format 1 (needs bzr 0.92)

@ -1,5 +0,0 @@
Bazaar Graph Index 1
node_ref_lists=0
key_elements=1
len=0

@ -1,5 +0,0 @@
Bazaar Graph Index 1
node_ref_lists=0
key_elements=1
len=0

@ -1,5 +0,0 @@
Bazaar Graph Index 1
node_ref_lists=0
key_elements=1
len=0

@ -1,5 +0,0 @@
Bazaar Graph Index 1
node_ref_lists=0
key_elements=1
len=0

Binary file not shown.

11
debian/changelog vendored

@ -1,3 +1,14 @@
livecd-rootfs (0.91) karmic; urgency=low
[ Steve Kowalik ]
* Remove subarch hack for ubuntu-mid, it was never used.
[ Mario Limonciello ]
* Remove metapackage hack for mythbuntu. Now that tasks are published for
multiverse, it's no longer necessary.
-- Mario Limonciello <superm1@ubuntu.com> Thu, 13 Aug 2009 22:19:26 -0500
livecd-rootfs (0.90) karmic; urgency=low
* make armel imx51 build from universe for alpha4 until our kernel package

@ -212,7 +212,7 @@ Flags: seen
LIVELIST="unr-live^ casper ubiquity"
;;
mythbuntu)
LIST="$LIST minimal^ standard^ mythbuntu-desktop^ mythbuntu-desktop"
LIST="$LIST minimal^ standard^ mythbuntu-desktop^"
LIVELIST="mythbuntu-live^ laptop-detect casper lupin-casper"
COMP="main restricted universe multiverse"
;;
@ -338,19 +338,6 @@ link_in_boot = $link_in_boot
*) echo "Unknown architecture: no kernel."; exit 1;;
esac
if [ $FS = "ubuntu-mid" ]; then
case "$SUBARCH" in
*proprietary*)
case "$SUBARCH" in
menlow*)
LIST="$LIST marvell-8686-firmware-9 psb-video libgl1-mesa-dri-psb xorg-modules-xpsb"
;;
esac
LIST="$LIST mobile-usb-client-utils mobile-usb-host-utils"
;;
esac
fi
for x in $EXCLUDE; do
LIST="$(without_package "$x" "$LIST")"
done

Loading…
Cancel
Save