]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Correctly state what symbols openafs-dbg contains
authorRuss Allbery <rra@debian.org>
Tue, 1 Dec 2009 00:32:37 +0000 (16:32 -0800)
committerRuss Allbery <rra@debian.org>
Tue, 1 Dec 2009 00:32:37 +0000 (16:32 -0800)
* 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.

debian/changelog
debian/control

index c39b7bdd20a5b8e7cd4d5918178aca69589ed52f..f2ff2e33d2eaca4d595822c1addf2d159f9d3bf3 100644 (file)
@@ -17,6 +17,10 @@ openafs (1.4.11+dfsg-6) UNRELEASED; urgency=low
     Thanks, Anders Kaseorg.  (LP: #487535)
   * Fix configure flags used for enabling or disabling LWP and kernel
     debugging flags and always pass --disable-strip-binaries.
+  * 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.
   * In anticipation of a change in dpkg-source's defaults, force source
     package format 1.0.  The package is maintained using Git and
     generating a proper quilt series is complex and relatively pointless
index 9ed93850a57968c90b9d24a82a5476f821f7f739..5dcfcfa693604d9f9c78b00d678b922eae73b9e8 100644 (file)
@@ -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).