1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: gnu-which
Section: utils
Priority: optional
Maintainer: Boyuan Yang <byang@debian.org>
Build-Depends:
debhelper-compat (= 13),
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://savannah.gnu.org/projects/which
Vcs-Browser: https://salsa.debian.org/debian/gnu-which
Vcs-Git: https://salsa.debian.org/debian/gnu-which.git
Package: gnu-which
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Breaks:
debianutils (<< 5.1-2~),
Provides: which
Description: Utility to show the full path of commands
This package provides GNU implementation of which command.
This tool provides the functionality to show the full path
of commands.
|