From: Russ Allbery Date: Tue, 10 May 2005 01:50:49 +0000 (+0000) Subject: This didn't actually make it into the last release. X-Git-Tag: debian/1.3.82-1~8 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=32eef69ea4df74b9881f584366a4eed67333e687;p=packages%2Fo%2Fopenafs.git This didn't actually make it into the last release. --- diff --git a/debian/changelog b/debian/changelog index 9ad5bf6d2..226f3f79a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,11 @@ openafs (1.3.82-1) unstable; urgency=low * In all cases, only build the module appropriate to the kernel we're building against. Building an SMP module against a non-SMP kernel fails due to missing defines. (Closes: #225907) + * README.modules: Add documentation for module-assistant and recommend + it when using Debian kernels. Mention divergences from upstream in + module naming. (Closes: #253168) Emphasize that the kernel source + tree used for make-kpkg must be identically configured to the kernel + the module will be used with. -- @@ -18,11 +23,6 @@ openafs (1.3.81-5) unstable; urgency=low or ext3 and that XFS and ReiserFS will not work. upserver and upclient are now provided. Provide some information about why kaserver is not provided. (Closes: #249315) - * README.modules: Add documentation for module-assistant and recommend - it when using Debian kernels. Mention divergences from upstream in - module naming. (Closes: #253168) Emphasize that the kernel source - tree used for make-kpkg must be identically configured to the kernel - the module will be used with. * Overhaul the module build rules. - Use debhelper to build the module binary package. - Let debhelper handle the module postinst and prerm control scripts.