File: control

package info (click to toggle)
apt-mirror 0.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 244 kB
  • sloc: perl: 2,504; sh: 39; makefile: 30
file content (29 lines) | stat: -rw-r--r-- 1,148 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
28
29
Source: apt-mirror
Section: net
Priority: optional
Maintainer: Brandon Holtsclaw <me@brandonholtsclaw.com>
Uploaders: Jeremy T. Bouse <jbouse@debian.org>,
           Benjamin Drung <bdrung@debian.org>
Homepage: https://apt-mirror.github.io/
Build-Depends: debhelper-compat (= 13), lsb-release
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/apt-mirror
Vcs-Git: https://salsa.debian.org/debian/apt-mirror.git

Package: apt-mirror
Architecture: all
Depends: adduser, wget, ${misc:Depends}, ${perl:Depends}
Description: APT sources mirroring tool
 A small and efficient tool that lets you mirror a part of or
 the whole Debian GNU/Linux distribution or any other apt sources.
 .
 Main features:
  * It uses a config similar to apts <sources.list>
  * It's fully pool comply
  * It supports multithreaded downloading
  * It supports multiple architectures at the same time
  * It can automatically remove unneeded files
  * It works well on overloaded channel to internet
  * It never produces an inconsistent mirror including while mirroring
  * It works on all POSIX compliant systems with perl and wget