From: Jochen Sprickerhof Date: Thu, 19 Jun 2025 19:42:57 +0000 (+0200) Subject: debian: use dpkg-shlibdeps for library dependency calculation X-Git-Tag: v1.47.3-rc3~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c27c2fee4949c921d549a47d02cc9f43f9040dd;p=thirdparty%2Fe2fsprogs.git debian: use dpkg-shlibdeps for library dependency calculation * Drop old shlibs.local. The file is not needed and "This file should normally not be used" according to: https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#the-shlibs-files-present-on-the-system * Remove manual dependency on libcom-err2 as dpkg-shlibdeps will compute and add it to ${shlibs:Depends}. Addresses-Debian-Bug: #1108010 Signed-off-by: Jochen Sprickerhof --- diff --git a/debian/control b/debian/control index 729726c6..c17b16eb 100644 --- a/debian/control +++ b/debian/control @@ -111,7 +111,7 @@ Provides: libss2t64 (= ${binary:Version}) Breaks: libss2t64 (<< 1.47.0-2.4~exp1~) Section: libs Priority: optional -Depends: libcom-err2, ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: libss2t64, e2fsprogs (<< 1.34-1) Architecture: any Multi-Arch: same diff --git a/debian/shlibs.local b/debian/shlibs.local deleted file mode 100644 index c87a16ca..00000000 --- a/debian/shlibs.local +++ /dev/null @@ -1,6 +0,0 @@ -libext2fst64 2 -libe2p 2 -libuuid 1 -libcom_err 2 -libss 2 -libblkid 1