debian: use more specific library file names in *.files

This patch specifies libraries using a more specific glob that will pick
only the lib*.so.<version> file and will not match the lib*.so symlink
and the lib*.a archive/static library.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian-1.42.9
Filipe Brandenburger 2012-12-14 20:56:55 -08:00 committed by Theodore Ts'o
parent efd968732c
commit 0e5e7284ab
7 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,7 @@
usr/lib/*/*.so
usr/lib/*/*.a
usr/lib/*/libext2fs*.so
usr/lib/*/libext2fs*.a
usr/lib/*/libe2p*.so
usr/lib/*/libe2p*.a
usr/include/ext2fs
usr/include/e2p
usr/share/info/libext2fs.info*

View File

@ -1,2 +1,2 @@
lib/*/libext2fs*
lib/*/libe2p*
lib/*/libext2fs*.so.*
lib/*/libe2p*.so.*

View File

@ -1,4 +1,4 @@
usr/lib/*/libblkid*
usr/lib/*/libblkid*.so.*
usr/include/blkid
usr/share/man/man3/libblkid.3
usr/lib/*/pkgconfig/blkid.pc

View File

@ -1 +1 @@
lib/*/libblkid*
lib/*/libblkid*.so.*

View File

@ -1 +1 @@
lib/*/libcom_err*
lib/*/libcom_err*.so.*

View File

@ -1 +1 @@
lib/*/libss*
lib/*/libss*.so.*

View File

@ -1 +1 @@
lib/*/libuuid*
lib/*/libuuid*.so.*