From: matthewv Date: Sun, 6 Jul 2003 18:08:58 +0000 (+0000) Subject: add section and priority fields X-Git-Tag: debian_version_3_99_1_0_9~15 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=2b14cbce85693836fc08e46efbf7e4ba864d6670;p=chiark-utils.git add section and priority fields --- diff --git a/debian/control b/debian/control index e017f50..dae4c6e 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,8 @@ Standards-Version: 3.2.1.0 Package: chiark-backup Architecture: all Depends: chiark-rwbuffer +Section: utils +Priority: extra Description: backup system for small systems and networks These are the backup scripts used by chiark.greenend.org.uk and other systems belonging to the Sinister Greenend Organisation. Features: @@ -19,6 +21,8 @@ Description: backup system for small systems and networks Package: chiark-scripts Conflicts: chiark-named-conf, sync-accounts Replaces: chiark-named-conf, sync-accounts +Section: admin +Priority: extra Architecture: all Description: chiark system administration scripts This package contains a number of small administration scripts used @@ -40,6 +44,8 @@ Description: chiark system administration scripts Package: chiark-rwbuffer Architecture: any Depends: ${shlibs:Depends} +Section: utils +Priority: extra Description: readbuffer/writebuffer: prevents tape drive seesawing, etc. readbuffer and writebuffer: programs for reading input from devices, and writing output to, which don't like constant stopping and @@ -48,6 +54,8 @@ Description: readbuffer/writebuffer: prevents tape drive seesawing, etc. Package: chiark-really Architecture: any Depends: ${shlibs:Depends} +Section: admin +Priority: extra Description: really - a tool for gaining privilege (simple, realistic sudo) really is a program that allows certain users to become whatever user they like on request. It is a bit like sudo in that respect.