diff options
-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. |