aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2011-01-19 20:08:10 +0100
committerLoïc Minier <lool@dooz.org>2011-01-19 20:08:10 +0100
commit06fd06c4d1bc16c3d6c2d5ea0e7b3e2b758dec20 (patch)
treeaca5e8a2031a13002b0b43029de427e9b56bbe0a /debian/control
parent69e055fc9e17775c35a23a8143d6e50783186b44 (diff)
parenteceece5bcbe9904e7e4cf58d39dff15b4f24d1ab (diff)
Merge lp:~lool/linaro-image-tools/brown-paper-bag-0.4.1.0.4.1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control11
1 files changed, 7 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 89e5587..27a8a4a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,10 @@ Build-Depends: debhelper (>= 7.0.50~),
python-apt,
python-parted,
python-testtools (>> 0.9.5),
- python-argparse
+ python-argparse,
+ qemu-kvm,
+ command-not-found,
+ u-boot-tools | uboot-mkimage
Standards-Version: 3.9.1
Maintainer: Linaro Developers <linaro-dev@lists.linaro.org>
Vcs-Bzr: http://bazaar.launchpad.net/~linaro-maintainers/linaro-image-tools/linaro-image-tools
@@ -18,7 +21,6 @@ XS-Python-Version: >= 2.5
Package: linaro-image-tools
Architecture: all
Depends: ${misc:Depends},
- util-linux,
parted,
uuid-runtime,
dosfstools,
@@ -32,7 +34,8 @@ Depends: ${misc:Depends},
python-parted
Recommends: qemu-kvm-extras-static,
qemu-kvm,
- btrfs-tools
+ btrfs-tools,
+ command-not-found
Description: collection of tools to work with Linaro images
This package offers a set of tools for use with Linaro images.
.
@@ -61,5 +64,5 @@ Description: Python library for the creation of Linaro bootable media
Linaro images are generated by combining generic tarballs with
hardware-specific packs (hwpacks).
.
- This package provides a python library to generate Linaro images and write
+ This package provides a Python library to generate Linaro images and write
them to SD cards or image files that you can be boot in QEMU.