aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-08-31 22:53:54 +0200
committerLoïc Minier <lool@dooz.org>2010-08-31 22:53:54 +0200
commit966656cf5f96c3196e31c7be3fc9e97652ffb1d1 (patch)
tree999e9b17d805d13d6c01ab49d2e2fcf914bacfae /debian
parentd3c0122889b451a58a58a398c92c8b76d31091ec (diff)
Add proper depends
Diffstat (limited to 'debian')
-rw-r--r--debian/control10
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index a3b8959..16ab007 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,15 @@ Vcs-Bzr:
Package: linaro-image-tools
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+ parted,
+ uuidgen-runtime,
+ util-linux,
+ wget,
+ e2fsprogs,
+ uboot-mkimage,
+ coreutils,
+ realpath
Description: collection of tools to work with Linaro images
This package offers a set of tools for use with Linaro images.
.