diff options
Diffstat (limited to 'debian')
-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 68b3b0c..54eb06e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.14~1) unstable; urgency=low + + * Correct typo in recommends list for sitesummary-client; + dmidecide->dmidecode. (Closes: #391255) + + -- Petter Reinholdtsen <pere@debian.org> Fri, 6 Oct 2006 17:17:17 +0200 + sitesummary (0.0.13) unstable; urgency=low * Change server cron job to remove entries after 120 days. diff --git a/debian/control b/debian/control index 110cf07..d2cb0b1 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Description: Generate site summary of submitting hosts (server part) Package: sitesummary-client Architecture: all Depends: ${misc:Depends}, gnupg -Recommends: cron, dmidecide, pciutils, usbutils, lsscsi, sitesummary +Recommends: cron, dmidecode, pciutils, usbutils, lsscsi, 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 |