From c95cc86b0498e28926809d617f1100d9490bf4cb Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 4 Jul 2016 03:18:48 -0700 Subject: Import git-remote-gcrypt_1.0.0.orig.tar.xz [dgit import orig git-remote-gcrypt_1.0.0.orig.tar.xz] --- debian/control | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6e1410b --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: git-remote-gcrypt +Section: vcs +Priority: optional +Build-Depends: debhelper (>= 9), python-docutils (>= 0.12+dfsg) +Maintainer: Sean Whitton +Standards-Version: 3.9.8 +Homepage: https://github.com/bluss/git-remote-gcrypt +Vcs-Git: https://git.spwhitton.name/git-remote-gcrypt +Vcs-Browser: https://git.spwhitton.name/?p=git-remote-gcrypt.git;a=summary + +Package: git-remote-gcrypt +Architecture: all +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