This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1f5a2a27f755604065a36bd626d68360a41456b7 commit 1f5a2a27f755604065a36bd626d68360a41456b7 Author: Guillem Jover <[email protected]> AuthorDate: Tue Jul 16 02:34:35 2019 +0200 build: Install m4 files into system aclocal directory This makes it possible to publish these files so that other dpkg-related projects can use them, instead of either embedding copies, or duplicating the macros. --- Makefile.am | 14 ++++++++++++++ debian/changelog | 1 + 2 files changed, 15 insertions(+) diff --git a/Makefile.am b/Makefile.am index 231ab999d..5aa9ab4d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,20 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 +aclocaldir = $(datadir)/aclocal + +dist_aclocal_DATA = \ + m4/dpkg-arch.m4 \ + m4/dpkg-build.m4 \ + m4/dpkg-compiler.m4 \ + m4/dpkg-coverage.m4 \ + m4/dpkg-funcs.m4 \ + m4/dpkg-libs.m4 \ + m4/dpkg-linker.m4 \ + m4/dpkg-progs.m4 \ + m4/dpkg-types.m4 \ + m4/dpkg-unicode.m4 \ + $(nil) dist_pkgdata_DATA = \ data/pie-compile.specs \ diff --git a/debian/changelog b/debian/changelog index 4e6ee36ad..206c0e6cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium * Build system: - Bump minimal Perl version to 5.24.1. - Add a serial versioning to the m4 files. + - Install m4 files into system aclocal directory. [ Updated man pages translations ] * German (Helge Kreutzmann). Closes: #931135 -- Dpkg.Org's dpkg

