diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-10-06 15:19:55 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-10-06 15:19:55 +0000 |
commit | cb70f95eaae71fc0c671561e79c9cb5f534ccb36 (patch) | |
tree | 169f36da8fc992fcfd345678d35bf94fcd2e8e31 | |
parent | 4ceec3c67379d7985f2d1b3dbee98f31b2e3882f (diff) | |
download | sitesummary-cb70f95eaae71fc0c671561e79c9cb5f534ccb36.tar.gz sitesummary-cb70f95eaae71fc0c671561e79c9cb5f534ccb36.tar.bz2 sitesummary-cb70f95eaae71fc0c671561e79c9cb5f534ccb36.tar.xz |
* Correct typo in recommends list for sitesummary-client;
dmidecide->dmidecode. (Closes: #391255)
-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 |