diff options
author | Julian Andres Klode <jak@debian.org> | 2017-06-29 12:59:16 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-06-29 12:59:16 +0200 |
commit | 22ee196fb90997f9265dd9344054cb4f43f2046e (patch) | |
tree | 67ea4993f8d2be70562f9fa2a9d69fa454459ca0 | |
parent | 617e315a7ed3b02320243f3a7eb7f295bb56b509 (diff) |
Demote gnupg to Suggests
stretch was the migration release for gpg->gpgv basically,
so let's demote it now.
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index deb6e1efe..14ffc172f 100644 --- a/debian/control +++ b/debian/control @@ -38,10 +38,11 @@ Depends: adduser, ${shlibs:Depends} Replaces: apt-utils (<< 1.3~exp2~) Breaks: apt-utils (<< 1.3~exp2~) -Recommends: gnupg | gnupg2 | gnupg1, ca-certificates +Recommends: ca-certificates Suggests: apt-doc, aptitude | synaptic | wajig, dpkg-dev (>= 1.17.2), + gnupg | gnupg2 | gnupg1, powermgmt-base, python-apt Description: commandline package manager |