diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-24 08:26:50 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-24 08:26:50 +0000 |
commit | ab5d2e601de9e5e963d672809148012ceb0933d6 (patch) | |
tree | 6b5907bd6e26cd369aceec4d2479cd86fae87561 /debian | |
parent | 40de5c4a4c57b98b131e474a8c37400bb386db10 (diff) | |
download | sitesummary-ab5d2e601de9e5e963d672809148012ceb0933d6.tar.gz sitesummary-ab5d2e601de9e5e963d672809148012ceb0933d6.tar.bz2 sitesummary-ab5d2e601de9e5e963d672809148012ceb0933d6.tar.xz |
Make sure the client work on systems without dmidecode and pciutils. Report the hostname as well.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 76d583e..c2cb4f9 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,8 @@ Description: Generate site summary of submitting hosts, server package Package: sitesummary-client Architecture: all -Depends: dmidecide, pciutils +Depends: wget +Recommends: dmidecide, pciutils Recommends: sitesummary Description: Generate site summary of submitting hosts, client package Nice client. |