diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 0b34d18..6fdbeb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ sitesummary (0.0.20) UNRELEASED; urgency=low      on a vmware box.    * Improve template text to include the example URL. to make it      easier to come up with URLs usable from external machines. +  * Add perl-modules as dependency for sitesummary-client, to make +    sure Getopt::Std is available for sitesummary-upload.   -- Petter Reinholdtsen <pere@debian.org>  Sun, 19 Nov 2006 21:52:41 +0100 diff --git a/debian/control b/debian/control index 915b964..a4b91f2 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Description: Generate site summary of submitting hosts (server part)  Package: sitesummary-client  Architecture: all -Depends: ${misc:Depends}, gnupg +Depends: ${misc:Depends}, gnupg, perl-modules  Recommends: cron, dmidecode, pciutils, usbutils, lsscsi  Suggests: sitesummary  Description: Generate site summary of submitting hosts (client part) | 
