diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/debian/control b/debian/control index a8d5b93..f89444c 100644 --- a/debian/control +++ b/debian/control @@ -10,13 +10,25 @@ Package: sitesummary Architecture: all Depends: gnupg Recommends: ${misc:Depends}, apache2-mpm-worker | httpd, sitesummary-client -Description: Generate site summary of submitting hosts, server package - Nice server. +Description: Generate site summary of submitting hosts (server part) + The sitesummary system make it easier to keep track of a lot of + machines, by allowing each machine to report their existence once a + day to a central collector, and using this collector to make summary + reports about the hosts. + . + This package is the server part, with the collector and report + scripts. Package: sitesummary-client Architecture: all Depends: ${misc:Depends}, gnupg Recommends: cron, dmidecide, pciutils, usbutils, lsscsi, sitesummary -Description: Generate site summary of submitting hosts, client package - Nice client. +Description: Generate site summary of submitting hosts (client part) + The sitesummary system make it easier to keep track of a lot of + machines, by allowing each machine to report their existence once a + day to a central collector, and using this collector to make summary + reports about the hosts. + . + This package is the client part, reporting in to the server after + boot and once a day |