aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-09-07 10:52:42 +0200
committerLoïc Minier <lool@dooz.org>2010-09-07 10:52:42 +0200
commit2fe91cda1f4b2325285ba30bbf43753b8128fcab (patch)
tree2be0d2b173ed54e6426fe2a6617cd0bb4129f7d4 /debian
parent677bf8a0a8d59fe84c04da17456047efda36dc63 (diff)
Fix deps in control as well: depend on uuid-runtime rather than
uuidgen-runtime and do not depend on util-linux, e2fsprogs and coreutils as these are Essential: yes; thanks Colin Watson.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control5
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 1ca2902..5a17df8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-linaro-image-tools (0.1ubuntu1) UNRELEASED; urgency=low
+linaro-image-tools (0.2) UNRELEASED; urgency=low
[ Torez Smith ]
* Add IGEP support; LP: #627611.
+ [ Loïc Minier ]
+ * Fix deps in control as well: depend on uuid-runtime rather than
+ uuidgen-runtime and do not depend on util-linux, e2fsprogs and coreutils
+ as these are Essential: yes; thanks Colin Watson.
+
-- Loïc Minier <loic.minier@linaro.org> Sun, 05 Sep 2010 10:26:20 +0200
linaro-image-tools (0.1) maverick; urgency=low
diff --git a/debian/control b/debian/control
index 16ab007..324218a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,9 @@ Package: linaro-image-tools
Architecture: all
Depends: ${misc:Depends},
parted,
- uuidgen-runtime,
- util-linux,
+ uuid-runtime,
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.