]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Add versioned dependency in Debian's shlibs for libblkid
authorTheodore Ts'o <tytso@mit.edu>
Sun, 4 Mar 2007 13:17:18 +0000 (08:17 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 4 Mar 2007 13:17:18 +0000 (08:17 -0500)
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" <tytso@mit.edu>
debian/rules

index 3b121e3d84fe99ee4b82860994fcea8152ba818c..ccf2412e2d58ac1917eef080e9ba90f1ca824e34 100755 (executable)
@@ -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