blob: eb69a0c2a4689a0e6993d69da3a0df0f8b08e0b8 (
plain)
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
30
|
Source: pro-archman
Section: utils
Priority: extra
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
Build-Depends: debhelper (>= 11.0.0)
Standards-Version: 3.9.8
Homepage: http://www.proteanos.com/dev/pro-archman/
Package: pro-archman
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: ProteanOS archive manager
This is pro-archman, the ProteanOS Archive Manager.
.
pro-archman manages packages in an archive laid out as explained in this
specification:
.
http://www.proteanos.com/dev/archive/layout/
.
The ProteanOS Archive Manager can:
.
* Include new packages into an archive;
* Scan an "incoming" directory for new packages;
* Remove packages from an archive suite;
* Copy packages from one archive suite to another;
* Remove an archive suite;
* Efficiently generate feed index files that package managers can use
to find packages in the archive; and
* Remove old package files after a delay, allowing package managers to
find packages listed in cached feed index files.
|