aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: 808875cefd4ba998a60c6f701c5911f41132d899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: git-remote-gcrypt
Section: vcs
Priority: optional
Build-Depends: debhelper (>= 10), python3-docutils (>= 0.12+dfsg)
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Standards-Version: 4.1.0
Homepage: https://spwhitton.name/tech/code/git-remote-gcrypt/
Vcs-Git: https://git.spwhitton.name/git-remote-gcrypt
Vcs-Browser: https://git.spwhitton.name/git-remote-gcrypt

Package: git-remote-gcrypt
Architecture: all
Depends: git, gpg | gnupg1, ${misc:Depends}
Recommends: rsync, curl, gnupg
Suggests: rclone
Description: encrypted git repositories
 This lets git store git repositories in encrypted form.
 It supports storing repositories on rsync or sftp servers.
 It can also store the encrypted git repository inside a remote git
 repository. All the regular git commands like git push and git pull
 can be used to operate on such an encrypted repository.
 .
 The aim is to provide confidential, authenticated git storage and
 collaboration using typical untrusted file hosts or services.