[dpkg] 99/200: debian: Add debsig-verify to dpkg Suggests
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:17:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository dpkg.
commit 6131b9c953c9d1cfa6fe248cab44a08311464720
Author: Guillem Jover <guillem at debian.org>
Date: Mon Jan 2 16:26:12 2017 +0100
debian: Add debsig-verify to dpkg Suggests
The code supports optionally calling this program. Listing it in the
Suggests will also help people that are looking for a maintained and
supported .deb signing tooling.
Prompted-by: Stuart Prescott <stuart at debian.org>
---
debian/changelog | 4 ++++
debian/control | 1 +
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8450475..341d847 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ dpkg (1.18.19) UNRELEASED; urgency=medium
* Documentation:
- Cleanup software requirements in README.
- Move control member file references from dpkg(1) to deb(5).
+ * Packaging:
+ - Add debsig-verify to dpkg Suggests. The code optionally supports this
+ specific signed .deb verification program.
+ Prompted by Stuart Prescott <stuart at debian.org>.
[ Updated programs translations ]
* German (Sven Joachim).
diff --git a/debian/control b/debian/control
index 68ac803..f2cd117 100644
--- a/debian/control
+++ b/debian/control
@@ -37,6 +37,7 @@ Depends:
tar (>= 1.28-1),
Suggests:
apt,
+ debsig-verify,
Replaces:
manpages-it (<< 2.80-4),
Breaks:
--
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