projects
/
invirt/third/openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Include the openafs shared libraries in openafs-client and
[invirt/third/openafs.git]
/
invirtify-openafs
diff --git
a/invirtify-openafs
b/invirtify-openafs
index
b50f31e
..
a0d44ad
100755
(executable)
--- a/
invirtify-openafs
+++ b/
invirtify-openafs
@@
-2,18
+2,25
@@
set -e
name=openafs
set -e
name=openafs
-ivversionappend=+invirt1
+ivversionappend=+invirt2
dir=$(cd "$(dirname "$0")"; pwd)
hack_package () {
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
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
EOF
+
+ QUILT_PATCHES=debian/patches quilt import "$dir/secure-pts"
add_changelog 'Allow encrypting requests to the ptserver.'
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
}
add_invirt_provides
munge_sections
}