File: control

package info (click to toggle)
apt-mirror 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 160 kB
  • sloc: perl: 810; sh: 39; makefile: 30
file content (28 lines) | stat: -rw-r--r-- 1,146 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
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: http://apt-mirror.github.com/
Build-Depends: debhelper (>= 9), lsb-release
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/apt-mirror.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/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