From: Theodore Ts'o Date: Wed, 30 Jul 2003 03:35:22 +0000 (-0400) Subject: Explicitly specify the version of libblkid1 needed in e2fsprogs.shlibs.local X-Git-Tag: E2FSPROGS-1_35-WIP-0801~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8badf17f2e64081794c667ca60982653f25a1b28;p=tools%2Fe2fsprogs.git Explicitly specify the version of libblkid1 needed in e2fsprogs.shlibs.local in order to avoid picking up the wrong depedency. (Debian packaging issue, closes Debian bug #203157) --- diff --git a/debian/changelog b/debian/changelog index 57ef36d..d5467a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,11 @@ e2fsprogs (1.34-2) unstable; urgency=low * Fix erroneous reference to /usr/share/doc/e2fsprogs/html-info in /usr/share/doc-base/libext2fs (Closes: #203157) + * Explicitly specify the version of libblkid1 needed in + e2fsprogs.shlibs.local in order to avoid picking up the wrong depedency. + (Closes: #203157) - -- Theodore Y. Ts'o Tue, 29 Jul 2003 22:58:29 -0400 + -- Theodore Y. Ts'o Tue, 29 Jul 2003 23:14:32 -0400 e2fsprogs (1.34-1.1) unstable; urgency=low diff --git a/debian/e2fsprogs.shlibs.local b/debian/e2fsprogs.shlibs.local index f62a1dc..b483de4 100644 --- a/debian/e2fsprogs.shlibs.local +++ b/debian/e2fsprogs.shlibs.local @@ -3,3 +3,4 @@ libss 2 libss2 (>= 1.34-1) libuuid 1 libuuid1 (>= 1.34-1) libext2fs 2 e2fslibs (>= 1.34-1) libe2p 2 e2fslibs (>= 1.34-1) +libblkid 1 libblkid1 (>= 1.34-1)