From 103d11558c3095c961354a3cf3b5446a4a5ee085 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 17 Feb 2008 06:34:41 +0200 Subject: [PATCH] dpkg.cfg: Reintroduce 'no-debsig' option This avoids failing to install any package when debsig-verify is installed, as distributions do not use embedded signatures in packages. Closes: #311843 --- debian/changelog | 2 ++ debian/dpkg.cfg | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 487aec7f..ba9f6bd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ dpkg (1.14.17) UNRELEASED; urgency=low Christian Perrier with their permission. * Use functions from libcompat when those are not provided by the system. * Change dpkg-gencontrol to not output the Homapage field on udeb. + * Reintroduce 'no-debsig' back in dpkg.cfg to avoid failing to install any + package when debsig-verify is installed. Closes: #311843 [ Raphael Hertzog ] * Add a warning displayed by dpkg-genchanges if the current version is diff --git a/debian/dpkg.cfg b/debian/dpkg.cfg index 1e6ff71b..ba898ee8 100644 --- a/debian/dpkg.cfg +++ b/debian/dpkg.cfg @@ -5,5 +5,9 @@ # the option, separated by whitespace and/or an `=' sign. # +# Do not enable debsig-verify by default; since the distribution is not using +# embedded signatures, debsig-verify would reject all packages. +no-debsig + # Log status changes and actions to a file. log /var/log/dpkg.log -- 2.39.5