From ddad03871f3278293f1316d80e591c426550e250 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 27 Mar 2012 11:48:18 -0700 Subject: [PATCH] debian: add pointer for e2fsprogs-udeb to libcomerr2.shlibs The udeb for btrfs-tools need libcom_err.so.2, which is packaged as a part of e2fsprogs-udeb since we don't have a separate libcomerr2 udeb. So we need to make sure the shlibs file has an explicit pointer to handle this case. Addresses-Debian-Bug: #665885 Signed-off-by: "Theodore Ts'o" --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 82a1576..1f6e7b4 100755 --- a/debian/rules +++ b/debian/rules @@ -618,7 +618,7 @@ endif dh_compress dh_makeshlibs -Ne2fsprogs-udeb -Nlibblkid1-udeb -Nlibuuid1-udeb - dh_makeshlibs -plibcomerr${COMERR_SOVERSION} \ + dh_makeshlibs --add-udeb=e2fsprogs-udeb -plibcomerr${COMERR_SOVERSION} \ -V 'libcomerr2 (>= 1.33-3)' ifneq ($(UTIL_LINUX_NG),yes) dh_makeshlibs -plibblkid${BLKID_SOVERSION} -V 'libblkid1 (>= 1.39-1)' -- 1.8.3.1