Changeset 2363
- Timestamp:
- Jul 5, 2009, 10:12:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/third/openafs/invirtify-openafs
r2316 r2363 3 3 4 4 name=openafs 5 ivversionappend=+invirt 15 ivversionappend=+invirt2 6 6 7 7 dir=$(cd "$(dirname "$0")"; pwd) 8 8 9 9 hack_package () { 10 QUILT_PATCHES=debian/patches quilt import "$dir/secure-pts"11 10 append_description <<EOF 12 11 . 13 12 This package was rebuilt for the Invirt project to allow 14 encrypting communication with the ptserver. 13 encrypting communication with the ptserver, and to include 14 shared libraries. 15 15 EOF 16 17 QUILT_PATCHES=debian/patches quilt import "$dir/secure-pts" 16 18 add_changelog 'Allow encrypting requests to the ptserver.' 19 20 echo 'debian/tmp/usr/lib/*.so.* usr/lib' >>debian/openafs-client.install 21 echo 'debian/tmp/usr/lib/*.so usr/lib' >>debian/libopenafs-dev.install 22 add_changelog 'Install shared libraries.' 23 17 24 add_invirt_provides 18 25 munge_sections
Note: See TracChangeset
for help on using the changeset viewer.