File: control

package info (click to toggle)
afio 2.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 768 kB
  • sloc: ansic: 4,972; sh: 139; makefile: 75; awk: 19
file content (26 lines) | stat: -rw-r--r-- 967 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
Source: afio
Section: utils
Priority: optional
Maintainer: xiao sheng wen <atzlinux@sina.com>
Build-Depends: debhelper-compat (= 13),
 cpio,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/afio.git
Vcs-Browser: https://salsa.debian.org/debian/afio
Homepage: https://github.com/kholtman/afio

Package: afio
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: archive file manipulation program
 Afio manipulates groups of files, copying them within or between
 filesystems and an afio archive.
 .
 Afio archives are portable as they contain only ASCII-formatted header
 information. Afio makes cpio-format archives.  Afio deals somewhat
 gracefully with input data corruption.  Afio supports multi-volume
 archives during interactive operation.  Afio can make compressed
 archives that are much safer than compressed tar or cpio archives.
 .
 Afio is best used as an `archive engine' in a backup script.