aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-09-08 20:04:27 -0400
committerJoey Hess <joey@kitenet.net>2013-09-08 20:08:31 -0400
commit4893a1ce3527da5697ae26605022908460aee501 (patch)
tree8758bdee58895ad35022e9f2d453324fa13d4ce4 /debian/control
parent79b997382a2dfe628117d0485ad8dc01e9fc4f5b (diff)
downloadgit-remote-gcrypt-4893a1ce3527da5697ae26605022908460aee501.tar.gz
debianizationdebian/0.20130908-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
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 <joeyh@debian.org>
+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.