1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Subject: Collected Debian patches for the AFS Perl module
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Author: Russ Allbery <rra@debian.org>
This patch collects multiple Debian fixes to the AFS Perl module.
There are various build system fixes for builds on Debian's platforms
and to increase the use of the PIC versions of libafsauthent and
libafsrpc. src/Makefile.PL has also been patched to allow bypassing
detection of the AFS sysname by setting AFS_SYSNAME.
Added by Simon Wilkinson are additions of bos addhost, bos removehost,
bos adduser, bos removeuser, bos setrestart, and bos setcellname to the
BOS module.
All Debian changes are collected into a single patch because the packaging
is done in Git. For more detailed change history and separate change
sets, clone the Git repository. See the Vcs-Git header in the source
package for the URL.
|