summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2012-12-25 16:04:02 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2012-12-25 16:04:02 +0200
commitd5cf866a087b872feb66278c346723b595199a39 (patch)
treea56d5d80e7e7021a13fe64328f34388e4bb5b904 /debian/control
parentbac2a1291b2ade155b55752d1fbabc1bd06d495a (diff)
Add debian packaging dir
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
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.