From 8ca3a752fc428d35f6ce4cf035dafdfc3d25d4e7 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Thu, 23 Apr 2015 09:12:07 -0400 Subject: [PATCH] LU-6387 build: lustre-dev debain package missing shared libraries While testing on our Ubuntu platform I discovered several tools didn't work due to missing shared libraries from lustre. This was due to the build system packaging only the static libraries. This patch ensure that dynamic libraries are packaged as well. Change-Id: Ic8923fc8aa552d5afb95813f52526c5663eb9af6 Signed-off-by: James Simmons Reviewed-on: http://review.whamcloud.com/14544 Tested-by: Jenkins Reviewed-by: Blake Caldwell Reviewed-by: Thomas Stibor Tested-by: Maloo Reviewed-by: Oleg Drokin --- debian/lustre-dev.install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/lustre-dev.install b/debian/lustre-dev.install index 9323430..65ab682 100644 --- a/debian/lustre-dev.install +++ b/debian/lustre-dev.install @@ -1,4 +1,5 @@ -lustre/contrib/README usr/share/doc/lustre-dev/contrib +lustre/contrib/README usr/share/doc/lustre-dev/contrib lustre/contrib/mpich-1.2.6-lustre.patch usr/share/doc/lustre-dev/contrib debian/tmp/usr/include/lustre/* usr/include/lustre +debian/tmp/usr/lib/*.so usr/lib debian/tmp/usr/lib/*.a usr/lib -- 1.8.3.1