1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: libtree
Section: utils
Priority: optional
Maintainer: Alex Myczko <tar@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://github.com/haampie/libtree
Vcs-Browser: https://salsa.debian.org/debian/libtree
Vcs-Git: https://salsa.debian.org/debian/libtree.git
Rules-Requires-Root: no
Package: libtree
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ldd as a tree
This is tool like ldd with these features:
- turns ldd into a tree
- explains why shared libraries are found and why not
|