summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3d0a013
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: linaro-grub
+Section: admin
+Priority: extra
+Maintainer: Linaro Packagers <linaro-pkg@lists.launchpad.net>
+Build-Depends: autoconf,
+ autogen,
+ automake,
+ bison,
+ debhelper (>= 8.0.0),
+ flex,
+ python
+Standards-Version: 3.9.2
+Vcs-Bzr: lp:~leif-lindholm/linaro-grub/arm-uboot
+
+Package: grub-arm
+Architecture: armhf
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: GRand Unified Bootloader for ARM
+ GRUB is a portable, powerful bootloader. This version of GRUB is based on a
+ cleaner design than its predecessors, and provides the following new features:
+ .
+ - Scripting in grub.cfg using BASH-like syntax.
+ - Support for modern partition maps such as GPT.
+ - Modular generation of grub.cfg88 via update-grub. Packages providing GRUB
+ add-ons can plug in their own script rules and trigger updates by invoking
+ update-grub2.
+ - VESA-based graphical mode with background image support and complete 24-bit
+ color set.
+ - Support for extended charsets. Users can write UTF-8 text to their menu
+ entries.
+ .
+ This package contains a version of GRUB that has been built for use with
+ U-Boot platform on ARM architecture.