From 88bfb58e8f924248b71d62bdb23e25bf141a6002 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 1 Sep 2017 14:16:49 -0700 Subject: update gpg dependencies for recent package split --- debian/changelog | 4 ++++ debian/control | 4 ++-- 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. -- cgit v1.2.3