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

guillem pushed a commit to branch master
in repository dpkg.

commit 1e892d4e03cc396bd84e7f478d9cba77bfa40c70
Author: Guillem Jover <guil...@debian.org>
Date:   Sat Mar 24 19:58:47 2018 +0100

    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.
---
 debian/changelog       | 3 +++
 lib/compat/Makefile.am | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a85f2f4..d23a352 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 <m...@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.a...@manchmal.in-ulm.de>.
diff --git a/lib/compat/Makefile.am b/lib/compat/Makefile.am
index 1d5840a..19ddcef 100644
--- a/lib/compat/Makefile.am
+++ b/lib/compat/Makefile.am
@@ -10,6 +10,7 @@ noinst_LTLIBRARIES = libcompat-test.la libcompat.la
 libcompat_test_la_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_LIBCOMPAT=1
 libcompat_test_la_SOURCES = \
        compat.h \
+       md5.c md5.h \
        strnlen.c \
        strndup.c \
        strsignal.c \

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

Reply via email to