From 5a96e32f133a8d87ab97a5a4b66219096508dab9 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 10 Sep 2010 10:01:16 -0700 Subject: [PATCH] openafs-modules-dkms must depend on libc6-dev * Add a dependency on libc6-dev to openafs-modules-dkms. dkms doesn't depend on it because most kernel modules don't need it, but openafs builds userspace helper programs. Thanks, Peter Palfrader. --- debian/changelog | 3 +++ debian/control | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ad137ca95..10030db3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ openafs (1.5.75-3) UNRELEASED; urgency=low * Use dpkg --print-architecture, not --print-installation-architecture, in the openafs-fileserver config script. The latter is deprecated. Thanks, Peter Palfrader. (Closes: #594488) + * Add a dependency on libc6-dev to openafs-modules-dkms. dkms doesn't + depend on it because most kernel modules don't need it, but openafs + builds userspace helper programs. Thanks, Peter Palfrader. * Run the DKMS build commands in a subshell to work around a DKMS bug that caused the module build logs to be discarded. (LP: #593509) * Add a status command to the openafs-fileserver init script. diff --git a/debian/control b/debian/control index 156ca0f6e..37b16899f 100644 --- a/debian/control +++ b/debian/control @@ -188,7 +188,7 @@ Package: openafs-modules-dkms Section: kernel Priority: extra Architecture: all -Depends: ${misc:Depends}, dkms, bison, flex +Depends: ${misc:Depends}, dkms, bison, flex, libc6-dev Recommends: openafs-client (>= ${source:Version}) Description: AFS distributed filesystem kernel module DKMS source AFS is a distributed filesystem allowing cross-platform sharing of -- 2.39.5