From: Tomasz Buchert Date: Thu, 5 Nov 2015 16:18:00 +0000 (+0100) Subject: d/control: recommend docker instead of depends X-Git-Tag: debian/0.2.1~1 X-Git-Url: http://git.thekondor.net/?a=commitdiff_plain;h=c8dcfee2c7c21f49ad378b85c76c7290bb93eae3;p=debocker.git d/control: recommend docker instead of depends --- 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.