diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-10-25 13:37:56 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-10-25 13:37:56 +0000 |
commit | 9efc073fdf185f1577f5d63cad204be747ceadfd (patch) | |
tree | 1052d4fe9aa23eeeb07d5272d20eb00c2b992f2b | |
parent | d90fdd21a722c6981972a7e79f7d7780be31522a (diff) | |
download | sitesummary-9efc073fdf185f1577f5d63cad204be747ceadfd.tar.gz sitesummary-9efc073fdf185f1577f5d63cad204be747ceadfd.tar.bz2 sitesummary-9efc073fdf185f1577f5d63cad204be747ceadfd.tar.xz |
[ Petter Reinholdtse ]
* Do not recommend sitesummary from sitesummary-client, to make it
easier to install the client with aptitude without pulling in the
server.
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d418c06..f0d3ef1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +sitesummary (0.0.18) UNRELEASED; urgency=low + + [ Petter Reinholdtse ] + * Do not recommend sitesummary from sitesummary-client, to make it + easier to install the client with aptitude without pulling in the + server. + + -- Petter Reinholdtsen <pere@debian.org> Sat, 21 Oct 2006 12:03:48 +0200 + sitesummary (0.0.17) unstable; urgency=low [ Steffen Joeris ] diff --git a/debian/control b/debian/control index 7645912..85c51eb 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,8 @@ Description: Generate site summary of submitting hosts (server part) Package: sitesummary-client Architecture: all Depends: ${misc:Depends}, gnupg -Recommends: cron, dmidecode, pciutils, usbutils, lsscsi, sitesummary +Recommends: cron, dmidecode, pciutils, usbutils, lsscsi +Suggests: sitesummary Description: Generate site summary of submitting hosts (client part) The sitesummary system makes it easier to keep track of a lot of machines, by allowing each machine to report their existence once a |