diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 247f3c7..ca31067 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.48) UNRELEASED; urgency=low + + [ Holger Levsen] + * Add depends for net-tools to sitesummary-client. + + -- Holger Levsen <holger@debian.org> Sat, 21 Mar 2009 13:58:43 +0100 + sitesummary (0.0.47) unstable; urgency=low * Fix bug in collector hook handling. Now it uses the correct diff --git a/debian/control b/debian/control index 9454df2..205cbe2 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.8.0 Package: sitesummary Architecture: all -Depends: ${misc:Depends}, gnupg +Depends: ${misc:Depends}, gnupg, net-tools Recommends: 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 |