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

kernel installation block.
* Really update the maintainer field.
ubuntu/precise
Steve Kowalik 15 years ago
parent f503ef620c
commit 8d9a5ed2f7

8
debian/changelog vendored

@ -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

@ -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

@ -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;;

Loading…
Cancel
Save