]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
debian: use dpkg-shlibdeps for library dependency calculation
authorJochen Sprickerhof <jspricke@debian.org>
Thu, 19 Jun 2025 19:42:57 +0000 (21:42 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Mon, 23 Jun 2025 06:57:04 +0000 (08:57 +0200)
* 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 <git@jochen.sprickerhof.de>
debian/control
debian/shlibs.local [deleted file]

index 729726c60c5a7082101792923c4a89abca21508c..c17b16eb1adb4049a3901dad6df4eeb800ace5d1 100644 (file)
@@ -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 (file)
index c87a16c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-libext2fst64   2
-libe2p         2
-libuuid                1
-libcom_err     2
-libss          2
-libblkid       1