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 @@
 
   * 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 <tytso@mit.edu>  Tue, 29 Jul 2003 22:58:29 -0400
+ -- Theodore Y. Ts'o <tytso@mit.edu>  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 @@
 libuuid 1 libuuid1 (>= 1.34-1)
 libext2fs 2 e2fslibs (>= 1.34-1)
 libe2p 2 e2fslibs (>= 1.34-1)
+libblkid 1 libblkid1 (>= 1.34-1)