From b7e212efd99892463a5e71407fc9da17becdaa4b Mon Sep 17 00:00:00 2001 From: deeplow Date: Thu, 3 Aug 2023 20:19:17 +0100 Subject: [PATCH] Add python3-pyside2.qtsvg dependency to debian builds When the updater was added in commit 5b17f75047 [1], it it had missed the dependencies on Debian. [1]: https://github.com/freedomofpress/dangerzone/commit/5b17f75047b944beab255b0174fc8a75c6f7833e --- stdeb.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdeb.cfg b/stdeb.cfg index 04e815d67..cf51d2f8f 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,6 +1,6 @@ [DEFAULT] Package3: dangerzone -Depends3: podman, python3, python3-pyside2.qtcore, python3-pyside2.qtgui, python3-pyside2.qtwidgets, python3-appdirs, python3-click, python3-xdg, python3-colorama, python3-requests, python3-markdown, python3-packaging +Depends3: podman, python3, python3-pyside2.qtcore, python3-pyside2.qtgui, python3-pyside2.qtwidgets, python3-pyside2.qtsvg, python3-appdirs, python3-click, python3-xdg, python3-colorama, python3-requests, python3-markdown, python3-packaging Build-Depends: dh-python, python3, python3-setuptools, python3-stdeb Suite: bionic X-Python3-Version: >= 3.6