From a1788528770bad8d66f885372fb86c5074f3bc6a Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 4 Mar 2007 08:17:18 -0500 Subject: Add versioned dependency in Debian's shlibs for libblkid Add dependency to account for the new blkid function blkid_probe_all_new() was added to e2fsprogs 1.39. The lack of this versioned dependency caused a failure in rpc.mountd as detailed in Debian Bug #413057. Addresses Debian Bug: #413208 Signed-off-by: "Theodore Ts'o" --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 3b121e3d..ccf2412e 100755 --- a/debian/rules +++ b/debian/rules @@ -367,6 +367,7 @@ endif dh_makeshlibs -Ne2fsprogs-udeb -Nlibblkid1-udeb -Nlibuuid1-udeb dh_makeshlibs -plibcomerr${COMERR_SOVERSION} \ -V 'libcomerr2 (>= 1.33-3)' + dh_makeshlibs -plibblkid${BLKID_SOVERSION} -V 'libblkid1 (>= 1.39-1)' echo "udeb: libblkid 1 libblkid1-udeb" >> \ debian/libblkid1/DEBIAN/shlibs echo "udeb: libuuid 1 libuuid1-udeb" >> debian/libuuid1/DEBIAN/shlibs -- cgit v1.2.3