This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=5d0a22e90a54372870f64e5119e7d07c1b4673a9 commit 5d0a22e90a54372870f64e5119e7d07c1b4673a9 Author: Guillem Jover <[email protected]> AuthorDate: Mon May 25 22:18:54 2020 +0200 debian: Install specifications to /usr/share/doc/dpkg/ in dpkg-dev package Consider this a documentation package when it comes to the specifications, and use the dpkg doc directory as a location point for these files. --- debian/changelog | 1 + debian/rules | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 34bb52055..eba46e497 100644 --- a/debian/changelog +++ b/debian/changelog @@ -86,6 +86,7 @@ dpkg (1.20.1) UNRELEASED; urgency=medium - Install AUTHORS, THANKS, usertags, README.api and README.feature-removal-schedule only in dpkg.deb. - Rename debian/usertags to debian/README.bug-usertags. + - Install specifications to /usr/share/doc/dpkg/ in the dpkg-dev package. * Test suite: - Rename deb-content test cases to make them more descriptive. diff --git a/debian/rules b/debian/rules index 0d53f616d..9ce27cdbf 100755 --- a/debian/rules +++ b/debian/rules @@ -136,7 +136,8 @@ binary-indep: install dh_install -i dh_installcron -i dh_installchangelogs -i ChangeLog* - dh_installdocs -i + dh_installdocs -i -Ndpkg-dev + dh_installdocs -pdpkg-dev --doc-main-package=dpkg $(call dpkg-installmanl10n,dpkg-dev) dh_installman -i dh_link -i -- Dpkg.Org's dpkg

