aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.