File: control

package info (click to toggle)
shatag 0.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 236 kB
  • sloc: python: 556; makefile: 14
file content (25 lines) | stat: -rw-r--r-- 900 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
Source: shatag
Maintainer: Didier Raboud <odyx@debian.org>
Section: misc
Priority: optional
Build-Depends: debhelper-compat (= 12),
               python3-all,
               python3-setuptools,
               dh-python | dh-sequence-python3
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian/shatag
Vcs-Git: https://salsa.debian.org/debian/shatag.git
Homepage: https://bitbucket.org/maugier/shatag

Package: shatag
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-xattr,
         python3-yaml,
         python3-pyinotify
Description: tool to store file checksums in extended attributes, and work with them
 Shatag is a tool for computing and caching file checksums, and do
 remote duplicate detection. Files are compared on their SHA-256 hash to
 find duplicates, and will use filesystem extended attributes to cache
 the checksum values.