aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2011-01-05 11:35:32 +0100
committerLoïc Minier <lool@dooz.org>2011-01-05 11:35:32 +0100
commitdaa651e3825e467169f638cff1476dadb8d15527 (patch)
tree9415276467d24743b2275aad82bf01c8ddaa0f00 /debian
parent118e9f65fc30f0bf06010e4ef6fd454e1823b4ce (diff)
Fix misc issue with python-linaro-media-create package:
- add missing dep of linaro-image-tools on python-linaro-media-create - uppercase Python in description - drop superfluous python-apt dep
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index ad6395b..d4de2b8 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Depends: ${misc:Depends},
python-argparse,
python-dbus,
python-debian (>= 0.1.16ubuntu1),
+ python-linaro-media-create (>= ${source:Version}),
python-parted
Description: collection of tools to work with Linaro images
This package offers a set of tools for use with Linaro images.
@@ -50,9 +51,8 @@ Package: python-linaro-media-create
Architecture: all
Section: python
Depends: ${python:Depends},
- ${misc:Depends},
- python-apt
-Description: python library for the creation of Linaro bootable media
+ ${misc:Depends}
+Description: Python library for the creation of Linaro bootable media
Linaro images are generated by combining generic tarballs with
hardware-specific packs (hwpacks).
.