diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-29 06:27:35 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-29 06:27:35 +0000 |
commit | f7d57d4107feebb6b32336d204ec7e3a996d6763 (patch) | |
tree | 24dc00da369f883446ff19e959531045c3b90d7c | |
parent | 4541ad75010b3ca2c2855332298607256b81bad8 (diff) | |
download | sitesummary-f7d57d4107feebb6b32336d204ec7e3a996d6763.tar.gz sitesummary-f7d57d4107feebb6b32336d204ec7e3a996d6763.tar.bz2 sitesummary-f7d57d4107feebb6b32336d204ec7e3a996d6763.tar.xz |
* Let the client recommend cron, as it need it to call
in after the initial submission after boot.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 647528d..a615ee0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.6) UNRELEASED; urgency=low + + * Let the client recommend cron, as it need it to call + in after the initial submission after boot. + + -- Petter Reinholdtsen <pere@debian.org> Tue, 29 Aug 2006 08:26:35 +0200 + sitesummary (0.0.5) terra; urgency=low [ Petter Reinholdtsen ] diff --git a/debian/control b/debian/control index 0e4b17f..e37d0a1 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Description: Generate site summary of submitting hosts, server package Package: sitesummary-client Architecture: all Depends: ${misc:Depends}, gnupg -Recommends: dmidecide, pciutils, usbutils, lsscsi, sitesummary +Recommends: cron, dmidecide, pciutils, usbutils, lsscsi, sitesummary Description: Generate site summary of submitting hosts, client package Nice client. |