aboutsummaryrefslogtreecommitdiffhomepage
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
parentf485366420578246938ba7d2e6f06a337fb61862 (diff)
downloadgit-remote-gcrypt-88bfb58e8f924248b71d62bdb23e25bf141a6002.tar.gz
update gpg dependencies for recent package split
-rw-r--r--debian/changelog4
-rw-r--r--debian/control4
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7947fc0..e74e7a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,10 @@ git-remote-gcrypt (1.0.2) UNRELEASED; urgency=medium
- Drop override of Lintian tag debian-watch-file-is-missing.
* Add code to d/rules to remove installation instructions from the manpage.
This replaces the old quilt patch.
+ * Depend on gpg | gnupg1 and demote gnupg to a Recommends (Closes: #873498).
+ At least with passwordless PGP keys, git-remote-gcrypt works fine with
+ only the gpg package installed.
+ Thanks to Yuri D'Elia for the report.
* Drop d/gbp.conf and d/links.
* Bump copyright years.
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.