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=c900b1bac701c624c76d069f9586ca28bf4cddc9 commit c900b1bac701c624c76d069f9586ca28bf4cddc9 Author: Guillem Jover <[email protected]> AuthorDate: Wed May 25 10:15:49 2022 +0200 build: Unhook dist-cpan from make dist target The dist-cpan target includes OpenPGP signing the CPAN distribution, which is problematic on a chroot. It is also not generally helpful, as we mostly care about generating the CPAN distribution for the latest releases. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index dc1634880..3d2b77b71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -220,7 +220,7 @@ include $(top_srcdir)/build-aux/cpan.am # that we're not forgetting some files, and we are not storing any symlink # in the repository (except for the origins/default one) as those degrade # to regular files due to automake telling tar to dereference them. -dist-hook: dist-cpan +dist-hook: echo $(VERSION) >$(distdir)/.dist-version if [ -e .git ]; then \ for file in `git ls-tree -r HEAD | grep ^12 | grep -v t/origins/default`; do \ -- Dpkg.Org's dpkg

