diff options
author | Guillem Jover <guillem@debian.org> | 2018-03-24 19:58:47 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-03-25 05:45:47 +0200 |
commit | 1e892d4e03cc396bd84e7f478d9cba77bfa40c70 (patch) | |
tree | a778882cf4064dc9008aa9d2fd036a91314f327e /debian | |
parent | fd36605d790d82d42c6bfb83db0cc77a0cea3a35 (diff) | |
download | dpkg-1e892d4e03cc396bd84e7f478d9cba77bfa40c70.tar.gz |
libcompat: Add md5 module to the libcompat-test library
We have slightly modified the source and might continue to do so in the
future, we should thus test that it builds correctly, even if we are not
needing it on the current build.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a85f2f464..d23a352c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -41,6 +41,9 @@ dpkg (1.19.1) UNRELEASED; urgency=medium * Architecture support: - Add support for riscv64 CPU. Closes: #822914 Thanks to Manuel A. Fernandez Montecelo <mafm@debian.org> + * Portability: + - Add libcompat md5 module to the libcompat-test library, so that we + always make sure it builds, even when we use an external implementation. * Perl modules: - Check that $tarname is defined before use in Dpkg::Source::Package::V1. Thanks to Christoph Biedl <debian.axhn@manchmal.in-ulm.de>. |