OSDN Git Service

debian: use more specific library file names in *.files
authorFilipe Brandenburger <filbranden@google.com>
Sat, 15 Dec 2012 04:56:55 +0000 (20:56 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 28 Dec 2012 18:55:13 +0000 (13:55 -0500)
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/e2fslibs-dev.files.in
debian/e2fslibs.files.in
debian/libblkid-dev.files.in
debian/libblkid1.files.in
debian/libcomerr2.files.in
debian/libss2.files.in
debian/libuuid1.files.in

index a1a66a6..b2cd6c9 100644 (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*
index 276b4b6..11198f7 100644 (file)
@@ -1,2 +1,2 @@
-lib/*/libext2fs*
-lib/*/libe2p*
+lib/*/libext2fs*.so.*
+lib/*/libe2p*.so.*
index 84dc3f2..7b3da36 100644 (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
index 871d7be..54ef86d 100644 (file)
@@ -1 +1 @@
-lib/*/libblkid*
+lib/*/libblkid*.so.*
index e4e5efc..16b039e 100644 (file)
@@ -1 +1 @@
-lib/*/libcom_err*
+lib/*/libcom_err*.so.*
index e5d8182..386e185 100644 (file)
@@ -1 +1 @@
-lib/*/libss*
+lib/*/libss*.so.*
index 6dc05ce..0761f3b 100644 (file)
@@ -1 +1 @@
-lib/*/libuuid*
+lib/*/libuuid*.so.*