aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarChristoph Goehre <christoph.goehre@gmx.de>2008-12-14 18:44:54 +0100
committerLibravatarChristoph Goehre <christoph.goehre@gmx.de>2008-12-14 18:44:54 +0100
commit0607dbf1c94fc90028024ab80190d5113266ae48 (patch)
treeb89931f7db89b80fc1f724e79723feb0db42c201
parentfdef0f3f36edf2abbe08b4976c5bb1ae90d27ebc (diff)
downloadmini-dinstall-0607dbf1c94fc90028024ab80190d5113266ae48.tar.bz2
mini-dinstall-0607dbf1c94fc90028024ab80190d5113266ae48.tar.xz
mini-dinstall-0607dbf1c94fc90028024ab80190d5113266ae48.tar.zst
demote depends on gpgv to recommends
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 0460753..68decbc 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Vcs-Browser: http://git.debian.org/?p=mini-dinstall/mini-dinstall.git
Package: mini-dinstall
Architecture: all
-Depends: ${python:Depends}, python-apt, apt-utils, python-crypto, gpgv
+Depends: ${python:Depends}, python-apt, apt-utils, python-crypto
+Recommends: gpgv
Suggests: debian-keyring
Description: daemon for updating Debian packages in a repository
This program implements a miniature version of the "dinstall" program