diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/sitesummary.install | 1 |
3 files changed, 11 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index de17647..439ba65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,21 @@ sitesummary (0.0.6) UNRELEASED; urgency=low + [ Petter Reinholdtsen ] * Let the client recommend cron, as it need it to call in after the initial submission after boot. * Add trivial sitesummary-makewebreport to make a web page with the summary results. * Let the collector store the IP peer info about each entry. Not yet working, as the getpeername() code is broken. - - -- Petter Reinholdtsen <pere@debian.org> Tue, 29 Aug 2006 08:26:35 +0200 + + [ Morten Werner Olsen ] + * Move sitesummary-collector.cgi into /usr/share/sitesummary/cgi-bin/ . + * Rewrite Apache example config and place it in /etc/apache2/conf.d/ + as /etc/apache2/sites-available/ is ment for new virtualhosts (which + is not what we want). + * Add myself as uploader. + + -- Morten Werner Olsen <werner@debian.org> Wed, 30 Aug 2006 23:51:38 +0200 sitesummary (0.0.5) terra; urgency=low diff --git a/debian/control b/debian/control index e37d0a1..a8d5b93 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sitesummary Section: misc Priority: optional Maintainer: Debian Edu Developers <debian-edu@lists.debian.org> -Uploaders: Petter Reinholdtsen <pere@debian.org> +Uploaders: Petter Reinholdtsen <pere@debian.org>, Morten Werner Olsen <werner@debian.org> Build-Depends: debhelper (>= 4), cdbs Standards-Version: 3.7.2 diff --git a/debian/sitesummary.install b/debian/sitesummary.install index 1223730..597bc6c 100644 --- a/debian/sitesummary.install +++ b/debian/sitesummary.install @@ -1,5 +1,4 @@ debian/tmp/etc/apache2 -debian/tmp/usr/lib/cgi-bin debian/tmp/usr/lib/sitesummary/*-summary debian/tmp/usr/sbin/sitesummary-makewebreport debian/tmp/usr/share/perl5 |