diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-12-02 23:48:06 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-12-02 23:48:06 +0000 |
commit | 6d0d1636d0addbfea8ebc7cffc9ba0b0e4a2c629 (patch) | |
tree | 8a1c4b7ac4dda8659ad2878ac8aa5984a5660eea | |
parent | 5d6796c87cd41435463fa66d0af6c012c7110105 (diff) | |
download | sitesummary-6d0d1636d0addbfea8ebc7cffc9ba0b0e4a2c629.tar.gz sitesummary-6d0d1636d0addbfea8ebc7cffc9ba0b0e4a2c629.tar.bz2 sitesummary-6d0d1636d0addbfea8ebc7cffc9ba0b0e4a2c629.tar.xz |
* Add perl-modules as dependency for sitesummary-client, to make
sure Getopt::Std is available for sitesummary-upload.
-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) |