From: Theodore Ts'o Date: Sun, 4 Mar 2007 13:17:18 +0000 (-0500) Subject: Add versioned dependency in Debian's shlibs for libblkid X-Git-Tag: E2FSPROGS-1_40~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1788528770bad8d66f885372fb86c5074f3bc6a;p=thirdparty%2Fe2fsprogs.git 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" --- diff --git a/debian/rules b/debian/rules index 3b121e3d8..ccf2412e2 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