OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-167-g7d272f0

Gerrit Code Review gerrit@openafs.org
Sat, 25 Sep 2010 19:03:06 -0700 (PDT)


The following commit has been merged in the master branch:
commit 7d272f05059a4b467ee41a2a0d8781e9f9c4c250
Author: Russ Allbery <rra@stanford.edu>
Date:   Sat Sep 25 16:42:57 2010 -0700

    Update Debian packaging to 1.5.77-2 release
    
    Contains DKMS robustness fixes, improvements to the defaults for the
    module build, and cleanup of the openafs-client init script.  Updates
    the build system for the new demand-attach binary naming and for the
    changes to supported configure options.  Fixes some issues with
    afs-newcell.  Forces disabling of the Linux syscall probing in kernel
    module builds, since no supported Debian kernel allows this and it
    causes problems.  Update debhelper to V8, which allows simplification
    of debian/rules and debian/module/rules.
    
    Change-Id: I4db4df873607129548557389f08c7ec1480e7204
    Reviewed-on: http://gerrit.openafs.org/2849
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/packaging/Debian/README.servers             |   13 ++-
 src/packaging/Debian/afs-newcell                |    8 +-
 src/packaging/Debian/changelog.in               |   81 +++++++++++++++++++-
 src/packaging/Debian/compat                     |    2 +-
 src/packaging/Debian/control                    |   10 +-
 src/packaging/Debian/module/compat              |    2 +-
 src/packaging/Debian/module/control             |    4 +-
 src/packaging/Debian/module/control.in          |    4 +-
 src/packaging/Debian/module/rules               |   97 +++++++----------------
 src/packaging/Debian/openafs-client.init        |   37 +---------
 src/packaging/Debian/openafs-fileserver.NEWS    |   37 ++++++---
 src/packaging/Debian/openafs-fileserver.config  |    2 +-
 src/packaging/Debian/openafs-fileserver.init    |   31 ++++++-
 src/packaging/Debian/openafs-fileserver.install |    6 ++
 src/packaging/Debian/openafs-modules-dkms.dkms  |   12 ++--
 src/packaging/Debian/rules                      |   86 ++++++++++----------
 16 files changed, 242 insertions(+), 190 deletions(-)

-- 
OpenAFS Master Repository