diff --git a/debian/control b/debian/control index ffda10d..022fc21 100644 --- a/debian/control +++ b/debian/control @@ -16,3 +16,16 @@ Homepage: https://developer.hashicorp.com/vault/docs/v1.14.x Vcs-Browser: https://git.st8l.com/luxolus/open-vault Vcs-Git: https://git.st8l.com/luxolus/open-vault.git Rules-Requires-Root: no + +Package: open-vault +Provides: vault +Conflicts: vault +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Built-Using: ${misc:Built-Using} +Description: A tool for securely accessing secrets + Vault is an API first solution to securely store and tightly control + access to tokens, passwords, certificates, and encryption keys for + protecting secrets and other sensitive data using a UI, CLI, or HTTP API + . + This is a MPL2 licensed fork of Vault.