Invirtify openafs to include the pts -encrypt patch.
[invirt/third/openafs.git] / invirtify-openafs
1 #!/bin/sh
2 set -e
3
4 name=openafs
5 ivversionappend=+invirt1
6
7 dir=$(cd "$(dirname "$0")"; pwd)
8
9 hack_package () {
10     QUILT_PATCHES=debian/patches quilt import "$dir/secure-pts"
11     append_description <<EOF
12  .
13  This package was rebuilt for the Invirt project to allow
14  encrypting communication with the ptserver.
15 EOF
16     add_changelog 'Allow encrypting requests to the ptserver.'
17     add_invirt_provides
18     munge_sections
19 }
20
21 . ../common/invirtificator.sh