File: control

package info (click to toggle)
git-secret 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,724 kB
  • sloc: sh: 4,580; makefile: 162; xml: 31; python: 22
file content (23 lines) | stat: -rw-r--r-- 809 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: git-secret
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Section: vcs
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/git-secret
Vcs-Git: https://salsa.debian.org/debian/git-secret.git
Homepage: https://github.com/sobolevn/git-secret

Package: git-secret
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         coreutils (>= 8.21),
         gawk,
         git,
         gpg
Description: store encrypted credential inside source code git repository
 git-secret is designed to solve the problem where to store the credential file
 (e.g. password, token, ...) for a service. With git-secret, Encrypted
 credential can be stored along with source code in git repository.