openafs (1.4.2~fc4-1) unstable; urgency=low
* New upstream release candidate.
+ * Build an openafs-dbg package with debugging information for all
+ OpenAFS binaries.
+ * Update to debhelper compatibility level V5.
- -- Russ Allbery <rra@debian.org> Tue, 26 Sep 2006 15:47:02 -0700
+ -- Russ Allbery <rra@debian.org> Tue, 26 Sep 2006 15:56:25 -0700
openafs (1.4.2~fc2-1) unstable; urgency=low
Priority: optional
Maintainer: Sam Hartman <hartmans@debian.org>
Uploaders: Russ Allbery <rra@debian.org>
-Build-Depends: debhelper (>= 4.1.16), libncurses5-dev, libpam0g-dev, bison, docbook-to-man, flex, perl, comerr-dev, libkrb5-dev
+Build-Depends: debhelper (>= 5), libncurses5-dev, libpam0g-dev, bison, docbook-to-man, flex, perl, comerr-dev, libkrb5-dev
Standards-Version: 3.7.2
Package: openafs-client
This package provides a PAM module for existing sites using the AFS
kaserver for authentication. New sites should use a Kerberos v5
implementation, a Kerberos v5 PAM module, and libpam-openafs-session.
+
+Package: openafs-dbg
+Priority: extra
+Depends: openafs-client (= ${binary:Version})
+Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64 ppc64
+Section: libdevel
+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 all of the OpenAFS
+ binaries in openafs-client, openafs-fileserver, openafs-dbserver,
+ openafs-krb5, etc. Make sure the version of this package matches the
+ version of the package being debugged.