diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2016-11-28 21:54:18 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2016-11-28 21:54:18 +0100 |
commit | 5a169a6fe6c0915eea729739e513e4265e2d4e6f (patch) | |
tree | 82c12a176892ed503a1a5f9e87597610852015aa | |
parent | a15b579652e64317fbcc0597a1ea1012fb1d3ba8 (diff) | |
download | vyos-live-build-5a169a6fe6c0915eea729739e513e4265e2d4e6f.tar.gz vyos-live-build-5a169a6fe6c0915eea729739e513e4265e2d4e6f.zip |
Drop gpgv and debian-keyring from Suggests
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9301dbfc9..1dbda316b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ live-build (1:20160105) UNRELEASED; urgency=medium * Get rid of useless bootstrap_archive-keys script. Closes: #773775 * Drop an optimization in chroot_archives that has undesired side-effects. Thanks to jnqnfe for the patch. Closes: #775989 + * Drop gpgv and debian-keyring from Suggests. [ Kristian Klausen ] * Include ext{3,4} journal size when calculating image size. Closes: #801712 diff --git a/debian/control b/debian/control index 3325b01ef..2acb5848b 100644 --- a/debian/control +++ b/debian/control @@ -22,9 +22,6 @@ Recommends: live-config-doc, live-manual-html | live-manual, wget, -Suggests: - debian-keyring, - gpgv, Description: Live System Build Components The Live Systems project maintains the components to build Debian based Live systems and the official Debian Live images themselves. |