From: Russ Allbery Date: Tue, 1 Dec 2009 00:32:37 +0000 (-0800) Subject: Correctly state what symbols openafs-dbg contains X-Git-Tag: debian/1.5.73.3-1~50 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f8a0e1a55396e858ccb2d0e28d6dc45432dbc9c8;p=packages%2Fo%2Fopenafs.git Correctly state what symbols openafs-dbg contains * Fix the openafs-dbg dependencies and package description to reflect its inclusion of debugging symbols for all server binaries in openafs-fileserver and openafs-dbserver, but not the legacy PAM modules. (cherry picked from commit 10ae3a2d4915ddcd1aa6e0082df578bba64ea31b) --- diff --git a/debian/control b/debian/control index 046988eb5..e8ae8b506 100644 --- a/debian/control +++ b/debian/control @@ -161,11 +161,11 @@ Section: debug Priority: extra Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${misc:Depends}, openafs-fileserver (= ${binary:Version}) - | libpam-openafs-kaserver (= ${binary:Version}) + | openafs-dbserver (= ${binary:Version}) Description: AFS distributed filesystem debugging information AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package contains the debugging information for the OpenAFS - fileserver and volserver and for libpam-openafs-kaserver. + server binaries (the openafs-fileserver and openafs-dbserver packages).