Include the openafs shared libraries in openafs-client and
authorEvan Broder <broder@mit.edu>
Mon, 6 Jul 2009 02:12:22 +0000 (22:12 -0400)
committerEvan Broder <broder@mit.edu>
Mon, 6 Jul 2009 02:12:22 +0000 (22:12 -0400)
libopenafs-dev. This will let us build PyAFS on our amd64 servers.

svn path=/trunk/third/openafs/; revision=2363

invirtify-openafs

index b50f31e..a0d44ad 100755 (executable)
@@ -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
 }