aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-12-22 16:09:09 +0100
committerLoïc Minier <lool@dooz.org>2010-12-22 16:09:09 +0100
commitd79f0b3ff3a03a1675de95c293ad5c6d3731c0df (patch)
treebc7625dd8766ac46daa38841aa907a598ead79d9 /debian
parent1d357bb2e2797825ea7c610a0241f63c45d6229e (diff)
Wrap python-hwpack's Depends to get cleaner diffs
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index def983a..5343e3b 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,9 @@ Description: collection of tools to work with Linaro images
Package: python-hwpack
Architecture: all
Section: python
-Depends: ${python:Depends}, python-apt, ${misc:Depends}
+Depends: ${python:Depends},
+ ${misc:Depends},
+ python-apt
Description: python library for the creation of hardware packs
Hardware packs allow for the distribution of packages to be combined with
an image to create a root filesystem at a later date.