From: Russ Allbery Date: Fri, 2 Sep 2011 01:21:17 +0000 (-0700) Subject: Add changelog entry for libuafs build fix X-Git-Tag: debian/1.6.0-1~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d9a14d1736223d3ccbb5a7846d36925055ea0aa6;p=packages%2Fo%2Fopenafs.git Add changelog entry for libuafs build fix --- diff --git a/debian/changelog b/debian/changelog index 8743327d6..bab803083 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,10 @@ openafs (1.6.0-1) UNRELEASED; urgency=low - An Rx connection reference count leak is fixed in bulkstat - Handle unparsable directory objects - Handle Kerberos credential cache errors in aklog + * Generate stub header files that include the actual system header when + building libuafs instead of symlinking h to the appropriate directory. + Fixes build failures now that Debian has switched to multiarch and + moved some of the system headers. (Closes: #639063) * Fix another Doxygen call to generate a configuration file, and remove the generated configuration files after Doxygen runs.