OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-48-g5b4e1b9

Gerrit Code Review gerrit@openafs.org
Tue, 5 Oct 2010 12:17:47 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 0813ec725e6e3820159237dfcc9a848383f865aa
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.
    
    Reviewed-on: http://gerrit.openafs.org/2849
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 7d272f05059a4b467ee41a2a0d8781e9f9c4c250)
    Change-Id: Ic0468c79db043651889b2a9b2e18b0246acf7c71
    Reviewed-on: http://gerrit.openafs.org/2924

 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