From 0ed3ffcf62f4a9a272942768007f172be2b84f4d Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Tue, 1 Feb 2022 12:25:02 +0900 Subject: [PATCH] debian: Make toolbox package depend on gnupg2 The ipc module uses gpg2, but gnupg2 is not among the dependencies of the toolbox package. This commit adds gnupg2 to the dependencies of the toolbox package. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bba710e..e671d6b 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: https://m10k.eu/toolbox.html Package: toolbox Section: shells Architecture: all -Depends: bash (>= 4.0), coreutils, findutils, grep, sed, git, jq, ${misc:Depends} +Depends: bash (>= 4.0), coreutils, findutils, grep, sed, git, jq, gnupg2, ${misc:Depends} Description: Module management for bash scripts Provides the necessary infrastructure to use loadable modules in shell scripts, and a set of basic modules for common tasks. -- 2.47.3