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
diff --git a/debian/changelog b/debian/changelog
index d078724..c9b34f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
1logwatch (7.5.2-1ubuntu1) focal; urgency=medium
2
3 * Merge with Debian unstable. Remaining changes:
4 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
5 Suggests as they are in universe.
6
7 -- Bryce Harrington <bryce@canonical.com> Thu, 23 Jan 2020 11:53:10 -0800
8
1logwatch (7.5.2-1) unstable; urgency=medium9logwatch (7.5.2-1) unstable; urgency=medium
210
3 * New upstream version 7.5.211 * New upstream version 7.5.2
@@ -6,12 +14,40 @@ logwatch (7.5.2-1) unstable; urgency=medium
614
7 -- Willi Mann <willi@debian.org> Sun, 12 Jan 2020 12:25:08 +010015 -- Willi Mann <willi@debian.org> Sun, 12 Jan 2020 12:25:08 +0100
816
17logwatch (7.5.0-2ubuntu1) eoan; urgency=medium
18
19 * Merge with Debian unstable. Remaining changes:
20 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
21 Suggests as they are in universe.
22 * Dropped:
23 - debian/control: depend on postfix rather than exim4.
24 [default-mta is provided by postfix as of precise at least]
25 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation.
26 [While the file is no longer present, it'll just be silently
27 ignored if it's listed in the config file, so no need to maintain
28 a delta against debian for this.]
29
30 -- Bryce Harrington <bryce@canonical.com> Thu, 23 May 2019 10:40:17 -0700
31
9logwatch (7.5.0-2) unstable; urgency=high32logwatch (7.5.0-2) unstable; urgency=high
1033
11 * s/s/kernel: fix typo. closes: 91783634 * s/s/kernel: fix typo. closes: 917836
1235
13 -- Willi Mann <willi@debian.org> Sat, 09 Mar 2019 18:14:03 +010036 -- Willi Mann <willi@debian.org> Sat, 09 Mar 2019 18:14:03 +0100
1437
38logwatch (7.5.0-1ubuntu1) disco; urgency=medium
39
40 * Merge with Debian unstable (LP: #1810928). Remaining changes:
41 - debian/control: depend on postfix rather than exim4.
42 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
43 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
44 Suggests as they are in universe.
45 * Dropped Changes:
46 - d/p/ssh-ignore-disconnected.patch: [sshd] ignore disconnected from user
47 [upstream]
48
49 -- Karl Stenerud <kstenerud@gmail.com> Wed, 09 Jan 2019 10:55:11 +0100
50
15logwatch (7.5.0-1) unstable; urgency=medium51logwatch (7.5.0-1) unstable; urgency=medium
1652
17 * New upstream version53 * New upstream version
@@ -50,6 +86,23 @@ logwatch (7.4.3+git20180713-1) unstable; urgency=medium
5086
51 -- Willi Mann <willi@debian.org> Tue, 02 Oct 2018 19:52:16 +020087 -- Willi Mann <willi@debian.org> Tue, 02 Oct 2018 19:52:16 +0200
5288
89logwatch (7.4.3+git20161207-2ubuntu2) cosmic; urgency=medium
90
91 * d/p/ssh-ignore-disconnected.patch: [sshd] ignore disconnected from user
92 USER (LP: 1644057)
93
94 -- Karl Stenerud <karl.stenerud@canonical.com> Fri, 31 Aug 2018 09:44:50 -0700
95
96logwatch (7.4.3+git20161207-2ubuntu1) zesty; urgency=medium
97
98 * Merge from Debian testing. Remaining changes:
99 - debian/control: depend on postfix rather than exim4.
100 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
101 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
102 Suggests as they are in universe.
103
104 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Feb 2017 09:08:52 +0100
105
53logwatch (7.4.3+git20161207-2) unstable; urgency=medium106logwatch (7.4.3+git20161207-2) unstable; urgency=medium
54107
55 * Revert upstream's change of the declared mail charset.108 * Revert upstream's change of the declared mail charset.
@@ -69,6 +122,16 @@ logwatch (7.4.3+git20161207-1) unstable; urgency=medium
69122
70 -- Willi Mann <willi@debian.org> Fri, 16 Dec 2016 20:15:26 +0100123 -- Willi Mann <willi@debian.org> Fri, 16 Dec 2016 20:15:26 +0100
71124
125logwatch (7.4.3-2ubuntu1) zesty; urgency=medium
126
127 * Merge from Debian unstable. Remaining changes:
128 - debian/control: depend on postfix rather than exim4.
129 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
130 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
131 Suggests as they are in universe.
132
133 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Dec 2016 16:46:22 +0100
134
72logwatch (7.4.3-2) unstable; urgency=medium135logwatch (7.4.3-2) unstable; urgency=medium
73136
74 * s/s/amavis: Fix perl warning "redundant argument in sprintf".137 * s/s/amavis: Fix perl warning "redundant argument in sprintf".
@@ -77,6 +140,16 @@ logwatch (7.4.3-2) unstable; urgency=medium
77140
78 -- Willi Mann <willi@debian.org> Wed, 02 Nov 2016 19:32:35 +0100141 -- Willi Mann <willi@debian.org> Wed, 02 Nov 2016 19:32:35 +0100
79142
143logwatch (7.4.3-1ubuntu1) yakkety; urgency=medium
144
145 * Merge from Debian unstable. Remaining changes:
146 - debian/control: depend on postfix rather than exim4.
147 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
148 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
149 Suggests as they are in universe.
150
151 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 12:56:34 +0200
152
80logwatch (7.4.3-1) unstable; urgency=medium153logwatch (7.4.3-1) unstable; urgency=medium
81154
82 * Imported Upstream version 7.4.3155 * Imported Upstream version 7.4.3
@@ -84,6 +157,16 @@ logwatch (7.4.3-1) unstable; urgency=medium
84157
85 -- Willi Mann <willi@debian.org> Sat, 30 Apr 2016 14:40:57 +0200158 -- Willi Mann <willi@debian.org> Sat, 30 Apr 2016 14:40:57 +0200
86159
160logwatch (7.4.2-1ubuntu1) xenial; urgency=medium
161
162 * Merge from Debian unstable (LP: #1552983). Remaining changes:
163 - debian/control: depend on postfix rather than exim4.
164 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
165 - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
166 Suggests as they are in universe.
167
168 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Fri, 04 Mar 2016 11:42:51 -0800
169
87logwatch (7.4.2-1) unstable; urgency=medium170logwatch (7.4.2-1) unstable; urgency=medium
88171
89 * Imported Upstream version 7.4.2172 * Imported Upstream version 7.4.2
@@ -99,6 +182,18 @@ logwatch (7.4.1+svn20160106rev308-1) unstable; urgency=medium
99182
100 -- Willi Mann <willi@debian.org> Sun, 24 Jan 2016 19:17:34 +0100183 -- Willi Mann <willi@debian.org> Sun, 24 Jan 2016 19:17:34 +0100
101184
185logwatch (7.4.1+svn20151218rev302-1ubuntu1) xenial; urgency=medium
186
187 * Merge from Debian unstable (LP: #1531262). Remaining changes:
188 - debian/control: depend on postfix rather than exim4.
189 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
190 - Drop libsys-cpu-perl from Recommends to Suggests as it is in
191 universe.
192 * Drop libsys-meminfo-perl from Recommends to Suggests as it is in
193 universe.
194
195 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Thu, 07 Jan 2016 20:53:20 -0800
196
102logwatch (7.4.1+svn20151218rev302-1) unstable; urgency=medium197logwatch (7.4.1+svn20151218rev302-1) unstable; urgency=medium
103198
104 * Imported Upstream version 7.4.1+svn20151218rev302199 * Imported Upstream version 7.4.1+svn20151218rev302
@@ -126,6 +221,21 @@ logwatch (7.4.1+svn20150731rev294-1) unstable; urgency=medium
126221
127 -- Willi Mann <willi@debian.org> Wed, 02 Sep 2015 18:50:14 +0200222 -- Willi Mann <willi@debian.org> Wed, 02 Sep 2015 18:50:14 +0200
128223
224logwatch (7.4.1-2ubuntu2) vivid; urgency=medium
225
226 * Drop libsys-cpu-perl from Recommends to Suggests as it is in
227 universe.
228
229 -- Robie Basak <robie.basak@ubuntu.com> Fri, 06 Feb 2015 14:29:06 +0000
230
231logwatch (7.4.1-2ubuntu1) vivid; urgency=medium
232
233 * Merge from Debian unstable (LP: #1387817). Remaining changes:
234 - debian/control: depend on postfix rather than exim4.
235 - debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
236
237 -- Robie Basak <robie.basak@ubuntu.com> Mon, 02 Feb 2015 04:03:21 +0000
238
129logwatch (7.4.1-2) unstable; urgency=medium239logwatch (7.4.1-2) unstable; urgency=medium
130240
131 * Revert upstream change on fail2ban service config. This makes fail2ban241 * Revert upstream change on fail2ban service config. This makes fail2ban
@@ -186,6 +296,15 @@ logwatch (7.4.0+svn20131108rev175-1) unstable; urgency=low
186296
187 -- Willi Mann <willi@debian.org> Thu, 28 Nov 2013 20:10:09 +0100297 -- Willi Mann <willi@debian.org> Thu, 28 Nov 2013 20:10:09 +0100
188298
299logwatch (7.4.0+svn20130529rev144-1ubuntu1) saucy; urgency=low
300
301 * Merge from Debian unstable. Remaining changes:
302 + debian/control:
303 - Depend on postfix rather than exim4.
304 + debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
305
306 -- Robie Basak <robie.basak@ubuntu.com> Tue, 09 Jul 2013 15:06:43 +0000
307
189logwatch (7.4.0+svn20130529rev144-1) unstable; urgency=low308logwatch (7.4.0+svn20130529rev144-1) unstable; urgency=low
190309
191 * Imported Upstream version 7.4.0+svn20130529rev144310 * Imported Upstream version 7.4.0+svn20130529rev144
@@ -198,6 +317,20 @@ logwatch (7.4.0+svn20130529rev144-1) unstable; urgency=low
198317
199 -- Willi Mann <willi@debian.org> Sat, 01 Jun 2013 14:03:28 +0200318 -- Willi Mann <willi@debian.org> Sat, 01 Jun 2013 14:03:28 +0200
200319
320logwatch (7.4.0+svn20120502rev103-1ubuntu1) raring; urgency=low
321
322 * Merge from Debian testing (LP: #1102414). Remaining changes:
323 + debian/control:
324 - Depend on postfix rather than exim4.
325 + debian/dist.conf/logfiles/maillog.conf: adjust for logrotation
326
327 * Dropped changes, merged in Debian:
328 + debian/dist.conf/services/cron.conf: this change already disappeared
329 previously, looks related to Debian bug 615006 which is already applied
330 and thus presumed no longer needed.
331
332 -- Robie Basak <robie.basak@canonical.com> Mon, 21 Jan 2013 13:53:24 +0000
333
201logwatch (7.4.0+svn20120502rev103-1) unstable; urgency=low334logwatch (7.4.0+svn20120502rev103-1) unstable; urgency=low
202335
203 * Set VDate in logwatch.pl to svn date for svn snapshots336 * Set VDate in logwatch.pl to svn date for svn snapshots
@@ -221,6 +354,17 @@ logwatch (7.4.0+svn20120227rev85-1) unstable; urgency=low
221354
222 -- Willi Mann <willi@wm1.at> Fri, 06 Apr 2012 21:11:23 +0200355 -- Willi Mann <willi@wm1.at> Fri, 06 Apr 2012 21:11:23 +0200
223356
357logwatch (7.4.0+svn20111221rev79-1ubuntu1) precise; urgency=low
358
359 [ Chuck Short ]
360 * Merge from Debian testing. Remaining changes:
361 + debian/conrol:
362 - Depend on postfix rather than exim4.
363 + debian/dist.conf/services_cron.conf,
364 debian/dist.conf/logfiles_maillog.conf: Adjust for logrotation
365
366 -- Chuck Short <zulcss@ubuntu.com> Mon, 06 Feb 2012 08:59:12 -0500
367
224logwatch (7.4.0+svn20111221rev79-1) unstable; urgency=low368logwatch (7.4.0+svn20111221rev79-1) unstable; urgency=low
225369
226 * Imported Upstream version 7.4.0+svn20111221rev79370 * Imported Upstream version 7.4.0+svn20111221rev79
@@ -250,6 +394,19 @@ logwatch (7.4.0+svn20111018rev68-1) unstable; urgency=low
250394
251 -- Willi Mann <willi@wm1.at> Sat, 05 Nov 2011 20:44:36 +0100395 -- Willi Mann <willi@wm1.at> Sat, 05 Nov 2011 20:44:36 +0100
252396
397logwatch (7.4.0+svn20110808rev66-1ubuntu1) precise; urgency=low
398
399 * Merged from Debian testing, remaining changes are:
400 + debian/conrol:
401 - Depend on postfix rather than exim4.
402 + debian/dist.conf/services_cron.conf, debian/dist.conf/logfiles_maillog.conf,
403 debian/dist.conf/logfiles_messages.conf: Adjust for logrotation.
404 + Dropped:
405 - debian/patches/lp-809753-comify: No longer needed.
406 - debian/rules: Dont use quilt anymore logwatch uses source 3.0
407
408 -- Chuck Short <zulcss@ubuntu.com> Mon, 14 Nov 2011 09:39:15 -0500
409
253logwatch (7.4.0+svn20110808rev66-1) unstable; urgency=low410logwatch (7.4.0+svn20110808rev66-1) unstable; urgency=low
254411
255 * New Upstream snapshot 7.4.0+svn20110808rev66 (closes: #644053)412 * New Upstream snapshot 7.4.0+svn20110808rev66 (closes: #644053)
@@ -279,6 +436,57 @@ logwatch (7.3.6.cvs20090906-2) unstable; urgency=high
279436
280 -- Willi Mann <willi@wm1.at> Wed, 02 Mar 2011 08:57:07 +0100437 -- Willi Mann <willi@wm1.at> Wed, 02 Mar 2011 08:57:07 +0100
281438
439logwatch (7.3.6.cvs20090906-1ubuntu5) oneiric; urgency=low
440
441 * debian/patches/lp-809753-commify:
442 - return undef is not defined, instead of error (LP: #809753)
443 * debian/control:
444 - build depend on quilt
445 * debian/rules:
446 - add dh_quilt_patch and dh_quilt_unpatch
447
448 -- Ante Karamatic <ivoks@ubuntu.com> Wed, 17 Aug 2011 19:28:17 +0200
449
450logwatch (7.3.6.cvs20090906-1ubuntu4) natty; urgency=low
451
452 * SECURITY UPDATE: privileged code execution via badly named logfiles
453 - scripts/logwatch.pl: encapsulate logfiles in 's and ensure logfile
454 names don't contain '.
455 - http://logwatch.svn.sourceforge.net/viewvc/logwatch?view=revision&revision=26
456 - CVE-2011-1018
457 * debian/dist.conf/services/cron.conf: adjust to capture cron entries,
458 thanks to Oliver Brakmann (LP: #719898)
459 * scripts/services/named: update to upstream version to correctly
460 capture more information (LP: #584229)
461 - http://logwatch.svn.sourceforge.net/viewvc/logwatch/scripts/services/named?revision=19
462 * logwatch.8: replace examples containing obsolete --print argument
463 with --output=stdout (LP: #564796)
464
465 -- Steve Beattie <sbeattie@ubuntu.com> Wed, 02 Mar 2011 13:44:53 +0100
466
467logwatch (7.3.6.cvs20090906-1ubuntu3) maverick; urgency=low
468
469 * conf/logfiles/*, debian/dist.conf/logfiles/*:
470 Due to migration to rsyslog, the first rotation is now .1 and not .0
471 (fixes LP: #606715)
472
473 -- Thierry Carrez (ttx) <thierry.carrez@ubuntu.com> Mon, 06 Sep 2010 14:57:14 +0200
474
475logwatch (7.3.6.cvs20090906-1ubuntu2) lucid; urgency=low
476
477 * conf/html/{footer.html,header.html} Re-add dropped from the
478 previous version of logtwatch. (LP: #481327)
479
480 -- Chuck Short <zulcss@ubuntu.com> Tue, 17 Nov 2009 14:57:58 -0500
481
482logwatch (7.3.6.cvs20090906-1ubuntu1) karmic; urgency=low
483
484 * Merge from debian unstable (LP: #228917, #391077, #425206, #443252),
485 remaining changes:
486 - Use postfix rather than exim4.
487
488 -- Kees Cook <kees@ubuntu.com> Mon, 05 Oct 2009 09:20:31 -0700
489
282logwatch (7.3.6.cvs20090906-1) unstable; urgency=low490logwatch (7.3.6.cvs20090906-1) unstable; urgency=low
283491
284 * New CVS snapshot + postfix-logwatch 1.38.01492 * New CVS snapshot + postfix-logwatch 1.38.01
@@ -302,6 +510,16 @@ logwatch (7.3.6.cvs20090906-1) unstable; urgency=low
302510
303 -- Willi Mann <willi@wm1.at> Mon, 07 Sep 2009 17:04:43 +0200511 -- Willi Mann <willi@wm1.at> Mon, 07 Sep 2009 17:04:43 +0200
304512
513logwatch (7.3.6.cvs20080702-2ubuntu1) jaunty; urgency=low
514
515 [ Bhavani Shankar ]
516 * Merge from debian unstable, remaining changes: LP: #314620
517 - Use postfix rather than exim4.
518 - Fix logwatch.pl for servers that have the same hostname as a config
519 variable (ie: medium). Thanks for Nathan Crawford. (LP: #296349)
520
521 -- Mathias Gug <mathiaz@ubuntu.com> Wed, 07 Jan 2009 19:23:58 -0500
522
305logwatch (7.3.6.cvs20080702-2) unstable; urgency=low523logwatch (7.3.6.cvs20080702-2) unstable; urgency=low
306524
307 * add Michael Tautschnig to changelog of former version, crediting525 * add Michael Tautschnig to changelog of former version, crediting
@@ -317,6 +535,33 @@ logwatch (7.3.6.cvs20080702-2) unstable; urgency=low
317535
318 -- Willi Mann <willi@wm1.at> Sun, 07 Dec 2008 08:20:06 +0100536 -- Willi Mann <willi@wm1.at> Sun, 07 Dec 2008 08:20:06 +0100
319537
538logwatch (7.3.6.cvs20080702-1ubuntu4) jaunty; urgency=low
539
540 * Fix typo. (LP: #296349)
541
542 -- Chuck Short <zulcss@ubuntu.com> Wed, 03 Dec 2008 15:22:33 +0000
543
544logwatch (7.3.6.cvs20080702-1ubuntu3) jaunty; urgency=low
545
546 * Fix logwatch.pl for servers that have the same hostname as a config
547 variable (ie: medium). Thanks for Nathan Crawford. (LP: #296349)
548
549 -- Chuck Short <zulcss@ubuntu.com> Mon, 10 Nov 2008 16:46:59 +0000
550
551logwatch (7.3.6.cvs20080702-1ubuntu2) intrepid; urgency=low
552
553 * Corrected FTBFS from the merge by correcting arch from any to all
554
555 -- Michael Casadevall <sonicmctails@gmail.com> Fri, 05 Sep 2008 19:20:30 -0400
556
557logwatch (7.3.6.cvs20080702-1ubuntu1) intrepid; urgency=low
558
559 * Merge from debian unstable, remaining changes:
560 - Use postfix rather than exim4.
561 - Update maintainers according to spec.
562
563 -- Chuck Short <zulcss@ubuntu.com> Sat, 05 Jul 2008 11:49:54 +0100
564
320logwatch (7.3.6.cvs20080702-1) unstable; urgency=medium565logwatch (7.3.6.cvs20080702-1) unstable; urgency=medium
321566
322 * New upstream CVS snapshot567 * New upstream CVS snapshot
@@ -336,6 +581,15 @@ logwatch (7.3.6.cvs20080702-1) unstable; urgency=medium
336581
337 -- Willi Mann <willi@wm1.at> Fri, 04 Jul 2008 16:51:36 +0200582 -- Willi Mann <willi@wm1.at> Fri, 04 Jul 2008 16:51:36 +0200
338583
584logwatch (7.3.6-1ubuntu1) hardy; urgency=low
585
586 * Added patch from Paul Schulz to fix 'pam_unix unknown entries'
587 for authlog. (LP: #181690)
588 * Bumped starndards version to 3.7.3
589 * Use postfix rather than exim4.
590
591 -- Chuck Short <zulcss@ubuntu.com> Thu, 21 Feb 2008 08:35:13 -0500
592
339logwatch (7.3.6-1) unstable; urgency=low593logwatch (7.3.6-1) unstable; urgency=low
340594
341 * New upstream version:595 * New upstream version:
@@ -761,3 +1015,4 @@ logwatch (5.0-1) unstable; urgency=low
761 to the logfile(s). That's most likely the problem.1015 to the logfile(s). That's most likely the problem.
7621016
763 -- Willi Mann <willi@wm1.at> Wed, 12 Nov 2003 20:14:15 +01001017 -- Willi Mann <willi@wm1.at> Wed, 12 Nov 2003 20:14:15 +0100
1018
diff --git a/debian/control b/debian/control
index e1b48a4..cfe8147 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.4.17Standards-Version: 4.4.1
7Homepage: http://www.logwatch.org/8Homepage: http://www.logwatch.org/
@@ -11,7 +12,8 @@ Vcs-Git: https://salsa.debian.org/debian/logwatch.git
11Package: logwatch12Package: logwatch
12Architecture: all13Architecture: all
13Depends: ${perl:Depends}, ${misc:Depends}, default-mta | mail-transport-agent14Depends: ${perl:Depends}, ${misc:Depends}, default-mta | 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.

Subscribers

People subscribed via source and target branches