tag 591588 pending thanks Hello,
Bug #591588 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=4be28d9 --- commit 4be28d99de2c8fe27c6c16bc9c114f7cef550f79 Author: Raphaël Hertzog <hert...@debian.org> Date: Wed Aug 11 15:50:56 2010 +0200 Fix install target in man/Makefile.am Commit 39c6dab89bbea9fe336f869b65e33102ba238205 introduced a regression: make install during a package build in a tree generated by make dist would no longer install the manual page... because they are already built and available in $(srcdir) while $(CURDIR) was ok for the case where the manual pages are not pre-built. No we try both paths and pick the first one that exists. diff --git a/debian/changelog b/debian/changelog index 6a748fc..86828ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ dpkg (1.15.8.4) UNRELEASED; urgency=low + [ Guillem Jover ] * Fix use after free segfault on update-alternatives --remove-all. Closes: #591653, #591654 + [ Raphaël Hertzog ] + * Fix make -C man install so that it actually finds the manual pages + to install. Closes: #591588 + -- Guillem Jover <guil...@debian.org> Thu, 05 Aug 2010 17:42:51 +0200 dpkg (1.15.8.3) unstable; urgency=low -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org