* Add support for armel+omap, and remove incorrect comments from the armel

kernel installation block.
* Really update the maintainer field.
This commit is contained in:
Steve Kowalik 2010-03-25 00:45:22 +11:00
parent f503ef620c
commit 8d9a5ed2f7
3 changed files with 12 additions and 3 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (1.110) UNRELEASED; urgency=low
* Add support for armel+omap, and remove incorrect comments from the armel
kernel installation block.
* Really update the maintainer field.
-- Steve Kowalik <stevenk@ubuntu.com> Thu, 25 Mar 2010 00:43:56 +1100
livecd-rootfs (1.109) lucid; urgency=low
* if the ltsp squashfs image build fails, fail the build.

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: livecd-rootfs
Section: devel
Priority: optional
Build-Depends: debhelper (>= 7)
Maintainer: Adam Conrad <adconrad@ubuntu.com>
Maintainer: LaMont Jones <lamont@ubuntu.com>
Standards-Version: 3.6.1.0
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk

View File

@ -335,11 +335,12 @@ link_in_boot = $link_in_boot
case "$SUBARCH" in
imx51)
LIST="$LIST linux-imx51"
# temporarily enable universe until kernel is in main
;;
dove)
LIST="$LIST linux-dove"
# temporarily enable universe until kernel is in main
;;
omap)
LIST="$LIST linux-omap"
;;
esac;;
*) echo "Unknown architecture: no kernel."; exit 1;;