1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: doas
Section: admin
Priority: optional
Maintainer: Scupake <scupake@riseup.net>
Build-Depends: debhelper-compat (= 12),
bison,
libpam0g-dev,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian/doas
Vcs-Git: https://salsa.debian.org/debian/doas.git
Homepage: https://github.com/Duncaen/OpenDoas
Rules-Requires-Root: binary-targets
Package: doas
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: minimal replacement for sudo
OpenDoas: a portable version of OpenBSD's doas command
doas is a minimal replacement for the venerable sudo. It was initially written
by Ted Unangst of the OpenBSD project to provide 95% of the features of sudo
with a fraction of the codebase.
|