Import patches-unapplied version 0.81 to ubuntu/karmic

Imported using git-ubuntu import.

Changelog parent: 6da764e607

New changelog entries:
  * ia64 uses -ia64 kernels across the board now.
  * BuildLiveCD: default to karmic.
impish
Colin Watson 16 years ago committed by usd-importer
parent 6da764e607
commit 812f9e7818

@ -27,7 +27,7 @@ fi
ARCH=$(dpkg --print-installation-architecture)
SUBARCH=""
SUBARCHARG=""
DEFAULTSUITE="jaunty"
DEFAULTSUITE="karmic"
NEWSUITE=""
SUITES=""
PROPOSED=""

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (0.81) karmic; urgency=low
* ia64 uses -ia64 kernels across the board now.
* BuildLiveCD: default to karmic.
-- Colin Watson <cjwatson@ubuntu.com> Sat, 09 May 2009 00:34:38 +0100
livecd-rootfs (0.80) jaunty; urgency=low
* Add standard^ to UNR.

@ -319,7 +319,7 @@ link_in_boot = $link_in_boot
# and the bastard stepchildren
lpia) LIST="$LIST linux-lpia";;
ia64) LIST="$LIST linux-itanium linux-mckinley";;
ia64) LIST="$LIST linux-ia64";;
hppa) LIST="$LIST linux-hppa32 linux-hppa64";;
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
sparc*) LIST="$LIST linux-sparc64";;

Loading…
Cancel
Save