From c8dcfee2c7c21f49ad378b85c76c7290bb93eae3 Mon Sep 17 00:00:00 2001 From: Tomasz Buchert Date: Thu, 5 Nov 2015 17:18:00 +0100 Subject: [PATCH] d/control: recommend docker instead of depends --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index fa4cd06..2c666dd 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/debocker.git Package: debocker Architecture: all -Depends: docker.io, - python3 (>= 3.3), +Recommends: docker.io +Depends: python3 (>= 3.3), python3-click, ${misc:Depends}, ${shlibs:Depends}, @@ -22,4 +22,4 @@ Depends: docker.io, Description: docker-powered package builder for Debian debocker builds Debian packages using docker. It is also capable to create bundles that can be shared to build the same package on - different nodes. + a different machine. -- 2.20.1