diff options
author | Holger Levsen <holger@layer-acht.org> | 2009-03-21 12:59:35 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2009-03-21 12:59:35 +0000 |
commit | feb45872c12481f498424bb6037c6dca85a643c2 (patch) | |
tree | b7448b2ea8250389f22854c263e4cec9339fd438 | |
parent | a8fa78ab3c73dc02efd6dac1d854d1a2583fbe3d (diff) | |
download | sitesummary-feb45872c12481f498424bb6037c6dca85a643c2.tar.gz sitesummary-feb45872c12481f498424bb6037c6dca85a643c2.tar.bz2 sitesummary-feb45872c12481f498424bb6037c6dca85a643c2.tar.xz |
Add depends for net-tools to sitesummary-client.
-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 |