1
0
mirror of https://git.dpkg.org/git/dpkg/dlocate.git synced 2025-04-13 14:23:53 +00:00
Files
2024-10-17 07:07:19 +02:00

28 lines
849 B
Plaintext

Source: dlocate
Section: utils
Priority: optional
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Uploaders:
Guillem Jover <guillem@debian.org>,
Vcs-Browser: https://git.dpkg.org/git/dpkg/dlocate.git
Vcs-Git: https://git.dpkg.org/cgit/dpkg/dlocate.git
Homepage: https://wiki.debian.org/Teams/Dpkg
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
Package: dlocate
Architecture: all
Depends:
dctrl-tools,
${misc:Depends},
${perl:Depends},
Recommends:
supercat,
Description: fast alternative to dpkg -L and dpkg -S
Uses GNU grep and text dumps of dpkg's data to greatly speed up finding
out which package a file belongs to (i.e. a very fast dpkg -S). Many
other uses, including options to view all files in a package, calculate
disk space used, view and check md5sums, list man pages, etc.