set -e
name=openafs
-ivversionappend=+invirt1
+ivversionappend=+invirt2
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.
+ encrypting communication with the ptserver, and to include
+ shared libraries.
EOF
+
+ QUILT_PATCHES=debian/patches quilt import "$dir/secure-pts"
add_changelog 'Allow encrypting requests to the ptserver.'
+
+ echo 'debian/tmp/usr/lib/*.so.* usr/lib' >>debian/openafs-client.install
+ echo 'debian/tmp/usr/lib/*.so usr/lib' >>debian/libopenafs-dev.install
+ add_changelog 'Install shared libraries.'
+
add_invirt_provides
munge_sections
}