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=ae11999a964c6fe863dde5f8dffd171458362b23 commit ae11999a964c6fe863dde5f8dffd171458362b23 Author: Guillem Jover <[email protected]> AuthorDate: Wed Jul 6 23:44:11 2022 +0200 debian: Properly install specs under /usr/share/doc/dpkg/spec/ dh_installdoc was taking the filenames and installing them directly under /usr/share/doc/dpkg, which was not the intention with the subdir move. Fixes: commit e03d559c1dbb8ea943cf4607dbdc74d3cb2996a4 --- debian/dpkg-dev.docs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/dpkg-dev.docs b/debian/dpkg-dev.docs index 458329008..0e8ad62ec 100644 --- a/debian/dpkg-dev.docs +++ b/debian/dpkg-dev.docs @@ -1,4 +1 @@ -usr/share/doc/dpkg/spec/frontend-api.txt -usr/share/doc/dpkg/spec/protected-field.txt -usr/share/doc/dpkg/spec/rootless-builds.txt -usr/share/doc/dpkg/spec/triggers.txt +usr/share/doc/dpkg/spec/ -- Dpkg.Org's dpkg

