diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2007-07-03 07:26:26 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2007-07-03 07:26:26 +0000 |
commit | ca957c44613901fd433ad203b91aa50a21b823b4 (patch) | |
tree | 60fb919e4b76afeccb012818bbd7c2a95c1aebd5 | |
parent | bd8862b6b69e4e72331ab4ac2f3dac851a288c14 (diff) | |
download | sitesummary-ca957c44613901fd433ad203b91aa50a21b823b4.tar.gz sitesummary-ca957c44613901fd433ad203b91aa50a21b823b4.tar.bz2 sitesummary-ca957c44613901fd433ad203b91aa50a21b823b4.tar.xz |
* Let sitesummary depend on ${misc:Depends} to get the required
debconf dependency.
-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 |