1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: debarchiver
Section: devel
Priority: optional
Maintainer: Ola Lundqvist <opal@debian.org>
Build-Depends-Indep: perl (>= 5.6.0-16), po4a, libpod-parser-perl
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.3.0
Package: debarchiver
Architecture: all
Depends: opalmod (>= 0.1.10), apt-utils | dpkg-dev, adduser, ${misc:Depends}
Recommends: default-mta | mail-transport-agent | mailutils | bsd-mailx | mailx
Suggests: devscripts, gnupg
Description: tool to handle Debian package archives
This tool can sort packages into a directory structure that apt-get
and similar tools can use as an installation source (arranged in an
old-style simple repository layout without package pools). It is meant
to be used by administrators who need special packages, or
tweaked versions to ease administration.
.
Package files placed in debarchiver's incoming directory along with the
corresponding generated ".changes" file will be sorted by a cronjob
into the appropriate directory of the repository.
|