diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1dbdb06 --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: pro-archman +Section: utils +Priority: extra +Maintainer: "P. J. McDermott" <pj@pehjota.net> +Build-Depends: debhelper (>= 9.0.0) +Standards-Version: 3.9.4 +Homepage: http://www.proteanos.com/dev/pro-archman/ + +Package: pro-archman +Architecture: all +Depends: ${misc: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. |