Index: branches/debian/experimental/trunk/debian/control =================================================================== --- branches/debian/experimental/trunk/debian/control (revision 3338) +++ branches/debian/experimental/trunk/debian/control (revision 3405) @@ -73,6 +73,6 @@ Package: munin Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, perl-modules | libparse-recdescent-perl, librrds-perl (>= 1.3), libhtml-template-perl, libdigest-md5-perl, libtime-hires-perl, libstorable-perl, rrdtool, adduser, liblog-log4perl-perl, ttf-dejavu, munin-common (= ${binary:Version}), cron -Recommends: munin-node, libdate-manip-perl +Depends: ${perl:Depends}, ${misc:Depends}, perl-modules | libparse-recdescent-perl, librrds-perl (>= 1.3), libhtml-template-perl, libdigest-md5-perl, libtime-hires-perl, libstorable-perl, rrdtool, adduser, liblog-log4perl-perl, ttf-dejavu, munin-common (= ${binary:Version}), cron, libdate-manip-perl, libcgi-fast-perl +Recommends: munin-node Suggests: www-browser, httpd Description: network-wide graphing framework (grapher/gatherer) Index: branches/debian/experimental/trunk/debian/munin.logrotate =================================================================== --- branches/debian/experimental/trunk/debian/munin.logrotate (revision 2479) +++ branches/debian/experimental/trunk/debian/munin.logrotate (revision 3405) @@ -34,2 +34,11 @@ create 640 munin adm } + +/var/log/munin/munin-cgi-graph.log { + daily + missingok + rotate 7 + compress + notifempty + create 640 www-data adm +} Index: branches/debian/experimental/trunk/debian/munin.apache.conf =================================================================== --- branches/debian/experimental/trunk/debian/munin.apache.conf (revision 3261) +++ branches/debian/experimental/trunk/debian/munin.apache.conf (revision 3405) @@ -32,2 +32,10 @@ + +# Enables fastcgi for munin-cgi-graph if present + + + SetHandler fastcgi-script + + + Index: branches/debian/experimental/trunk/debian/munin.postinst =================================================================== --- branches/debian/experimental/trunk/debian/munin.postinst (revision 3153) +++ branches/debian/experimental/trunk/debian/munin.postinst (revision 3405) @@ -20,4 +20,6 @@ dpkg-statoverride --list /var/log/munin >/dev/null || \ dpkg-statoverride --update --add munin adm 0750 /var/log/munin + dpkg-statoverride --list /var/log/munin/munin-cgi-graph.log >/dev/null || \ + dpkg-statoverride --update --add www-data adm 0750 /var/log/munin dpkg-statoverride --list /var/cache/munin/www >/dev/null || \ dpkg-statoverride --update --add munin munin 0755 /var/cache/munin/www Index: branches/debian/experimental/trunk/debian/munin.postrm =================================================================== --- branches/debian/experimental/trunk/debian/munin.postrm (revision 3153) +++ branches/debian/experimental/trunk/debian/munin.postrm (revision 3405) @@ -31,4 +31,5 @@ rm -f /var/log/munin/munin-html.log* rm -f /var/log/munin/munin-limits.log* + rm -f /var/log/munin/munin-cgi-graph.log* dpkg-statoverride --remove /var/cache/munin/www