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=3080cf3ed4d9cd72e9f6873a7e6a0335b51005fb commit 3080cf3ed4d9cd72e9f6873a7e6a0335b51005fb Author: Guillem Jover <[email protected]> AuthorDate: Fri Mar 24 05:38:42 2023 +0100 build: Do not distribute removed files Fixes: commit 34a0f86af59cea81a8178306a0decdeae5cbade2 Changelog: silent --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 10f26eeb1..0ba843cb7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,8 +95,6 @@ EXTRA_DIST = \ debian/dselect.lintian-overrides \ debian/dselect.manpages \ debian/dselect.postrm \ - debian/dselect.preinst \ - debian/dselect.prerm \ debian/libdpkg-dev.install \ debian/libdpkg-perl.install \ debian/source/format \ -- Dpkg.Org's dpkg

