Merge ~bryce/ubuntu/+source/logwatch:logwatch-merge-v7.5.2-1-focal into ubuntu/+source/logwatch:debian/sid

Proposed by Bryce Harrington
Status: Merged
Approved by: Christian Ehrhardt 
Approved revision: bb813612601382f819aa25edbab6a1dfe65b1581
Merge reported by: Bryce Harrington
Merged at revision: bb813612601382f819aa25edbab6a1dfe65b1581
Proposed branch: ~bryce/ubuntu/+source/logwatch:logwatch-merge-v7.5.2-1-focal
Merge into: ubuntu/+source/logwatch:debian/sid
Diff against target: 402 lines (+259/-2)
2 files modified
debian/changelog (+255/-0)
debian/control (+4/-2)
Reviewer Review Type Date Requested Status
Christian Ehrhardt  (community) Approve
Canonical Server Pending
git-ubuntu developers Pending
Review via email: mp+378023@code.launchpad.net

Description of the change

Merge with Debian's package.

PPA with test packages: ppa:bryce/logwatch-merge-v7.5.2-1
  $ sudo add-apt-repository -yus
  <test directions>

Usual tags pushed for review, to this branch:
  branch url https://code.launchpad.net/~bryce/ubuntu/+source/logwatch/+git/logwatch/+ref/logwatch-merge-v7.5.2-1-focal
  - logical/7.5.0-2ubuntu1
  - reconstruct/7.5.0-2ubuntu1
  - split/7.5.0-2ubuntu1
  - upload/7.5.0-2ubuntu1

For reference, the previous merge's MP is:
  https://code.launchpad.net/~bryce/ubuntu/+source/logwatch/+git/logwatch/+merge/367812

To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Changelog:
- [√] old content and logical tag match as expected
- [√] changelog entry correct version and targeted codename
- [√] changelog entries correct
- [√] update-maintainer has been run (better than my take last time)

Actual changes:
- [√] no major upstream changes to consider (the systemd improvements seem good to have for 20.04)
- [-] no further upstream version to consider - there would be 7.5.3.
      Maybe not worth going ahead, but there are more systemd improvements to avoid false positives that would be great. Given how trivial the merge is maybe add a re-check right before FF is Debian has updated?
- [√] debian changes look safe

Old Delta:
- [√] dropped changes are ok to be dropped
- [√] nothing else to drop
- [√] changes forwarded upstream/debian (if appropriate)

New Delta:
- [√] no new patches added

Build/Test:
- [√] build is ok
- [√] sanity checks test fine

Overall +1 hoping for 7.5.3 to be re-mergeable in time

review: Approve
Revision history for this message
Bryce Harrington (bryce) wrote :

Thanks, I've added a card to check again next month.

$ git push pkg upload/7.5.2-1ubuntu1
Counting objects: 17, done.
Delta compression using up to 6 threads.
Compressing objects: 100% (17/17), done.
Writing objects: 100% (17/17), 4.43 KiB | 2.22 MiB/s, done.
Total 17 (delta 12), reused 0 (delta 0)
To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/logwatch
 * [new tag] upload/7.5.2-1ubuntu1 -> upload/7.5.2-1ubuntu1

$ dput ubuntu ../logwatch_7.5.2-1ubuntu1_source.changes
Checking signature on .changes
gpg: ../logwatch_7.5.2-1ubuntu1_source.changes: Valid signature from E603B2578FB8F0FB
Checking signature on .dsc
gpg: ../logwatch_7.5.2-1ubuntu1.dsc: Valid signature from E603B2578FB8F0FB
Package includes an .orig.tar.gz file although the debian revision suggests
that it might not be required. Multiple uploads of the .orig.tar.gz may be
rejected by the upload queue management software.
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading logwatch_7.5.2-1ubuntu1.dsc: done.
  Uploading logwatch_7.5.2.orig.tar.gz: done.
  Uploading logwatch_7.5.2-1ubuntu1.debian.tar.xz: done.
  Uploading logwatch_7.5.2-1ubuntu1_source.buildinfo: done.
  Uploading logwatch_7.5.2-1ubuntu1_source.changes: done.
Successfully uploaded packages.

Revision history for this message
Bryce Harrington (bryce) wrote :

This has migrated.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index d078724..c9b34f5 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+logwatch (7.5.2-1ubuntu1) focal; urgency=medium
7+
8+ * Merge with Debian unstable. Remaining changes:
9+ - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
10+ Suggests as they are in universe.
11+
12+ -- Bryce Harrington <bryce@canonical.com> Thu, 23 Jan 2020 11:53:10 -0800
13+
14 logwatch (7.5.2-1) unstable; urgency=medium
15
16 * New upstream version 7.5.2
17@@ -6,12 +14,40 @@ logwatch (7.5.2-1) unstable; urgency=medium
18
19 -- Willi Mann <willi@debian.org> Sun, 12 Jan 2020 12:25:08 +0100
20
21+logwatch (7.5.0-2ubuntu1) eoan; urgency=medium
22+
23+ * Merge with Debian unstable. Remaining changes:
24+ - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
25+ Suggests as they are in universe.
26+ * Dropped:
27+ - debian/control: depend on postfix rather than exim4.
28+ [default-mta is provided by postfix as of precise at least]
29+ - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation.
30+ [While the file is no longer present, it'll just be silently
31+ ignored if it's listed in the config file, so no need to maintain
32+ a delta against debian for this.]
33+
34+ -- Bryce Harrington <bryce@canonical.com> Thu, 23 May 2019 10:40:17 -0700
35+
36 logwatch (7.5.0-2) unstable; urgency=high
37
38 * s/s/kernel: fix typo. closes: 917836
39
40 -- Willi Mann <willi@debian.org> Sat, 09 Mar 2019 18:14:03 +0100
41
42+logwatch (7.5.0-1ubuntu1) disco; urgency=medium
43+
44+ * Merge with Debian unstable (LP: #1810928). Remaining changes:
45+ - debian/control: depend on postfix rather than exim4.
46+ - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
47+ - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
48+ Suggests as they are in universe.
49+ * Dropped Changes:
50+ - d/p/ssh-ignore-disconnected.patch: [sshd] ignore disconnected from user
51+ [upstream]
52+
53+ -- Karl Stenerud <kstenerud@gmail.com> Wed, 09 Jan 2019 10:55:11 +0100
54+
55 logwatch (7.5.0-1) unstable; urgency=medium
56
57 * New upstream version
58@@ -50,6 +86,23 @@ logwatch (7.4.3+git20180713-1) unstable; urgency=medium
59
60 -- Willi Mann <willi@debian.org> Tue, 02 Oct 2018 19:52:16 +0200
61
62+logwatch (7.4.3+git20161207-2ubuntu2) cosmic; urgency=medium
63+
64+ * d/p/ssh-ignore-disconnected.patch: [sshd] ignore disconnected from user
65+ USER (LP: 1644057)
66+
67+ -- Karl Stenerud <karl.stenerud@canonical.com> Fri, 31 Aug 2018 09:44:50 -0700
68+
69+logwatch (7.4.3+git20161207-2ubuntu1) zesty; urgency=medium
70+
71+ * Merge from Debian testing. Remaining changes:
72+ - debian/control: depend on postfix rather than exim4.
73+ - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
74+ - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
75+ Suggests as they are in universe.
76+
77+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Feb 2017 09:08:52 +0100
78+
79 logwatch (7.4.3+git20161207-2) unstable; urgency=medium
80
81 * Revert upstream's change of the declared mail charset.
82@@ -69,6 +122,16 @@ logwatch (7.4.3+git20161207-1) unstable; urgency=medium
83
84 -- Willi Mann <willi@debian.org> Fri, 16 Dec 2016 20:15:26 +0100
85
86+logwatch (7.4.3-2ubuntu1) zesty; urgency=medium
87+
88+ * Merge from Debian unstable. Remaining changes:
89+ - debian/control: depend on postfix rather than exim4.
90+ - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
91+ - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
92+ Suggests as they are in universe.
93+
94+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Dec 2016 16:46:22 +0100
95+
96 logwatch (7.4.3-2) unstable; urgency=medium
97
98 * s/s/amavis: Fix perl warning "redundant argument in sprintf".
99@@ -77,6 +140,16 @@ logwatch (7.4.3-2) unstable; urgency=medium
100
101 -- Willi Mann <willi@debian.org> Wed, 02 Nov 2016 19:32:35 +0100
102
103+logwatch (7.4.3-1ubuntu1) yakkety; urgency=medium
104+
105+ * Merge from Debian unstable. Remaining changes:
106+ - debian/control: depend on postfix rather than exim4.
107+ - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
108+ - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
109+ Suggests as they are in universe.
110+
111+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 12:56:34 +0200
112+
113 logwatch (7.4.3-1) unstable; urgency=medium
114
115 * Imported Upstream version 7.4.3
116@@ -84,6 +157,16 @@ logwatch (7.4.3-1) unstable; urgency=medium
117
118 -- Willi Mann <willi@debian.org> Sat, 30 Apr 2016 14:40:57 +0200
119
120+logwatch (7.4.2-1ubuntu1) xenial; urgency=medium
121+
122+ * Merge from Debian unstable (LP: #1552983). Remaining changes:
123+ - debian/control: depend on postfix rather than exim4.
124+ - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
125+ - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
126+ Suggests as they are in universe.
127+
128+ -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Fri, 04 Mar 2016 11:42:51 -0800
129+
130 logwatch (7.4.2-1) unstable; urgency=medium
131
132 * Imported Upstream version 7.4.2
133@@ -99,6 +182,18 @@ logwatch (7.4.1+svn20160106rev308-1) unstable; urgency=medium
134
135 -- Willi Mann <willi@debian.org> Sun, 24 Jan 2016 19:17:34 +0100
136
137+logwatch (7.4.1+svn20151218rev302-1ubuntu1) xenial; urgency=medium
138+
139+ * Merge from Debian unstable (LP: #1531262). Remaining changes:
140+ - debian/control: depend on postfix rather than exim4.
141+ - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
142+ - Drop libsys-cpu-perl from Recommends to Suggests as it is in
143+ universe.
144+ * Drop libsys-meminfo-perl from Recommends to Suggests as it is in
145+ universe.
146+
147+ -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Thu, 07 Jan 2016 20:53:20 -0800
148+
149 logwatch (7.4.1+svn20151218rev302-1) unstable; urgency=medium
150
151 * Imported Upstream version 7.4.1+svn20151218rev302
152@@ -126,6 +221,21 @@ logwatch (7.4.1+svn20150731rev294-1) unstable; urgency=medium
153
154 -- Willi Mann <willi@debian.org> Wed, 02 Sep 2015 18:50:14 +0200
155
156+logwatch (7.4.1-2ubuntu2) vivid; urgency=medium
157+
158+ * Drop libsys-cpu-perl from Recommends to Suggests as it is in
159+ universe.
160+
161+ -- Robie Basak <robie.basak@ubuntu.com> Fri, 06 Feb 2015 14:29:06 +0000
162+
163+logwatch (7.4.1-2ubuntu1) vivid; urgency=medium
164+
165+ * Merge from Debian unstable (LP: #1387817). Remaining changes:
166+ - debian/control: depend on postfix rather than exim4.
167+ - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
168+
169+ -- Robie Basak <robie.basak@ubuntu.com> Mon, 02 Feb 2015 04:03:21 +0000
170+
171 logwatch (7.4.1-2) unstable; urgency=medium
172
173 * Revert upstream change on fail2ban service config. This makes fail2ban
174@@ -186,6 +296,15 @@ logwatch (7.4.0+svn20131108rev175-1) unstable; urgency=low
175
176 -- Willi Mann <willi@debian.org> Thu, 28 Nov 2013 20:10:09 +0100
177
178+logwatch (7.4.0+svn20130529rev144-1ubuntu1) saucy; urgency=low
179+
180+ * Merge from Debian unstable. Remaining changes:
181+ + debian/control:
182+ - Depend on postfix rather than exim4.
183+ + debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
184+
185+ -- Robie Basak <robie.basak@ubuntu.com> Tue, 09 Jul 2013 15:06:43 +0000
186+
187 logwatch (7.4.0+svn20130529rev144-1) unstable; urgency=low
188
189 * Imported Upstream version 7.4.0+svn20130529rev144
190@@ -198,6 +317,20 @@ logwatch (7.4.0+svn20130529rev144-1) unstable; urgency=low
191
192 -- Willi Mann <willi@debian.org> Sat, 01 Jun 2013 14:03:28 +0200
193
194+logwatch (7.4.0+svn20120502rev103-1ubuntu1) raring; urgency=low
195+
196+ * Merge from Debian testing (LP: #1102414). Remaining changes:
197+ + debian/control:
198+ - Depend on postfix rather than exim4.
199+ + debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
200+
201+ * Dropped changes, merged in Debian:
202+ + debian/dist.conf/services/cron.conf: this change already disappeared
203+ previously, looks related to Debian bug 615006 which is already applied
204+ and thus presumed no longer needed.
205+
206+ -- Robie Basak <robie.basak@canonical.com> Mon, 21 Jan 2013 13:53:24 +0000
207+
208 logwatch (7.4.0+svn20120502rev103-1) unstable; urgency=low
209
210 * Set VDate in logwatch.pl to svn date for svn snapshots
211@@ -221,6 +354,17 @@ logwatch (7.4.0+svn20120227rev85-1) unstable; urgency=low
212
213 -- Willi Mann <willi@wm1.at> Fri, 06 Apr 2012 21:11:23 +0200
214
215+logwatch (7.4.0+svn20111221rev79-1ubuntu1) precise; urgency=low
216+
217+ [ Chuck Short ]
218+ * Merge from Debian testing. Remaining changes:
219+ + debian/conrol:
220+ - Depend on postfix rather than exim4.
221+ + debian/dist.conf/services_cron.conf,
222+ debian/dist.conf/logfiles_maillog.conf: Adjust for logrotation
223+
224+ -- Chuck Short <zulcss@ubuntu.com> Mon, 06 Feb 2012 08:59:12 -0500
225+
226 logwatch (7.4.0+svn20111221rev79-1) unstable; urgency=low
227
228 * Imported Upstream version 7.4.0+svn20111221rev79
229@@ -250,6 +394,19 @@ logwatch (7.4.0+svn20111018rev68-1) unstable; urgency=low
230
231 -- Willi Mann <willi@wm1.at> Sat, 05 Nov 2011 20:44:36 +0100
232
233+logwatch (7.4.0+svn20110808rev66-1ubuntu1) precise; urgency=low
234+
235+ * Merged from Debian testing, remaining changes are:
236+ + debian/conrol:
237+ - Depend on postfix rather than exim4.
238+ + debian/dist.conf/services_cron.conf, debian/dist.conf/logfiles_maillog.conf,
239+ debian/dist.conf/logfiles_messages.conf: Adjust for logrotation.
240+ + Dropped:
241+ - debian/patches/lp-809753-comify: No longer needed.
242+ - debian/rules: Dont use quilt anymore logwatch uses source 3.0
243+
244+ -- Chuck Short <zulcss@ubuntu.com> Mon, 14 Nov 2011 09:39:15 -0500
245+
246 logwatch (7.4.0+svn20110808rev66-1) unstable; urgency=low
247
248 * New Upstream snapshot 7.4.0+svn20110808rev66 (closes: #644053)
249@@ -279,6 +436,57 @@ logwatch (7.3.6.cvs20090906-2) unstable; urgency=high
250
251 -- Willi Mann <willi@wm1.at> Wed, 02 Mar 2011 08:57:07 +0100
252
253+logwatch (7.3.6.cvs20090906-1ubuntu5) oneiric; urgency=low
254+
255+ * debian/patches/lp-809753-commify:
256+ - return undef is not defined, instead of error (LP: #809753)
257+ * debian/control:
258+ - build depend on quilt
259+ * debian/rules:
260+ - add dh_quilt_patch and dh_quilt_unpatch
261+
262+ -- Ante Karamatic <ivoks@ubuntu.com> Wed, 17 Aug 2011 19:28:17 +0200
263+
264+logwatch (7.3.6.cvs20090906-1ubuntu4) natty; urgency=low
265+
266+ * SECURITY UPDATE: privileged code execution via badly named logfiles
267+ - scripts/logwatch.pl: encapsulate logfiles in 's and ensure logfile
268+ names don't contain '.
269+ - http://logwatch.svn.sourceforge.net/viewvc/logwatch?view=revision&revision=26
270+ - CVE-2011-1018
271+ * debian/dist.conf/services/cron.conf: adjust to capture cron entries,
272+ thanks to Oliver Brakmann (LP: #719898)
273+ * scripts/services/named: update to upstream version to correctly
274+ capture more information (LP: #584229)
275+ - http://logwatch.svn.sourceforge.net/viewvc/logwatch/scripts/services/named?revision=19
276+ * logwatch.8: replace examples containing obsolete --print argument
277+ with --output=stdout (LP: #564796)
278+
279+ -- Steve Beattie <sbeattie@ubuntu.com> Wed, 02 Mar 2011 13:44:53 +0100
280+
281+logwatch (7.3.6.cvs20090906-1ubuntu3) maverick; urgency=low
282+
283+ * conf/logfiles/*, debian/dist.conf/logfiles/*:
284+ Due to migration to rsyslog, the first rotation is now .1 and not .0
285+ (fixes LP: #606715)
286+
287+ -- Thierry Carrez (ttx) <thierry.carrez@ubuntu.com> Mon, 06 Sep 2010 14:57:14 +0200
288+
289+logwatch (7.3.6.cvs20090906-1ubuntu2) lucid; urgency=low
290+
291+ * conf/html/{footer.html,header.html} Re-add dropped from the
292+ previous version of logtwatch. (LP: #481327)
293+
294+ -- Chuck Short <zulcss@ubuntu.com> Tue, 17 Nov 2009 14:57:58 -0500
295+
296+logwatch (7.3.6.cvs20090906-1ubuntu1) karmic; urgency=low
297+
298+ * Merge from debian unstable (LP: #228917, #391077, #425206, #443252),
299+ remaining changes:
300+ - Use postfix rather than exim4.
301+
302+ -- Kees Cook <kees@ubuntu.com> Mon, 05 Oct 2009 09:20:31 -0700
303+
304 logwatch (7.3.6.cvs20090906-1) unstable; urgency=low
305
306 * New CVS snapshot + postfix-logwatch 1.38.01
307@@ -302,6 +510,16 @@ logwatch (7.3.6.cvs20090906-1) unstable; urgency=low
308
309 -- Willi Mann <willi@wm1.at> Mon, 07 Sep 2009 17:04:43 +0200
310
311+logwatch (7.3.6.cvs20080702-2ubuntu1) jaunty; urgency=low
312+
313+ [ Bhavani Shankar ]
314+ * Merge from debian unstable, remaining changes: LP: #314620
315+ - Use postfix rather than exim4.
316+ - Fix logwatch.pl for servers that have the same hostname as a config
317+ variable (ie: medium). Thanks for Nathan Crawford. (LP: #296349)
318+
319+ -- Mathias Gug <mathiaz@ubuntu.com> Wed, 07 Jan 2009 19:23:58 -0500
320+
321 logwatch (7.3.6.cvs20080702-2) unstable; urgency=low
322
323 * add Michael Tautschnig to changelog of former version, crediting
324@@ -317,6 +535,33 @@ logwatch (7.3.6.cvs20080702-2) unstable; urgency=low
325
326 -- Willi Mann <willi@wm1.at> Sun, 07 Dec 2008 08:20:06 +0100
327
328+logwatch (7.3.6.cvs20080702-1ubuntu4) jaunty; urgency=low
329+
330+ * Fix typo. (LP: #296349)
331+
332+ -- Chuck Short <zulcss@ubuntu.com> Wed, 03 Dec 2008 15:22:33 +0000
333+
334+logwatch (7.3.6.cvs20080702-1ubuntu3) jaunty; urgency=low
335+
336+ * Fix logwatch.pl for servers that have the same hostname as a config
337+ variable (ie: medium). Thanks for Nathan Crawford. (LP: #296349)
338+
339+ -- Chuck Short <zulcss@ubuntu.com> Mon, 10 Nov 2008 16:46:59 +0000
340+
341+logwatch (7.3.6.cvs20080702-1ubuntu2) intrepid; urgency=low
342+
343+ * Corrected FTBFS from the merge by correcting arch from any to all
344+
345+ -- Michael Casadevall <sonicmctails@gmail.com> Fri, 05 Sep 2008 19:20:30 -0400
346+
347+logwatch (7.3.6.cvs20080702-1ubuntu1) intrepid; urgency=low
348+
349+ * Merge from debian unstable, remaining changes:
350+ - Use postfix rather than exim4.
351+ - Update maintainers according to spec.
352+
353+ -- Chuck Short <zulcss@ubuntu.com> Sat, 05 Jul 2008 11:49:54 +0100
354+
355 logwatch (7.3.6.cvs20080702-1) unstable; urgency=medium
356
357 * New upstream CVS snapshot
358@@ -336,6 +581,15 @@ logwatch (7.3.6.cvs20080702-1) unstable; urgency=medium
359
360 -- Willi Mann <willi@wm1.at> Fri, 04 Jul 2008 16:51:36 +0200
361
362+logwatch (7.3.6-1ubuntu1) hardy; urgency=low
363+
364+ * Added patch from Paul Schulz to fix 'pam_unix unknown entries'
365+ for authlog. (LP: #181690)
366+ * Bumped starndards version to 3.7.3
367+ * Use postfix rather than exim4.
368+
369+ -- Chuck Short <zulcss@ubuntu.com> Thu, 21 Feb 2008 08:35:13 -0500
370+
371 logwatch (7.3.6-1) unstable; urgency=low
372
373 * New upstream version:
374@@ -761,3 +1015,4 @@ logwatch (5.0-1) unstable; urgency=low
375 to the logfile(s). That's most likely the problem.
376
377 -- Willi Mann <willi@wm1.at> Wed, 12 Nov 2003 20:14:15 +0100
378+
379diff --git a/debian/control b/debian/control
380index e1b48a4..cfe8147 100644
381--- a/debian/control
382+++ b/debian/control
383@@ -1,7 +1,8 @@
384 Source: logwatch
385 Section: admin
386 Priority: optional
387-Maintainer: Willi Mann <willi@debian.org>
388+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
389+XSBC-Original-Maintainer: Willi Mann <willi@debian.org>
390 Build-Depends: debhelper (>> 8.0.0~)
391 Standards-Version: 4.4.1
392 Homepage: http://www.logwatch.org/
393@@ -11,7 +12,8 @@ Vcs-Git: https://salsa.debian.org/debian/logwatch.git
394 Package: logwatch
395 Architecture: all
396 Depends: ${perl:Depends}, ${misc:Depends}, default-mta | mail-transport-agent
397-Recommends: libdate-manip-perl, libsys-cpu-perl, libsys-meminfo-perl
398+Recommends: libdate-manip-perl
399+Suggests: libsys-cpu-perl, libsys-meminfo-perl
400 Description: log analyser with nice output written in Perl
401 Logwatch is a modular log analyser that runs every night
402 and mails you the results. It can also be run from command line.

Subscribers

People subscribed via source and target branches