Last change
on this file since 2371 was
2363,
checked in by broder, 16 years ago
|
Include the openafs shared libraries in openafs-client and
libopenafs-dev. This will let us build PyAFS on our amd64 servers.
|
-
Property svn:executable set to
*
|
File size:
730 bytes
|
Rev | Line | |
---|
[2316] | 1 | #!/bin/sh |
---|
| 2 | set -e |
---|
| 3 | |
---|
| 4 | name=openafs |
---|
[2363] | 5 | ivversionappend=+invirt2 |
---|
[2316] | 6 | |
---|
| 7 | dir=$(cd "$(dirname "$0")"; pwd) |
---|
| 8 | |
---|
| 9 | hack_package () { |
---|
| 10 | append_description <<EOF |
---|
| 11 | . |
---|
| 12 | This package was rebuilt for the Invirt project to allow |
---|
[2363] | 13 | encrypting communication with the ptserver, and to include |
---|
| 14 | shared libraries. |
---|
[2316] | 15 | EOF |
---|
[2363] | 16 | |
---|
| 17 | QUILT_PATCHES=debian/patches quilt import "$dir/secure-pts" |
---|
[2316] | 18 | add_changelog 'Allow encrypting requests to the ptserver.' |
---|
[2363] | 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 | |
---|
[2316] | 24 | add_invirt_provides |
---|
| 25 | munge_sections |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | . ../common/invirtificator.sh |
---|
Note: See
TracBrowser
for help on using the repository browser.