diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-19 04:37:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-19 04:37:35 +0000 |
commit | 32bd36e6efa1c825e18d2d876255988eee8c2a79 (patch) | |
tree | b2b2c3dc3fc080d12f9b9e91efe19b306ca0f015 | |
parent | Releasing progress-linux version 2.2.43-2~progress7.99u1. (diff) | |
download | gnupg2-32bd36e6efa1c825e18d2d876255988eee8c2a79.tar.xz gnupg2-32bd36e6efa1c825e18d2d876255988eee8c2a79.zip |
Merging debian version 2.2.43-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3f48409..1fb56e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnupg2 (2.2.43-3) unstable; urgency=medium + + * add librsvg2-bin as a build-dep for documentation + + -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 15 May 2024 01:07:12 -0400 + gnupg2 (2.2.43-2~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/control b/debian/control index 57632e6..1d434da 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Build-Depends: libldap2-dev, libnpth0-dev (>= 1.2), libreadline-dev, + librsvg2-bin <!nodoc>, libsqlite3-dev, libusb-1.0-0-dev [!hurd-any], openssh-client <!nocheck>, |