From: James Simmons Date: Thu, 23 Apr 2015 13:12:07 +0000 (-0400) Subject: LU-6387 build: lustre-dev debain package missing shared libraries X-Git-Tag: 2.7.53~23 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8ca3a752fc428d35f6ce4cf035dafdfc3d25d4e7;p=fs%2Flustre-release.git 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 --- 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