]> Nutra Git (v2) - gamesguru/git-remote-gcrypt.git/commitdiff
update gpg dependencies for recent package split
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 1 Sep 2017 21:16:49 +0000 (14:16 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Fri, 1 Sep 2017 21:16:49 +0000 (14:16 -0700)
debian/changelog
debian/control

index 7947fc0ec4d83d45a559182d22ab66cb8715d407..e74e7a61648ad7a22859715ff2ffe356a6972c49 100644 (file)
@@ -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.
 
index 79615b80e6218b9aa6bea7d48a1c7e8a1c4f0ccd..c4a585358916d6803d3c3896f6263ac117d95e21 100644 (file)
@@ -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.