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=78ea518e8b73a97d7c7eac0999f874776b23fc08 commit 78ea518e8b73a97d7c7eac0999f874776b23fc08 Author: Guillem Jover <[email protected]> AuthorDate: Fri Jul 4 04:06:32 2025 +0200 build: Add new authordistcheck convenience rule Running both authorcheck and distcheck is a common action during release preparations and development, that having a combined make target is more convenient. --- build-aux/tap.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-aux/tap.am b/build-aux/tap.am index d2410f92d..467d43e4c 100644 --- a/build-aux/tap.am +++ b/build-aux/tap.am @@ -36,3 +36,6 @@ tap-check: $(test_data) $(test_programs) $(test_scripts) authorcheck: AUTHOR_TESTING=1 $(MAKE) check + +authordistcheck: + AUTHOR_TESTING=1 $(MAKE) distcheck -- Dpkg.Org's dpkg

