1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: safe-rm
Section: utils
Priority: optional
Maintainer: Francois Marier <francois@debian.org>
Build-Depends:
cargo:native,
debhelper-compat (= 13),
dh-cargo,
librust-glob-dev,
rustc:native,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://launchpad.net/safe-rm
Vcs-Git: https://salsa.debian.org/debian/safe-rm.git
Vcs-Browser: https://salsa.debian.org/debian/safe-rm
Package: safe-rm
Architecture: any
Depends:
${cargo:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${cargo:Recommends},
Suggests:
${cargo:Suggests},
Provides:
${cargo:Provides},
Built-Using:
${cargo:Built-Using},
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Description: wrapper around the rm command to prevent accidental deletions
This package provides a tool intended to prevent the accidental deletion
of important files by replacing rm with a wrapper, which checks the
given arguments against a configurable list of exclusions for files and
directories that should never be removed.
.
Users who attempt to delete one of these protected files or directories will
not be able to do so and will be shown a warning message instead.
.
Protected paths can be set both at the site and user levels.
|