diff options
author | Wolfgang Schweer <wschweer@arcor.de> | 2016-11-21 17:39:06 +0100 |
---|---|---|
committer | Wolfgang Schweer <wschweer@arcor.de> | 2016-11-21 17:39:06 +0100 |
commit | ae5092d30ec14cdbc03f9d1fe851fc281017efa8 (patch) | |
tree | 4d787c287012b692046e570666a7abfb1d4e3c27 /debian/control | |
parent | d21be903c399bc34a008acecb6aabe422427625c (diff) | |
download | sitesummary-ae5092d30ec14cdbc03f9d1fe851fc281017efa8.tar.gz sitesummary-ae5092d30ec14cdbc03f9d1fe851fc281017efa8.tar.bz2 sitesummary-ae5092d30ec14cdbc03f9d1fe851fc281017efa8.tar.xz |
Add libcgi-pm-perl to sitesummary Depends. (Previously this was
shipped with perl-modules, but now it's a separate package.)
Thanks to Antonio Terceiro.
Add apache2 restart command to tests/test-server-client as this is
needed after sitesummary.triggers has enabled the cgi module.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3ad529f..7d44248 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-edu/upstream/sitesummary.git Package: sitesummary Architecture: all Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${perl:Depends}, gnupg, net-tools +Depends: ${misc:Depends}, ${perl:Depends}, gnupg, net-tools, libcgi-pm-perl Recommends: apache2 | httpd, sitesummary-client Suggests: munin, munin-node, nagios3, nagios-plugins-standard, ldap-utils, cups-client Description: Generate site summary of submitting hosts (server part) |