#!/bin/sh
set -e

name=openafs
ivversionappend=+invirt1

dir=$(cd "$(dirname "$0")"; pwd)

hack_package () {
    QUILT_PATCHES=debian/patches quilt import "$dir/secure-pts"
    append_description <<EOF
 .
 This package was rebuilt for the Invirt project to allow
 encrypting communication with the ptserver.
EOF
    add_changelog 'Allow encrypting requests to the ptserver.'
    add_invirt_provides
    munge_sections
}

. ../common/invirtificator.sh
