File: changelog

package info (click to toggle)
syslog-summary 1.14-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 160 kB
  • ctags: 19
  • sloc: python: 388; xml: 219; makefile: 49
file content (195 lines) | stat: -rw-r--r-- 6,864 bytes parent folder | download
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
syslog-summary (1.14-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Build using dh-python instead of python-support.  Closes: #786037
    + This will also rewrite the shabeng.  LP: #605145
  * Use source format 3.0 (quilt).
  * Canonicalize Vcs-* fields.
  * Bump Standards-Version to 3.9.6, no changes needed.
  * Bump debhelper compat version to 9.

 -- Mattia Rizzolo <mattia@debian.org>  Tue, 15 Dec 2015 00:48:49 +0000

syslog-summary (1.14-2) unstable; urgency=low

  * debian/control:
    - updated my email address
    - DMUA removed
  * debian/patches/01-fix_shebang.patch added: use /usr/bin/python
    instead of hardcoding python2.5 (Closes: #588524)
  * debian/pyversions: required version bumped to >= 2.5

 -- David Paleino <dapal@debian.org>  Mon, 27 Sep 2010 22:34:09 +0200

syslog-summary (1.14-1) unstable; urgency=low

  * New upstream release:
    - implemented automatic decompression of .gz files (Closes: #284708)
    - refactored hashing code, not to use py2.6 deprecated libraries
      (Closes: #534451)
    - check lines against regex earlier in the code (Closes: #241712)
  * debian/watch updated
  * debian/TODO removed, that should really be an upstream file
  * debian/compat bumped to 7
  * debian/rules:
    - now uses dh7-tiny layout
    - manually set DESTDIR to fix FTBFS
    - use --with quilt
  * debian/control:
    - Build-Depends on debhelper bumped to >= 7
    - Build-Depends added on quilt >= 0.46-7~
    - Build-Depends added on python-support
    - Build-Depends added on python
    - Standards-Version bumped to 3.8.3, no changes needed
    - Vcs-* fields updated
    - added ${misc:Depends} and ${python:Depends} to Dependency field
    - removed "python" dependency (should come from python:Depends)
    - added Recommends on python-magic (for gz-compression detection)
    - DMUA set
  * debian/patches/00-fix_Makefile.patch added, fixes FTBFS
  * debian/manpages added
  * debian/README.source added
  * debian/pyversions added (only tested upstream with 2.5)

 -- David Paleino <d.paleino@gmail.com>  Fri, 18 Sep 2009 11:15:40 +0200

syslog-summary (1.13-1) unstable; urgency=low

  * This package is no longer Debian native.
  * New upstream release:
    - Implemented a "usage" output message (Closes: #416154)
  * Adopting the package (Closes: #455005)
  * Acknowledged previous NMU (Closes: #266423)
  * Standards-Version updated to 3.7.3 (no changes needed)
  * debian/watch added

 -- David Paleino <d.paleino@gmail.com>  Thu, 21 Feb 2008 19:07:22 +0100

syslog-summary (1.12-0.1) unstable; urgency=high

  * Non-maintainer upload.
  * Set urgency to high due to RC bugfix.
  * Remove harcoded python2.2 dependency in syslog-summary to help fixing RC
    bugs (Closes: #266423).
  * Update Build-Depends (Closes: #370031, #364900).
  * Bump Standards-Version.

 -- Julien Louis <ptitlouis@sysif.net>  Sun,  4 Jun 2006 13:09:08 +0200

syslog-summary (1.12) unstable; urgency=low

  * Switch to Python 2.2. (Closes: #171043)
  * Updated Debian standards version.
  * No longer provide /usr/doc symlinks. This also removes the
    cut-and-paste error that caused a symlink for freecdb to be
    created. This should require no cleanup, as that code was only
    activated if freecdb was installed, and in that case the symlink will
    eventually get cleaned by freecdb's prerm. (Closes: #183050)

 -- Tommi Virtanen <tv@debian.org>  Sun, 20 Apr 2003 18:05:41 +0300

syslog-summary (1.11) unstable; urgency=low

  * Use re instead the obsolete regex library. This changes all
    ignore-file regexps from Emacs-style to Perl-style. See
    http://py-howto.sourceforge.net/regex-to-re/node4.html
    for help on converting. (Closes: #126727, #124129)
  * Support "last message repeated n times" messages, count them
    in the total times seen. Lines processed still shows physical
    lines of log. (Closes: #67608)
  * Optimized: analyzing 10000 lines goes from 9 seconds
    to <1 second. Use python2.1 explicitly due to xreadlines.

 -- Tommi Virtanen <tv@debian.org>  Fri, 28 Dec 2001 23:13:08 +0200

syslog-summary (1.10.2) unstable; urgency=low

  * debian/control: Follow the new Python policy.

 -- Tommi Virtanen <tv@debian.org>  Mon,  5 Nov 2001 20:02:14 +0200

syslog-summary (1.10.1) unstable; urgency=low

  * Adopted the package.
  * Lintian clean, up-to-date Standards-Version, and
    no more debhelper.

 -- Tommi Virtanen <tv@debian.org>  Mon, 17 Sep 2001 18:14:33 +0300

syslog-summary (1.10) unstable; urgency=low

  * Updated to standards version 3.1.1.1.
  * Added sample-ignore file in examples directory.
  * Section and Priority fields added to .deb.

 -- Lars Wirzenius <liw@iki.fi>  Wed,  3 May 2000 09:39:52 +0300

syslog-summary (1.9) unstable; urgency=low

  * Added support for "Ddd Mmm DD HH:MM:SS" -style dates, which seem to be
    the format in which iplogger outputs them. Suggestion from Tomas Ogren.
  * Rewrote debian/rules to use debhelper.

 -- Lars Wirzenius <liw@iki.fi>  Sat, 29 Apr 2000 16:39:43 +0300

syslog-summary (1.8) unstable; urgency=low

  * Added support for "Ddd Mmm DD HH:MM" -style dates, which seem to be
    the format in which ippl outputs them. This fixes bug #35366.

 -- Lars Wirzenius <liw@iki.fi>  Sat,  7 Aug 1999 22:33:17 +0300

syslog-summary (1.7) unstable; urgency=low

  * Made sure md5obj was defined when not using states.

 -- Lars Wirzenius <liw@iki.fi>  Fri, 30 Oct 1998 14:51:04 +0200

syslog-summary (1.6) unstable; urgency=low

  * Fixed --state so that it actually works: bug caused the beginning of
    the file to be ignored when computing the md5 of the file, and the
    beginning matched the saved state.

 -- Lars Wirzenius <liw@iki.fi>  Thu, 29 Oct 1998 13:31:20 +0200

syslog-summary (1.5) unstable; urgency=low

  * Manual page is now compressed.
  * Fixed name of changelog in /usr/doc.
  * Fixed so that it works without --state.

 -- Lars Wirzenius <liw@iki.fi>  Wed, 28 Oct 1998 18:49:28 +0200

syslog-summary (1.4) unstable; urgency=low

  * Added --state option to allow syslog-summary to only report lines once.

 -- Lars Wirzenius <liw@iki.fi>  Mon, 19 Oct 1998 12:52:06 +0300

syslog-summary (1.3.1) unstable; urgency=low

  * Manual page actually installed into the .deb.

 -- Lars Wirzenius <liw@iki.fi>  Sun,  9 Aug 1998 22:36:04 +0300

syslog-summary (1.3) unstable; urgency=low

  * Added options --quiet and --ignore, to make it less painful to run
    syslog-summary every hour via cron.
  * Added a manual page.

 -- Lars Wirzenius <liw@iki.fi>  Sat,  8 Aug 1998 17:41:51 +0300

syslog-summary (1.2) unstable; urgency=low

  * Fixed the regular expression for matching the name of a month.

 -- Lars Wirzenius <liw@iki.fi>  Tue, 7 Apr 1998 16:29:16 +0300

syslog-summary (1.0) unstable; urgency=low

  * First release.

 -- Lars Wirzenius <liw@iki.fi>  Mon, 23 Feb 1998 16:03:54 +0200