diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/tests/test-server-client | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 304317c..b45d2ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +sitesummary (0.1.25) UNRELEASED; urgency=medium + + * 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. + + -- Wolfgang Schweer <wschweer@arcor.de> Mon, 21 Nov 2016 17:26:46 +0100 + sitesummary (0.1.24) unstable; urgency=medium [ Wolfgang Schweer ] 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) diff --git a/debian/tests/test-server-client b/debian/tests/test-server-client index 16f9fa7..d796d43 100644 --- a/debian/tests/test-server-client +++ b/debian/tests/test-server-client @@ -17,6 +17,8 @@ export LC_ALL # Installing the binaries should set up apache on localhost and the cgi script # for the sitesummary collector. +systemctl restart apache2 + sitesummary-client find /var/lib/sitesummary |