libpciaccess does not include any man- or info-format documentation, and if it did, the default datarootdir would be enough of a cue to install it in the right place.
Signed-off-by: Jonathan Nieder <jrnie...@gmail.com> --- That's the end of the series. Thanks for reading. debian/changelog | 2 ++ debian/rules | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a0625c3..051ccea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ libpciaccess (0.12.0-2) UNRELEASED; urgency=low * Support buildflags.conf and DEB_CFLAGS_APPEND by using dpkg-buildflags to retrieve CFLAGS. Requires a build-time dependency on dpkg-dev 1.15.7. + * Do not pass redundant --mandir and --infodir arguments to + configure in “debian/rules build”. -- Jonathan Nieder <jrnie...@gmail.com> Fri, 04 Feb 2011 19:51:53 -0600 diff --git a/debian/rules b/debian/rules index b5c3ce7..a3d1bd6 100755 --- a/debian/rules +++ b/debian/rules @@ -25,8 +25,6 @@ build/config.status: configure cd build && \ ../configure \ --prefix=/usr \ - --mandir=\$${prefix}/share/man \ - --infodir=\$${prefix}/share/info \ --with-pciids-path=\$${prefix}/share/misc \ --with-zlib \ $(confflags) \ -- 1.7.4 -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110205125436.GF18037@elie