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=7affaaf17e60a625936438abc6c410c1692cf7af commit 7affaaf17e60a625936438abc6c410c1692cf7af Author: Guillem Jover <[email protected]> AuthorDate: Mon Dec 6 21:02:46 2021 +0100 build: Ship the new dpkg postinst maintscript Fixes: commit 270ccd99a8adfb0fd7dcaf205d2681bddb3affba Changelog: silent --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 5fb120c2f..9f26282e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,6 +80,7 @@ EXTRA_DIST = \ debian/dpkg.dpkg-db-backup.timer \ debian/dpkg.install \ debian/dpkg.manpages \ + debian/dpkg.postinst \ debian/dpkg.postrm \ debian/dpkg.logrotate \ debian/dpkg.lintian-overrides \ -- Dpkg.Org's dpkg

