aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-09-01 14:16:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-09-01 14:16:49 -0700
commit88bfb58e8f924248b71d62bdb23e25bf141a6002 (patch)
tree051d7210ee15a3579112fbd0bb364f0c58f45ffe /debian/control
parentf485366420578246938ba7d2e6f06a337fb61862 (diff)
downloadgit-remote-gcrypt-88bfb58e8f924248b71d62bdb23e25bf141a6002.tar.gz
update gpg dependencies for recent package split
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 79615b8..c4a5853 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Vcs-Browser: https://git.spwhitton.name/git-remote-gcrypt
Package: git-remote-gcrypt
Architecture: all
-Depends: git, gnupg | gnupg2, ${misc:Depends}
-Recommends: rsync, curl
+Depends: git, gpg | gnupg1, ${misc:Depends}
+Recommends: rsync, curl, gnupg
Description: encrypted git repositories
This lets git store git repositories in encrypted form.
It supports storing repositories on rsync or sftp servers.