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=924e3c8aa52970ff6f47d5d4120e6824bd14e065 commit 924e3c8aa52970ff6f47d5d4120e6824bd14e065 Author: Guillem Jover <[email protected]> AuthorDate: Tue Aug 5 23:33:22 2025 +0200 build: Add build-aux/get-make-jobs to the distribution Fixes: commit 5affe2bdccec4a14ddf66eb2ec4d3578aafdf179 Changelog: silent --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 2895abec7..a79fa413b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,7 @@ EXTRA_DIST = \ autogen \ build-aux/gen-changelog \ build-aux/gen-release \ + build-aux/get-make-jobs \ build-aux/get-vcs-id \ build-aux/get-version \ build-aux/lcov-inject \ -- Dpkg.Org's dpkg

