mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 15:42:31 +00:00
* 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:
parent
f503ef620c
commit
8d9a5ed2f7
8
debian/changelog
vendored
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
|
livecd-rootfs (1.109) lucid; urgency=low
|
||||||
|
|
||||||
* if the ltsp squashfs image build fails, fail the build.
|
* if the ltsp squashfs image build fails, fail the build.
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: livecd-rootfs
|
|||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 7)
|
Build-Depends: debhelper (>= 7)
|
||||||
Maintainer: Adam Conrad <adconrad@ubuntu.com>
|
Maintainer: LaMont Jones <lamont@ubuntu.com>
|
||||||
Standards-Version: 3.6.1.0
|
Standards-Version: 3.6.1.0
|
||||||
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk
|
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
|
case "$SUBARCH" in
|
||||||
imx51)
|
imx51)
|
||||||
LIST="$LIST linux-imx51"
|
LIST="$LIST linux-imx51"
|
||||||
# temporarily enable universe until kernel is in main
|
|
||||||
;;
|
;;
|
||||||
dove)
|
dove)
|
||||||
LIST="$LIST linux-dove"
|
LIST="$LIST linux-dove"
|
||||||
# temporarily enable universe until kernel is in main
|
;;
|
||||||
|
omap)
|
||||||
|
LIST="$LIST linux-omap"
|
||||||
;;
|
;;
|
||||||
esac;;
|
esac;;
|
||||||
*) echo "Unknown architecture: no kernel."; exit 1;;
|
*) echo "Unknown architecture: no kernel."; exit 1;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user