From c7901757172cfb6dbb7703f558d4344960db8cd9 Mon Sep 17 00:00:00 2001 From: Fidel Ramos Date: Mon, 16 Mar 2020 12:58:38 +0100 Subject: [PATCH] Allow dependency on docker-ce package This allows dangerzone to be installed by users who install Docker through the docker.com repositories. --- stdeb.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdeb.cfg b/stdeb.cfg index ac83fd5..b667571 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,6 +1,6 @@ [DEFAULT] Package3: dangerzone -Depends3: docker.io, python3, python3-pyqt5, python3-appdirs, python3-click, python3-xdg, python3-requests +Depends3: docker.io | docker-ce, python3, python3-pyqt5, python3-appdirs, python3-click, python3-xdg, python3-requests Build-Depends: python3, python3-all Suite: bionic X-Python3-Version: >= 3.7 \ No newline at end of file