From 4f831b505fe5d29dbb44dca068a60b8b2f3772ee Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 12 Dec 2015 14:18:26 -0700 Subject: import Debian package version 0.20130908-7 --- debian/control | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e3ec704 --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: git-remote-gcrypt +Section: vcs +Priority: optional +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0) +Maintainer: Joey Hess +Standards-Version: 3.9.4 +Homepage: https://github.com/blake2-ppc/git-remote-gcrypt + +Package: git-remote-gcrypt +Architecture: all +Section: vcs +Depends: git, gnupg | gnupg2, ${misc:Depends} +Recommends: rsync, curl +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. -- cgit v1.2.3