debian: add control.Package open-vault

This commit is contained in:
Paul Stemmet 2024-04-20 13:15:58 +00:00
parent b39b364ac4
commit 2ffa95fb7e
Signed by: Paul Stemmet
GPG Key ID: EDEA539F594E7E75
1 changed files with 13 additions and 0 deletions

13
debian/control vendored
View File

@ -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.