1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: install-mimic
Section: utils
Priority: optional
Maintainer: Peter Pentchev <roam@debian.org>
Build-Depends: debhelper-compat (= 12), perl
Standards-Version: 4.3.0
Homepage: https://devel.ringlet.net/misc/install-mimic/
Vcs-Git: https://github.com/ppentchev/install-mimic.git -b debian/master
Vcs-Browser: https://github.com/ppentchev/install-mimic/tree/debian/master
Rules-Requires-Root: no
Package: install-mimic
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: overwrite files and preserve their ownership
The install-mimic utility copies the specified files to the specified
destination (file or directory) similarly to install(1), but it preserves
the ownership and access mode of the destination files. This is useful when
updating files that have already been installed with locally modified copies
that may be owned by the current user and not by the desired owner of the
destination file (e.g. root).
|