Import patches-unapplied version 0.69 to ubuntu/intrepid

Imported using git-ubuntu import.

Changelog parent: f8e042f539

New changelog entries:
  * add ubuntu-mobile to build targets
impish
Oliver Grawert 16 years ago committed by usd-importer
parent f8e042f539
commit 72ff4b32a7

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (0.69) intrepid; urgency=low
* add ubuntu-mobile to build targets
-- Oliver Grawert <ogra@ubuntu.com> Tue, 23 Sep 2008 12:46:50 +0200
livecd-rootfs (0.68) intrepid; urgency=low
* Unmount /proc/sys/fs/binfmt_misc, in case binfmt-support is installed

@ -141,7 +141,7 @@ fi
for arg in "$@"; do
case "$arg" in
ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|gobuntu|ubuntu-mid|base|tocd)
ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|gobuntu|ubuntu-mid|ubuntu-mobile|base|tocd)
;;
*)
echo bad name >&2;
@ -204,6 +204,11 @@ Flags: seen
LIVELIST="casper ubiquity"
COMP="main restricted universe multiverse"
;;
ubuntu-mobile)
LIST="$LIST minimal^ ubuntu-mobile"
LIVELIST="casper ubiquity"
COMP="main restricted universe multiverse"
;;
base)
LIST="$LIST minimal^ standard^"
LIVELIST="casper lupin-casper"

Loading…
Cancel
Save