diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5594050..989ea70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ sitesummary (0.0.5) UNRELEASED; urgency=low [ Petter Reinholdtsen ] * Add debconf question for sitegroup and host class. * Collect output from lsusb and lsscsi if they are present. + * Drop wget as dependency for sitesummary-client. It is no longer used. [ Steffen Joeris ] * Update debian/copyright file diff --git a/debian/control b/debian/control index f4b1e33..0e4b17f 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Description: Generate site summary of submitting hosts, server package Package: sitesummary-client Architecture: all -Depends: ${misc:Depends}, wget, gnupg +Depends: ${misc:Depends}, gnupg Recommends: dmidecide, pciutils, usbutils, lsscsi, sitesummary Description: Generate site summary of submitting hosts, client package Nice client. |