File: control

package info (click to toggle)
git-crypt 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: cpp: 3,329; xml: 376; makefile: 64
file content (32 lines) | stat: -rw-r--r-- 1,279 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
24
25
26
27
28
29
30
31
32
Source: git-crypt
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Andrew Ayer <agwa@andrewayer.name>
Section: vcs
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libssl-dev,
               xsltproc,
               docbook-xml,
               docbook-xsl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/salvage-team/git-crypt
Vcs-Git: https://salsa.debian.org/salvage-team/git-crypt.git
Homepage: https://www.agwa.name/projects/git-crypt

Package: git-crypt
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         git
Recommends: gnupg
Enhances: git
Description: Transparent file encryption in git
 git-crypt enables transparent encryption and decryption of files in a
 git repository.  Files which you choose to protect are encrypted when
 committed, and decrypted when checked out.  git-crypt lets you freely
 share a repository containing a mix of public and private content.
 git-crypt gracefully degrades, so developers without the secret key
 can still clone and commit to a repository with encrypted files.
 This lets you store your secret material (such as keys or passwords)
 in the same repository as your code, without requiring you to lock down
 your entire repository.