[Reproducible-commits] [dpkg] 05/06: dpkg.cfg: Reintroduce 'no-debsig' option

Holger Levsen holger at layer-acht.org
Tue May 3 08:42:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to annotated tag 1.13.26
in repository dpkg.

commit a6123d415f8455d4643ea326603526449ad7a99c
Author: Guillem Jover <guillem at debian.org>
Date:   Sun Feb 17 06:34:41 2008 +0200

    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 2eebf77..80c4eee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ dpkg (1.13.26) UNRELEASED; urgency=low
     to a directory where the existing symlink on-disk points to the
     same place. Closes: #377682
     Thanks to Ian Jackson.
+  * Reintroduce 'no-debsig' back in dpkg.cfg to avoid failing to install any
+    package when debsig-verify is installed. Closes: #311843
 
   [ Updated dpkg translations ]
   * Romanian (Eddy Petrișor)
diff --git a/debian/dpkg.cfg b/debian/dpkg.cfg
index 1e6ff71..ba898ee 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list