From 3110ba10faa152787d581830de0ffd56929ab764 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 10 Sep 2013 21:23:49 -0400 Subject: Initial commit. --- (limited to 'debian/control') 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" +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. -- cgit v0.9.1