File: control

package info (click to toggle)
dupd 1.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,696 kB
  • sloc: ansic: 8,381; sh: 879; makefile: 131; perl: 58
file content (27 lines) | stat: -rw-r--r-- 778 bytes parent folder | download
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
Source: dupd
Maintainer: Ermakov Alexander <ermakovav@altgtu.ru>
Section: utils
Build-Depends:
 debhelper-compat (= 13),
 bash-completion,
 libsqlite3-dev,
 libssl-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/jvirkki/dupd
Vcs-Browser: https://github.com/ermakov0/dupd
Vcs-Git: https://github.com/ermakov0/dupd.git

Package: dupd
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 bash-completion,
Description: duplicate file finder CLI utility
 dupd enables an exploratory approach to finding duplicates in your
 filesystems instead of only showing a static list of duplicate
 files. See the docs directory for more information and examples.
 .
 dupd also seeks to be fast. For most file sets it performs better than
 other popular tools.