Merge ~kstenerud/ubuntu/+source/logwatch:merge-7.5.0-1-disco into ubuntu/+source/logwatch:debian/sid

Proposed by Karl Stenerud
Status: Merged
Approved by: Christian Ehrhardt 
Approved revision: 8ffeaf2d30d8e7eef4408b538357d8623833d33b
Merge reported by: Christian Ehrhardt 
Merged at revision: 8ffeaf2d30d8e7eef4408b538357d8623833d33b
Proposed branch: ~kstenerud/ubuntu/+source/logwatch:merge-7.5.0-1-disco
Merge into: ubuntu/+source/logwatch:debian/sid
Diff against target: 380 lines (+237/-4)
3 files modified
debian/changelog (+232/-0)
debian/control (+5/-3)
debian/dist.conf/logfiles/maillog.conf (+0/-1)
Reviewer Review Type Date Requested Status
Christian Ehrhardt  (community) Approve
Canonical Server Pending
Robie Basak Pending
git-ubuntu developers Pending
Review via email: mp+361551@code.launchpad.net

Description of the change

PPA: https://launchpad.net/~kstenerud/+archive/ubuntu/disco-at-merge-1810928

Test install:

lxc launch ubuntu-daily:disco tester && lxc exec tester bash

add-apt-repository -y ppa:kstenerud/disco-at-merge-1810928 &&
apt update &&
apt dist-upgrade -y &&
apt install -y logwatch &&
logwatch --version

** Note: It will say 7.4.3 due to an upstream bug

Test upgrade:

lxc launch ubuntu-daily:disco tester && lxc exec tester bash

apt update &&
apt dist-upgrade -y &&
apt install -y logwatch &&
logwatch --version

add-apt-repository -y ppa:kstenerud/disco-at-merge-1810928 &&
apt update &&
apt dist-upgrade -y &&
logwatch --version

** Note: It will still say 7.4.3 due to an upstream bug

Package tests: none

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

looks mostly good to me, one thing missing in changelog thou.
Old Ubuntu had
 51 * d/p/ssh-ignore-disconnected.patch: [sshd] ignore disconnected from user
 52 USER (LP: 1644057)

That was dropped (correct) but missed to mention in changelog.

review: Needs Fixing
Revision history for this message
Karl Stenerud (kstenerud) wrote :

Added mention to changelog.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Hi,
we usually add why we drop things, alternatives often are "is in Debian", "is upstream" or "nor more needed because ..."
It is just good habit to do so to allow somebody looking at it later understanding the thought of the developer.

The style might differ and is case-by-case decision. most often I saw is next line with brackets

  * Dropped Changes:
    - Foo: change to bar
      [now in Debian]

I think we talked about it before, but it might be missing in your guide so far.
Please make "adding the reasoning" part of your step that mentioned dropped changes.

review: Needs Fixing
Revision history for this message
Karl Stenerud (kstenerud) wrote :

Updated, and added to document.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

But in this case isn't the change "upstream".
I mean by that it also is in Debian, but I'd have expected "upstream" being called out as the reason to drop it.

Revision history for this message
Karl Stenerud (kstenerud) wrote :

Updated

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

LGTM now thanks.
Tagged and sponsored 8ffeaf2d

Please track proposed migration

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Saw the mail:
[ubuntu/disco-proposed] logwatch 7.5.0-1ubuntu1 (Accepted)

Setting it to merged

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 3f2a80a..0109597 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
1logwatch (7.5.0-1ubuntu1) disco; urgency=medium
2
3 * Merge with Debian unstable (LP: #1810928). Remaining changes:
4 - debian/control: depend on postfix rather than exim4.
5 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
6 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
7 Suggests as they are in universe.
8 * Dropped Changes:
9 - d/p/ssh-ignore-disconnected.patch: [sshd] ignore disconnected from user
10 [upstream]
11
12 -- Karl Stenerud <kstenerud@gmail.com> Wed, 09 Jan 2019 10:55:11 +0100
13
1logwatch (7.5.0-1) unstable; urgency=medium14logwatch (7.5.0-1) unstable; urgency=medium
215
3 * New upstream version16 * New upstream version
@@ -36,6 +49,23 @@ logwatch (7.4.3+git20180713-1) unstable; urgency=medium
3649
37 -- Willi Mann <willi@debian.org> Tue, 02 Oct 2018 19:52:16 +020050 -- Willi Mann <willi@debian.org> Tue, 02 Oct 2018 19:52:16 +0200
3851
52logwatch (7.4.3+git20161207-2ubuntu2) cosmic; urgency=medium
53
54 * d/p/ssh-ignore-disconnected.patch: [sshd] ignore disconnected from user
55 USER (LP: 1644057)
56
57 -- Karl Stenerud <karl.stenerud@canonical.com> Fri, 31 Aug 2018 09:44:50 -0700
58
59logwatch (7.4.3+git20161207-2ubuntu1) zesty; urgency=medium
60
61 * Merge from Debian testing. Remaining changes:
62 - debian/control: depend on postfix rather than exim4.
63 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
64 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
65 Suggests as they are in universe.
66
67 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Feb 2017 09:08:52 +0100
68
39logwatch (7.4.3+git20161207-2) unstable; urgency=medium69logwatch (7.4.3+git20161207-2) unstable; urgency=medium
4070
41 * Revert upstream's change of the declared mail charset.71 * Revert upstream's change of the declared mail charset.
@@ -55,6 +85,16 @@ logwatch (7.4.3+git20161207-1) unstable; urgency=medium
5585
56 -- Willi Mann <willi@debian.org> Fri, 16 Dec 2016 20:15:26 +010086 -- Willi Mann <willi@debian.org> Fri, 16 Dec 2016 20:15:26 +0100
5787
88logwatch (7.4.3-2ubuntu1) zesty; urgency=medium
89
90 * Merge from Debian unstable. Remaining changes:
91 - debian/control: depend on postfix rather than exim4.
92 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
93 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
94 Suggests as they are in universe.
95
96 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Dec 2016 16:46:22 +0100
97
58logwatch (7.4.3-2) unstable; urgency=medium98logwatch (7.4.3-2) unstable; urgency=medium
5999
60 * s/s/amavis: Fix perl warning "redundant argument in sprintf".100 * s/s/amavis: Fix perl warning "redundant argument in sprintf".
@@ -63,6 +103,16 @@ logwatch (7.4.3-2) unstable; urgency=medium
63103
64 -- Willi Mann <willi@debian.org> Wed, 02 Nov 2016 19:32:35 +0100104 -- Willi Mann <willi@debian.org> Wed, 02 Nov 2016 19:32:35 +0100
65105
106logwatch (7.4.3-1ubuntu1) yakkety; urgency=medium
107
108 * Merge from Debian unstable. Remaining changes:
109 - debian/control: depend on postfix rather than exim4.
110 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
111 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
112 Suggests as they are in universe.
113
114 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 12:56:34 +0200
115
66logwatch (7.4.3-1) unstable; urgency=medium116logwatch (7.4.3-1) unstable; urgency=medium
67117
68 * Imported Upstream version 7.4.3118 * Imported Upstream version 7.4.3
@@ -70,6 +120,16 @@ logwatch (7.4.3-1) unstable; urgency=medium
70120
71 -- Willi Mann <willi@debian.org> Sat, 30 Apr 2016 14:40:57 +0200121 -- Willi Mann <willi@debian.org> Sat, 30 Apr 2016 14:40:57 +0200
72122
123logwatch (7.4.2-1ubuntu1) xenial; urgency=medium
124
125 * Merge from Debian unstable (LP: #1552983). Remaining changes:
126 - debian/control: depend on postfix rather than exim4.
127 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
128 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
129 Suggests as they are in universe.
130
131 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Fri, 04 Mar 2016 11:42:51 -0800
132
73logwatch (7.4.2-1) unstable; urgency=medium133logwatch (7.4.2-1) unstable; urgency=medium
74134
75 * Imported Upstream version 7.4.2135 * Imported Upstream version 7.4.2
@@ -85,6 +145,18 @@ logwatch (7.4.1+svn20160106rev308-1) unstable; urgency=medium
85145
86 -- Willi Mann <willi@debian.org> Sun, 24 Jan 2016 19:17:34 +0100146 -- Willi Mann <willi@debian.org> Sun, 24 Jan 2016 19:17:34 +0100
87147
148logwatch (7.4.1+svn20151218rev302-1ubuntu1) xenial; urgency=medium
149
150 * Merge from Debian unstable (LP: #1531262). Remaining changes:
151 - debian/control: depend on postfix rather than exim4.
152 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
153 - Drop libsys-cpu-perl from Recommends to Suggests as it is in
154 universe.
155 * Drop libsys-meminfo-perl from Recommends to Suggests as it is in
156 universe.
157
158 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Thu, 07 Jan 2016 20:53:20 -0800
159
88logwatch (7.4.1+svn20151218rev302-1) unstable; urgency=medium160logwatch (7.4.1+svn20151218rev302-1) unstable; urgency=medium
89161
90 * Imported Upstream version 7.4.1+svn20151218rev302162 * Imported Upstream version 7.4.1+svn20151218rev302
@@ -112,6 +184,21 @@ logwatch (7.4.1+svn20150731rev294-1) unstable; urgency=medium
112184
113 -- Willi Mann <willi@debian.org> Wed, 02 Sep 2015 18:50:14 +0200185 -- Willi Mann <willi@debian.org> Wed, 02 Sep 2015 18:50:14 +0200
114186
187logwatch (7.4.1-2ubuntu2) vivid; urgency=medium
188
189 * Drop libsys-cpu-perl from Recommends to Suggests as it is in
190 universe.
191
192 -- Robie Basak <robie.basak@ubuntu.com> Fri, 06 Feb 2015 14:29:06 +0000
193
194logwatch (7.4.1-2ubuntu1) vivid; urgency=medium
195
196 * Merge from Debian unstable (LP: #1387817). Remaining changes:
197 - debian/control: depend on postfix rather than exim4.
198 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
199
200 -- Robie Basak <robie.basak@ubuntu.com> Mon, 02 Feb 2015 04:03:21 +0000
201
115logwatch (7.4.1-2) unstable; urgency=medium202logwatch (7.4.1-2) unstable; urgency=medium
116203
117 * Revert upstream change on fail2ban service config. This makes fail2ban204 * Revert upstream change on fail2ban service config. This makes fail2ban
@@ -172,6 +259,15 @@ logwatch (7.4.0+svn20131108rev175-1) unstable; urgency=low
172259
173 -- Willi Mann <willi@debian.org> Thu, 28 Nov 2013 20:10:09 +0100260 -- Willi Mann <willi@debian.org> Thu, 28 Nov 2013 20:10:09 +0100
174261
262logwatch (7.4.0+svn20130529rev144-1ubuntu1) saucy; urgency=low
263
264 * Merge from Debian unstable. Remaining changes:
265 + debian/control:
266 - Depend on postfix rather than exim4.
267 + debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
268
269 -- Robie Basak <robie.basak@ubuntu.com> Tue, 09 Jul 2013 15:06:43 +0000
270
175logwatch (7.4.0+svn20130529rev144-1) unstable; urgency=low271logwatch (7.4.0+svn20130529rev144-1) unstable; urgency=low
176272
177 * Imported Upstream version 7.4.0+svn20130529rev144273 * Imported Upstream version 7.4.0+svn20130529rev144
@@ -184,6 +280,20 @@ logwatch (7.4.0+svn20130529rev144-1) unstable; urgency=low
184280
185 -- Willi Mann <willi@debian.org> Sat, 01 Jun 2013 14:03:28 +0200281 -- Willi Mann <willi@debian.org> Sat, 01 Jun 2013 14:03:28 +0200
186282
283logwatch (7.4.0+svn20120502rev103-1ubuntu1) raring; urgency=low
284
285 * Merge from Debian testing (LP: #1102414). Remaining changes:
286 + debian/control:
287 - Depend on postfix rather than exim4.
288 + debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
289
290 * Dropped changes, merged in Debian:
291 + debian/dist.conf/services/cron.conf: this change already disappeared
292 previously, looks related to Debian bug 615006 which is already applied
293 and thus presumed no longer needed.
294
295 -- Robie Basak <robie.basak@canonical.com> Mon, 21 Jan 2013 13:53:24 +0000
296
187logwatch (7.4.0+svn20120502rev103-1) unstable; urgency=low297logwatch (7.4.0+svn20120502rev103-1) unstable; urgency=low
188298
189 * Set VDate in logwatch.pl to svn date for svn snapshots299 * Set VDate in logwatch.pl to svn date for svn snapshots
@@ -207,6 +317,17 @@ logwatch (7.4.0+svn20120227rev85-1) unstable; urgency=low
207317
208 -- Willi Mann <willi@wm1.at> Fri, 06 Apr 2012 21:11:23 +0200318 -- Willi Mann <willi@wm1.at> Fri, 06 Apr 2012 21:11:23 +0200
209319
320logwatch (7.4.0+svn20111221rev79-1ubuntu1) precise; urgency=low
321
322 [ Chuck Short ]
323 * Merge from Debian testing. Remaining changes:
324 + debian/conrol:
325 - Depend on postfix rather than exim4.
326 + debian/dist.conf/services_cron.conf,
327 debian/dist.conf/logfiles_maillog.conf: Adjust for logrotation
328
329 -- Chuck Short <zulcss@ubuntu.com> Mon, 06 Feb 2012 08:59:12 -0500
330
210logwatch (7.4.0+svn20111221rev79-1) unstable; urgency=low331logwatch (7.4.0+svn20111221rev79-1) unstable; urgency=low
211332
212 * Imported Upstream version 7.4.0+svn20111221rev79333 * Imported Upstream version 7.4.0+svn20111221rev79
@@ -236,6 +357,19 @@ logwatch (7.4.0+svn20111018rev68-1) unstable; urgency=low
236357
237 -- Willi Mann <willi@wm1.at> Sat, 05 Nov 2011 20:44:36 +0100358 -- Willi Mann <willi@wm1.at> Sat, 05 Nov 2011 20:44:36 +0100
238359
360logwatch (7.4.0+svn20110808rev66-1ubuntu1) precise; urgency=low
361
362 * Merged from Debian testing, remaining changes are:
363 + debian/conrol:
364 - Depend on postfix rather than exim4.
365 + debian/dist.conf/services_cron.conf, debian/dist.conf/logfiles_maillog.conf,
366 debian/dist.conf/logfiles_messages.conf: Adjust for logrotation.
367 + Dropped:
368 - debian/patches/lp-809753-comify: No longer needed.
369 - debian/rules: Dont use quilt anymore logwatch uses source 3.0
370
371 -- Chuck Short <zulcss@ubuntu.com> Mon, 14 Nov 2011 09:39:15 -0500
372
239logwatch (7.4.0+svn20110808rev66-1) unstable; urgency=low373logwatch (7.4.0+svn20110808rev66-1) unstable; urgency=low
240374
241 * New Upstream snapshot 7.4.0+svn20110808rev66 (closes: #644053)375 * New Upstream snapshot 7.4.0+svn20110808rev66 (closes: #644053)
@@ -265,6 +399,57 @@ logwatch (7.3.6.cvs20090906-2) unstable; urgency=high
265399
266 -- Willi Mann <willi@wm1.at> Wed, 02 Mar 2011 08:57:07 +0100400 -- Willi Mann <willi@wm1.at> Wed, 02 Mar 2011 08:57:07 +0100
267401
402logwatch (7.3.6.cvs20090906-1ubuntu5) oneiric; urgency=low
403
404 * debian/patches/lp-809753-commify:
405 - return undef is not defined, instead of error (LP: #809753)
406 * debian/control:
407 - build depend on quilt
408 * debian/rules:
409 - add dh_quilt_patch and dh_quilt_unpatch
410
411 -- Ante Karamatic <ivoks@ubuntu.com> Wed, 17 Aug 2011 19:28:17 +0200
412
413logwatch (7.3.6.cvs20090906-1ubuntu4) natty; urgency=low
414
415 * SECURITY UPDATE: privileged code execution via badly named logfiles
416 - scripts/logwatch.pl: encapsulate logfiles in 's and ensure logfile
417 names don't contain '.
418 - http://logwatch.svn.sourceforge.net/viewvc/logwatch?view=revision&revision=26
419 - CVE-2011-1018
420 * debian/dist.conf/services/cron.conf: adjust to capture cron entries,
421 thanks to Oliver Brakmann (LP: #719898)
422 * scripts/services/named: update to upstream version to correctly
423 capture more information (LP: #584229)
424 - http://logwatch.svn.sourceforge.net/viewvc/logwatch/scripts/services/named?revision=19
425 * logwatch.8: replace examples containing obsolete --print argument
426 with --output=stdout (LP: #564796)
427
428 -- Steve Beattie <sbeattie@ubuntu.com> Wed, 02 Mar 2011 13:44:53 +0100
429
430logwatch (7.3.6.cvs20090906-1ubuntu3) maverick; urgency=low
431
432 * conf/logfiles/*, debian/dist.conf/logfiles/*:
433 Due to migration to rsyslog, the first rotation is now .1 and not .0
434 (fixes LP: #606715)
435
436 -- Thierry Carrez (ttx) <thierry.carrez@ubuntu.com> Mon, 06 Sep 2010 14:57:14 +0200
437
438logwatch (7.3.6.cvs20090906-1ubuntu2) lucid; urgency=low
439
440 * conf/html/{footer.html,header.html} Re-add dropped from the
441 previous version of logtwatch. (LP: #481327)
442
443 -- Chuck Short <zulcss@ubuntu.com> Tue, 17 Nov 2009 14:57:58 -0500
444
445logwatch (7.3.6.cvs20090906-1ubuntu1) karmic; urgency=low
446
447 * Merge from debian unstable (LP: #228917, #391077, #425206, #443252),
448 remaining changes:
449 - Use postfix rather than exim4.
450
451 -- Kees Cook <kees@ubuntu.com> Mon, 05 Oct 2009 09:20:31 -0700
452
268logwatch (7.3.6.cvs20090906-1) unstable; urgency=low453logwatch (7.3.6.cvs20090906-1) unstable; urgency=low
269454
270 * New CVS snapshot + postfix-logwatch 1.38.01455 * New CVS snapshot + postfix-logwatch 1.38.01
@@ -288,6 +473,16 @@ logwatch (7.3.6.cvs20090906-1) unstable; urgency=low
288473
289 -- Willi Mann <willi@wm1.at> Mon, 07 Sep 2009 17:04:43 +0200474 -- Willi Mann <willi@wm1.at> Mon, 07 Sep 2009 17:04:43 +0200
290475
476logwatch (7.3.6.cvs20080702-2ubuntu1) jaunty; urgency=low
477
478 [ Bhavani Shankar ]
479 * Merge from debian unstable, remaining changes: LP: #314620
480 - Use postfix rather than exim4.
481 - Fix logwatch.pl for servers that have the same hostname as a config
482 variable (ie: medium). Thanks for Nathan Crawford. (LP: #296349)
483
484 -- Mathias Gug <mathiaz@ubuntu.com> Wed, 07 Jan 2009 19:23:58 -0500
485
291logwatch (7.3.6.cvs20080702-2) unstable; urgency=low486logwatch (7.3.6.cvs20080702-2) unstable; urgency=low
292487
293 * add Michael Tautschnig to changelog of former version, crediting488 * add Michael Tautschnig to changelog of former version, crediting
@@ -303,6 +498,33 @@ logwatch (7.3.6.cvs20080702-2) unstable; urgency=low
303498
304 -- Willi Mann <willi@wm1.at> Sun, 07 Dec 2008 08:20:06 +0100499 -- Willi Mann <willi@wm1.at> Sun, 07 Dec 2008 08:20:06 +0100
305500
501logwatch (7.3.6.cvs20080702-1ubuntu4) jaunty; urgency=low
502
503 * Fix typo. (LP: #296349)
504
505 -- Chuck Short <zulcss@ubuntu.com> Wed, 03 Dec 2008 15:22:33 +0000
506
507logwatch (7.3.6.cvs20080702-1ubuntu3) jaunty; urgency=low
508
509 * Fix logwatch.pl for servers that have the same hostname as a config
510 variable (ie: medium). Thanks for Nathan Crawford. (LP: #296349)
511
512 -- Chuck Short <zulcss@ubuntu.com> Mon, 10 Nov 2008 16:46:59 +0000
513
514logwatch (7.3.6.cvs20080702-1ubuntu2) intrepid; urgency=low
515
516 * Corrected FTBFS from the merge by correcting arch from any to all
517
518 -- Michael Casadevall <sonicmctails@gmail.com> Fri, 05 Sep 2008 19:20:30 -0400
519
520logwatch (7.3.6.cvs20080702-1ubuntu1) intrepid; urgency=low
521
522 * Merge from debian unstable, remaining changes:
523 - Use postfix rather than exim4.
524 - Update maintainers according to spec.
525
526 -- Chuck Short <zulcss@ubuntu.com> Sat, 05 Jul 2008 11:49:54 +0100
527
306logwatch (7.3.6.cvs20080702-1) unstable; urgency=medium528logwatch (7.3.6.cvs20080702-1) unstable; urgency=medium
307529
308 * New upstream CVS snapshot530 * New upstream CVS snapshot
@@ -322,6 +544,15 @@ logwatch (7.3.6.cvs20080702-1) unstable; urgency=medium
322544
323 -- Willi Mann <willi@wm1.at> Fri, 04 Jul 2008 16:51:36 +0200545 -- Willi Mann <willi@wm1.at> Fri, 04 Jul 2008 16:51:36 +0200
324546
547logwatch (7.3.6-1ubuntu1) hardy; urgency=low
548
549 * Added patch from Paul Schulz to fix 'pam_unix unknown entries'
550 for authlog. (LP: #181690)
551 * Bumped starndards version to 3.7.3
552 * Use postfix rather than exim4.
553
554 -- Chuck Short <zulcss@ubuntu.com> Thu, 21 Feb 2008 08:35:13 -0500
555
325logwatch (7.3.6-1) unstable; urgency=low556logwatch (7.3.6-1) unstable; urgency=low
326557
327 * New upstream version:558 * New upstream version:
@@ -747,3 +978,4 @@ logwatch (5.0-1) unstable; urgency=low
747 to the logfile(s). That's most likely the problem.978 to the logfile(s). That's most likely the problem.
748979
749 -- Willi Mann <willi@wm1.at> Wed, 12 Nov 2003 20:14:15 +0100980 -- Willi Mann <willi@wm1.at> Wed, 12 Nov 2003 20:14:15 +0100
981
diff --git a/debian/control b/debian/control
index 5346d05..f296593 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: logwatch1Source: logwatch
2Section: admin2Section: admin
3Priority: optional3Priority: optional
4Maintainer: Willi Mann <willi@debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Willi Mann <willi@debian.org>
5Build-Depends: debhelper (>> 8.0.0~)6Build-Depends: debhelper (>> 8.0.0~)
6Standards-Version: 4.3.07Standards-Version: 4.3.0
7Homepage: http://www.logwatch.org/8Homepage: http://www.logwatch.org/
@@ -10,8 +11,9 @@ Vcs-Git: https://salsa.debian.org/debian/logwatch.git
1011
11Package: logwatch12Package: logwatch
12Architecture: all13Architecture: all
13Depends: ${perl:Depends}, ${misc:Depends}, default-mta | mail-transport-agent14Depends: ${perl:Depends}, ${misc:Depends}, postfix | mail-transport-agent
14Recommends: libdate-manip-perl, libsys-cpu-perl, libsys-meminfo-perl15Recommends: libdate-manip-perl
16Suggests: libsys-cpu-perl, libsys-meminfo-perl
15Description: log analyser with nice output written in Perl17Description: log analyser with nice output written in Perl
16 Logwatch is a modular log analyser that runs every night18 Logwatch is a modular log analyser that runs every night
17 and mails you the results. It can also be run from command line.19 and mails you the results. It can also be run from command line.
diff --git a/debian/dist.conf/logfiles/maillog.conf b/debian/dist.conf/logfiles/maillog.conf
index 3d9c07e..2c8635e 100644
--- a/debian/dist.conf/logfiles/maillog.conf
+++ b/debian/dist.conf/logfiles/maillog.conf
@@ -3,7 +3,6 @@
3# so we would otherwise report each event twice3# so we would otherwise report each event twice
4LogFile =4LogFile =
5LogFile = mail.log5LogFile = mail.log
6LogFile = mail.log.0
7LogFile = mail.log.16LogFile = mail.log.1
87
9Archive =8Archive =

Subscribers

People subscribed via source and target branches