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=5a381b45ab3c6708c4dd96fc9756547768a52d7e commit 5a381b45ab3c6708c4dd96fc9756547768a52d7e Author: Guillem Jover <[email protected]> AuthorDate: Wed Apr 3 12:18:35 2024 +0200 build: Include a .dist-vcs-url file in the distributed tarball This file contains the URL for the VCS the tarball was hosted from. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index ebe721324..485c4e537 100644 --- a/Makefile.am +++ b/Makefile.am @@ -243,6 +243,7 @@ include $(top_srcdir)/build-aux/cpan.am # to regular files due to automake telling tar to dereference them. dist-hook: echo $(VERSION) >$(distdir)/.dist-version + echo $(PACKAGE_VCS_URL) >$(distdir)/.dist-vcs-url echo $(PACKAGE_VCS_ID) >$(distdir)/.dist-vcs-id if [ -e .git ]; then \ for file in `git ls-tree -r HEAD | grep ^12 | grep -v t/origins/default`; do \ -- Dpkg.Org's dpkg

