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 e804354..fa8d21d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ sitesummary (0.0.27) UNRELEASED; urgency=low * Add draft function is_munin_client() to sitesummary-nodes. It should be used to only list the clients with the munin-node package installed in the munin configuration. + * Let sitesummary depend on ${misc:Depends} to get the required + debconf dependency. -- Petter Reinholdtsen <pere@debian.org> Tue, 3 Jul 2007 00:49:14 +0200 diff --git a/debian/control b/debian/control index 3bfe59d..1fbc03f 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: sitesummary Architecture: all -Depends: gnupg +Depends: ${misc:Depends}, gnupg Recommends: ${misc:Depends}, apache2-mpm-worker | httpd, sitesummary-client Description: Generate site summary of submitting hosts (server part) The sitesummary system makes it easier to keep track of a lot of |