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=e6a3404c39b2a9940b657f7af47d19cc0606bc63 commit e6a3404c39b2a9940b657f7af47d19cc0606bc63 Author: Guillem Jover <[email protected]> AuthorDate: Sat Jan 1 23:44:07 2022 +0100 debian: Add a new not-installed file This lists the *.la files that we are not installing. --- Makefile.am | 1 + debian/not-installed | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index be1236840..4a5ce71dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -91,6 +91,7 @@ EXTRA_DIST = \ debian/libdpkg-dev.install \ debian/libdpkg-perl.install \ debian/source/format \ + debian/not-installed \ debian/rules \ debian/shlibs.default \ debian/shlibs.override \ diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 000000000..f403946cb --- /dev/null +++ b/debian/not-installed @@ -0,0 +1 @@ +usr/lib/*/*.la -- Dpkg.Org's dpkg

