Changeset 2363 for trunk


Ignore:
Timestamp:
Jul 5, 2009, 10:12:22 PM (15 years ago)
Author:
broder
Message:

Include the openafs shared libraries in openafs-client and
libopenafs-dev. This will let us build PyAFS on our amd64 servers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/third/openafs/invirtify-openafs

    r2316 r2363  
    33
    44name=openafs
    5 ivversionappend=+invirt1
     5ivversionappend=+invirt2
    66
    77dir=$(cd "$(dirname "$0")"; pwd)
    88
    99hack_package () {
    10     QUILT_PATCHES=debian/patches quilt import "$dir/secure-pts"
    1110    append_description <<EOF
    1211 .
    1312 This package was rebuilt for the Invirt project to allow
    14  encrypting communication with the ptserver.
     13 encrypting communication with the ptserver, and to include
     14 shared libraries.
    1515EOF
     16
     17    QUILT_PATCHES=debian/patches quilt import "$dir/secure-pts"
    1618    add_changelog 'Allow encrypting requests to the ptserver.'
     19
     20    echo 'debian/tmp/usr/lib/*.so.*                             usr/lib' >>debian/openafs-client.install
     21    echo 'debian/tmp/usr/lib/*.so                 usr/lib' >>debian/libopenafs-dev.install
     22    add_changelog 'Install shared libraries.'
     23
    1724    add_invirt_provides
    1825    munge_sections
Note: See TracChangeset for help on using the changeset viewer.