[debian-edu-commits] debian-edu/upstream/ 01/01: 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.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Mon Nov 21 16:40:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository sitesummary.

commit ae5092d30ec14cdbc03f9d1fe851fc281017efa8
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon Nov 21 17:39:06 2016 +0100

    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.
---
 debian/changelog                | 10 ++++++++++
 debian/control                  |  2 +-
 debian/tests/test-server-client |  2 ++
 3 files changed, 13 insertions(+), 1 deletion(-)

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 at 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/sitesummary.git



More information about the debian-edu-commits mailing list