]> git.corax.cc Git - toolbox/commitdiff
debian: Make toolbox package depend on gnupg2
authorMatthias Kruk <m@m10k.eu>
Tue, 1 Feb 2022 03:25:02 +0000 (12:25 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 1 Feb 2022 03:25:02 +0000 (12:25 +0900)
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

index bba710ee9fa3caf88cee1750fb881bb05a64da91..e671d6b3a5e0ac0ecac0b948b66fdcf8639f3670 100644 (file)
@@ -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.