From 2ffa95fb7e95db2d9434d747c82a89bf9c577c30 Mon Sep 17 00:00:00 2001 From: Paul Stemmet Date: Sat, 20 Apr 2024 13:15:58 +0000 Subject: [PATCH] debian: add control.Package open-vault --- debian/control | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.