This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=46f449537b4a6522893836477ef8ccc08407d3a2 commit 46f449537b4a6522893836477ef8ccc08407d3a2 Author: Guillem Jover <[email protected]> AuthorDate: Sat Jan 1 19:59:42 2022 +0100 debian: Install aclocal m4 files into libdpkg-dev These can be of use by other projects from the dpkg suite. --- debian/libdpkg-dev.install | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/libdpkg-dev.install b/debian/libdpkg-dev.install index 4ba6e9c9e..e89b76dd3 100644 --- a/debian/libdpkg-dev.install +++ b/debian/libdpkg-dev.install @@ -1,3 +1,4 @@ usr/include/dpkg/*.h usr/lib/*/pkgconfig/libdpkg.pc usr/lib/*/libdpkg.a +usr/share/aclocal/dpkg-*.m4 -- Dpkg.Org's dpkg

