1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: rdfind
Section: utils
Priority: optional
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 13), nettle-dev, autoconf-archive
Standards-Version: 4.6.0
Homepage: https://rdfind.pauldreik.se/
Vcs-Git: https://salsa.debian.org/debian/rdfind.git
Vcs-Browser: https://salsa.debian.org/debian/rdfind
Package: rdfind
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: find duplicate files utility
rdfind is a program to find duplicate files and optionally list, delete
them or replace them with symlinks or hard links. It is a command
line program written in c++, which has proven to be pretty quick compared
to its alternatives.
|