5 ivversionappend=+invirt3
7 dir=$(cd "$(dirname "$0")"; pwd)
10 append_description <<EOF
12 This package was rebuilt for the Invirt project to allow
13 encrypting communication with the ptserver, and to include
14 PIC versions of the AFS libraries.
17 QUILT_PATCHES=debian/patches quilt import "$dir/secure-pts"
18 add_changelog 'Allow encrypting requests to the ptserver.'
20 QUILT_PATCHES=debian/patches quilt import "$dir/pic-afs-libs"
21 echo 'debian/tmp/usr/lib/libafsauthent_pic.a usr/lib' >>debian/libopenafs-dev.install
22 echo 'debian/tmp/usr/lib/libafsrpc_pic.a usr/lib' >>debian/libopenafs-dev.install
23 add_changelog 'Install PIC versions of libraries.'
29 . ../common/invirtificator.sh