summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHéctor Orón Martínez <zumbi@debian.org>2018-05-19 16:28:59 +0200
committerHéctor Orón Martínez <zumbi@debian.org>2018-05-19 16:36:12 +0200
commit5e3dea4e628eeb6c339891b950965871a4c64295 (patch)
tree9a6d58236a9f12009f3141acffc6a5908506ef3b
parent09538b7ae9442e7647c3fc9f8426ab178c718c42 (diff)
debian/control: rework depends and recommends
Fixes #891714 Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
-rw-r--r--debian/control18
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index ae1f21f..2e357b7 100644
--- a/debian/control
+++ b/debian/control
@@ -25,23 +25,23 @@ Package: debos
Architecture: amd64
Built-Using: ${misc:Built-Using}
Recommends: bmap-tools
- , busybox | busybox-static
, ovmf
- , gzip
, bzip2
, xz
- , tar
, zip
# For the action image-partition
- , util-linux
, parted
, mount
, udev
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- systemd-container,
- debootstrap,
- qemu-system, qemu-user-static
+ , e2fsprogs
+ , linux-image-amd64
+Depends: ${shlibs:Depends}
+ , ${misc:Depends}
+ , busybox | busybox-static
+ , systemd-container
+ , debootstrap
+ , qemu-system-x86
+ , qemu-user-static
Description: Debian OS builder
debos is a tool to make creation of various Debian based OS "images"
simpler. While most other tools focus on specific use-case, debos is