blob: 518a938a59541e3ec251a18a796b567e07535b72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
sitesummary (0.0.5) UNRELEASED; urgency=low
* Add debconf question for sitegroup and host class.
-- Petter Reinholdtsen <pere@debian.org> Mon, 28 Aug 2006 08:42:49 +0200
sitesummary (0.0.4) terra; urgency=low
[ Petter Reinholdtsen ]
* Reduce code duplication in SiteSummary.pm. Add new function
get_sitegroup().
* Extend site-summary script to also entries per sitegroup within a
site.
[ Steffen Joeris ]
* Add cdbs to build-depends
* Change build-depends-indep to build-depends as programs are needed
for the clean target
* Clean up control file and fix Recommends to make sure lintian is
happy
* Make sure that we use debhelper level 5 to avoid the creation of
a bad maintainer script (see #337664 for more information)
* Update debconf templates to fix a lintian warning
[ Petter Reinholdtsen ]
* Reduce compat level to 4 as #337664 is not affecting this package
after I modified it to not start the init.d script when the
package is installed. This make the source buildable in sarge.
-- Petter Reinholdtsen <pere@debian.org> Mon, 28 Aug 2006 08:05:55 +0200
sitesummary (0.0.3) terra; urgency=low
* Remove temp file when it is processed by the collector.
* Include the directories in /var/lib/sitesummary/ used by the
collector in the sitesummary package.
* Make it easier to configure the time delay from the boot until a
report is submitted.
* Change the sitesummary-client postinst to not submit information
when the package is installed.
-- Petter Reinholdtsen <pere@debian.org> Sun, 27 Aug 2006 22:13:06 +0200
sitesummary (0.0.2) terra; urgency=low
* Make temp file name more unique by adding process id to it, while
I wait for a working getpeername call.
* Add debconf question for collector URLs and site.
-- Petter Reinholdtsen <pere@debian.org> Sun, 27 Aug 2006 13:58:13 +0200
sitesummary (0.0.1) terra; urgency=low
* Initial release.
-- Petter Reinholdtsen <pere@debian.org> Sat, 26 Aug 2006 12:04:28 +0200
|