File: control

package info (click to toggle)
cksfv 1.3.15-2
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 428 kB
  • sloc: ansic: 953; sh: 341; makefile: 34
file content (21 lines) | stat: -rw-r--r-- 775 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
Source: cksfv
Section: utils
Priority: optional
Maintainer: Sébastien Noel <sebastien@twolife.be>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://gitlab.com/heikkiorsila/cksfv
#Vcs-Browser: https://salsa.debian.org/debian/cksfv
#Vcs-Git: https://salsa.debian.org/debian/cksfv.git

Package: cksfv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: sfv checker and generator
 SFV, Simple File Verification, uses crc32 checksums to verify
 that files are intact. cksfv automates the task of generating
 and checking .sfv sheets.
 For integrity, md5 checksums are probably a better alternative,
 but sfv is a widely used method for verification on the
 USENET binary newsgroups and other places.