File: control

package info (click to toggle)
apt-move 4.2.27-7
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 516 kB
  • sloc: sh: 7,946; awk: 275; cpp: 235; perl: 170; makefile: 69
file content (28 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (2)
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-move
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.7.0
Build-Depends: debhelper-compat (= 13), libapt-pkg-dev (>= 0.6.42),
Homepage: http://sourceforge.net/projects/apt-move/
Vcs-Browser: https://salsa.debian.org/debian/apt-move
Vcs-Git: https://salsa.debian.org/debian/apt-move.git

Package: apt-move
Architecture: any
Depends: bc,
         dash,
         ${misc:Depends},
         ${shlibs:Depends},
Recommends: apt,
Description: maintain Debian packages in a package pool
 apt-move is used to move a collection of Debian package files into a
 proper archive hierarchy as is used in the official Debian archive. It
 is intended as a tool to help manage the apt-get(8) file cache, but
 could be configured to work with any collection of Debian packages.
 .
 Running apt-move periodically will assist in managing the resulting
 partial mirror by optionally removing obsolete packages, and creating
 valid local Packages.gz files. It can also build a partial or complete
 local mirror of a Debian binary distribution (including an
 ``installed-packages only'' mirror).