Merge ~vpa1977/ubuntu/+source/munin:2054628 into ubuntu/+source/munin:debian/sid

Proposed by Vladimir Petko
Status: Merged
Merge reported by: git-ubuntu bot
Merged at revision: a5744cf037fbf3199092f748a1294f1667cfce36
Proposed branch: ~vpa1977/ubuntu/+source/munin:2054628
Merge into: ubuntu/+source/munin:debian/sid
Diff against target: 468 lines (+264/-19)
8 files modified
debian/Makefile.config (+4/-0)
debian/changelog (+193/-0)
debian/control (+2/-1)
debian/patches/munin-node-configure-doc-fix.patch (+42/-0)
debian/patches/series (+1/-0)
debian/tests/control (+17/-17)
debian/tests/munin-node/02.plugins.t (+5/-0)
dev/null (+0/-1)
Reviewer Review Type Date Requested Status
Zixing Liu (community) Approve
Canonical Server Reporter Pending
git-ubuntu import Pending
Review via email: mp+460995@code.launchpad.net

Description of the change

Please review the munin merge.

Note: the changelog for 2.0.74-2ubuntu1 states that sysv tests are dropped, but the delta is still present and tests are not disabled in Debian. I have left this change.

The merge was a clean rebase of Ubuntu delta on new Debian version. I have added a fix for the plugin list test that was not expecting extra plugins.

PPA: ppa:vpa1977/plusone[1]

Changes:
  * Merge with Debian unstable (LP: #2054628). Remaining changes:
    - d/p/munin-node-configure-doc-fix.patch: Remove deprecated
      argument exitonerror and update some snmp arguments to match
      their correct naming.
    - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu
    - Add missing test dependency on net-tools for netstat plugin.
    - d/Makefile.config: Use java_compat_level provided by java-common
      to set --release level.
  * New changes:
    - d/t/munin-node/02.plugins.t: add conditional postfix plugin to
      the plugin list test.

Testing:
 - install/remove, install-upgrade-purge tests[2]
   Note: piuparts for some reason attempts to remove
     bsdutils
     libblkid1:amd64
     libuuid1:amd64
     util-linux
     libmount1:amd64
     libsmartcols1:amd64
     and fails.
 - autopkgtest
    + ✅ munin on noble for amd64 @ 22.02.24 22:38:39 Log️ 🗒️
    + ✅ munin on noble for arm64 @ 22.02.24 22:47:06 Log️ 🗒️
    + ✅ munin on noble for armhf @ 22.02.24 22:40:44 Log️ 🗒️
    + ❌ munin on noble for i386 @ 22.02.24 22:37:02 Log️ 🗒️[3]
      • master-cron-systemd FAIL 🟥
      • master-cgi-systemd FAIL 🟥
      • node-systemd FAIL 🟥
      • command1 FAIL 🟥
    + ✅ munin on noble for ppc64el @ 22.02.24 22:30:05 Log️ 🗒️
    + ✅ munin on noble for s390x @ 22.02.24 22:42:02 Log️ 🗒️

The test fails on i386 due to package being uninstallable[4]

[1] https://launchpad.net/~vpa1977/+archive/ubuntu/plusone
[2] https://bugs.launchpad.net/ubuntu/+source/munin/+bug/2054628/comments/1
[3] https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/i386/m/munin/20240222_223702_5cc54@/log.gz
[4] https://autopkgtest.ubuntu.com/packages/munin/noble/i386

To post a comment you must log in.
Revision history for this message
Zixing Liu (liushuyu-011) wrote :

The merge looks good to me.

Regarding autopkgtest, I have queued an all-proposed test to see if it will co-install with other Java packages currently residing in the -proposed pocket. The results will show in https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/?format=plain after they finish running.

Revision history for this message
Zixing Liu (liushuyu-011) :
review: Approve
Revision history for this message
Vladimir Petko (vpa1977) wrote :

Uploaded, thank you!!!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/Makefile.config b/debian/Makefile.config
2index 8778c64..9882482 100644
3--- a/debian/Makefile.config
4+++ b/debian/Makefile.config
5@@ -1,6 +1,8 @@
6 # This file overrides variables used by the makefile, so its behaviour
7 # becomes suitable for building Debian packages.
8
9+include /usr/share/java/java_defaults.mk
10+
11 PREFIX = $(DESTDIR)/usr
12 CONFDIR = $(DESTDIR)/etc/munin
13 HTMLDIR = $(DESTDIR)/var/cache/munin/www
14@@ -26,3 +28,5 @@ CHGRP = \#
15
16 # Distinction between a Linux and FreeBSD kernel
17 OSTYPE := $(shell debian/ostype_helper)
18+
19+JFLAGS := -g --release $(java_compat_level) -Xlint
20diff --git a/debian/changelog b/debian/changelog
21index 1bc9ccb..0d35b2d 100644
22--- a/debian/changelog
23+++ b/debian/changelog
24@@ -1,3 +1,19 @@
25+munin (2.0.75-1ubuntu1) noble; urgency=medium
26+
27+ * Merge with Debian unstable (LP: #2054628). Remaining changes:
28+ - d/p/munin-node-configure-doc-fix.patch: Remove deprecated
29+ argument exitonerror and update some snmp arguments to match
30+ their correct naming.
31+ - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu
32+ - Add missing test dependency on net-tools for netstat plugin.
33+ - d/Makefile.config: Use java_compat_level provided by java-common
34+ to set --release level.
35+ * New changes:
36+ - d/t/munin-node/02.plugins.t: add conditional postfix plugin to
37+ the plugin list test.
38+
39+ -- Vladimir Petko <vladimir.petko@canonical.com> Thu, 22 Feb 2024 17:17:06 +1300
40+
41 munin (2.0.75-1) unstable; urgency=medium
42
43 * new upstream version:
44@@ -5,6 +21,25 @@ munin (2.0.75-1) unstable; urgency=medium
45
46 -- Holger Levsen <holger@debian.org> Mon, 25 Dec 2023 15:17:57 +0100
47
48+munin (2.0.74-2ubuntu2) noble; urgency=medium
49+
50+ * d/Makefile.config: use java_compat_level variable provided by
51+ java-common to adjust --release level to the minimum required by the
52+ default Java (LP: #2053290).
53+
54+ -- Vladimir Petko <vladimir.petko@canonical.com> Thu, 15 Feb 2024 12:04:15 +1300
55+
56+munin (2.0.74-2ubuntu1) noble; urgency=low
57+
58+ * Merge from Debian unstable. (LP: #2044187) Remaining changes:
59+ - d/p/munin-node-configure-doc-fix.patch: Remove deprecated argument
60+ exitnoerror and update some snmp arguments to match their correct naming.
61+ - Add missing test dependency on net-tools for netstat plugin.
62+ * Dropped changes, included in Debian:
63+ - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
64+
65+ -- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 21 Nov 2023 14:10:43 -0600
66+
67 munin (2.0.74-2) unstable; urgency=medium
68
69 * d/control:
70@@ -75,6 +110,16 @@ munin (2.0.72-1) unstable; urgency=medium
71
72 -- Holger Levsen <holger@debian.org> Wed, 08 Feb 2023 15:33:04 +0100
73
74+munin (2.0.71-2ubuntu1) lunar; urgency=medium
75+
76+ * Merge with Debian unstable. Remaining changes:
77+ - Add missing test dependency on net-tools for netstat plugin.
78+ - Disable sysv autopkgtests
79+ - d/p/munin-node-configure-doc-fix.patch: Remove deprecated argument
80+ exitnoerror and update some snmp arguments to match their correct naming.
81+
82+ -- dann frazier <dannf@ubuntu.com> Mon, 21 Nov 2022 13:14:25 -0700
83+
84 munin (2.0.71-2) unstable; urgency=medium
85
86 [ dann frazier ]
87@@ -83,6 +128,24 @@ munin (2.0.71-2) unstable; urgency=medium
88
89 -- Holger Levsen <holger@debian.org> Wed, 16 Nov 2022 18:08:55 +0100
90
91+munin (2.0.71-1.1ubuntu1) lunar; urgency=medium
92+
93+ * Merge with Debian unstable. Remaining changes:
94+ - Add missing test dependency on net-tools for netstat plugin.
95+ - Disable sysv autopkgtests
96+ - d/p/munin-node-configure-doc-fix.patch: Remove deprecated argument
97+ exitnoerror and update some snmp arguments to match their correct naming.
98+ * autopkgtest: Avoid remaining race with cron shutdown. (LP: #1865938)
99+
100+ -- dann frazier <dannf@ubuntu.com> Thu, 10 Nov 2022 06:41:20 -0700
101+
102+munin (2.0.71-1.1) unstable; urgency=medium
103+
104+ * Non-maintainer upload.
105+ * No source change upload to rebuild with debhelper 13.10.
106+
107+ -- Michael Biebl <biebl@debian.org> Sat, 15 Oct 2022 12:24:47 +0200
108+
109 munin (2.0.71-1) unstable; urgency=medium
110
111 * New upstream release. Closes: #1019343.
112@@ -93,6 +156,25 @@ munin (2.0.71-1) unstable; urgency=medium
113
114 -- Holger Levsen <holger@debian.org> Mon, 26 Sep 2022 14:44:44 +0200
115
116+munin (2.0.69-1ubuntu1) kinetic; urgency=medium
117+
118+ * Merge with Debian unstable (LP: #1986980). Remaining changes:
119+ - Add missing test dependency on net-tools for netstat plugin.
120+ - Disable sysv autopkgtests
121+ - Stop cron and clean cache before running tests, because cron can also run
122+ munin
123+ - Run the setup again, if upgrading from 2.0.37-1
124+ - d/p/munin-node-configure-doc-fix.patch: Remove deprecated argument
125+ exitnoerror and update some snmp arguments to match their correct naming.
126+ (LP #1680975)
127+ * Dropped changes:
128+ - Run the setup again, if upgrading from 2.0.37-1
129+ * New Changes:
130+ - d/p/munin-node-configure-doc-fix.patch: Refresh patch as it was partially
131+ fixed upstream
132+
133+ -- Lena Voytek <lena.voytek@canonical.com> Thu, 18 Aug 2022 09:36:18 -0700
134+
135 munin (2.0.69-1) unstable; urgency=medium
136
137 [ Holger Levsen ]
138@@ -199,6 +281,27 @@ munin (2.0.63-1) unstable; urgency=medium
139
140 -- Holger Levsen <holger@debian.org> Tue, 09 Jun 2020 01:55:12 +0200
141
142+munin (2.0.57-1ubuntu2) jammy; urgency=medium
143+
144+ * d/p/munin-node-configure-doc-fix.patch: Remove deprecated argument
145+ exitnoerror and update some snmp arguments to match their correct naming.
146+ (LP: #1680975)
147+
148+ -- Lena Voytek <lena.voytek@canonical.com> Fri, 12 Nov 2021 15:27:50 -0700
149+
150+munin (2.0.57-1ubuntu1) groovy; urgency=medium
151+
152+ * Merge from Debian unstable
153+ - Remaining changes:
154+ * Add missing test dependency on net-tools for netstat plugin.
155+ * Stop cron and clean cache before running tests, because cron
156+ can also run munin
157+ - Dropped changes:
158+ * Run the setup again, if upgrading from 2.0.37-1
159+ * Disable sysv autopkgtests
160+
161+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 07 May 2020 14:42:21 +0200
162+
163 munin (2.0.57-1) unstable; urgency=medium
164
165 [ Lars Kruse ]
166@@ -221,6 +324,17 @@ munin (2.0.57-1) unstable; urgency=medium
167
168 -- Holger Levsen <holger@debian.org> Sat, 14 Mar 2020 18:59:29 +0100
169
170+munin (2.0.56-1ubuntu1) focal; urgency=medium
171+
172+ * Merge from Debian unstable. Remaining changes:
173+ - Run the setup again, if upgrading from 2.0.37-1. This change can be
174+ dropped after the Ubuntu 20.04 LTS release.
175+ - Add missing test dependency on net-tools for netstat plugin.
176+ - Stop cron and clean cache before running tests, because cron can also run
177+ munin
178+
179+ -- Balint Reczey <rbalint@ubuntu.com> Fri, 14 Feb 2020 12:25:00 +0100
180+
181 munin (2.0.56-1) unstable; urgency=medium
182
183 [ Holger Levsen ]
184@@ -233,6 +347,24 @@ munin (2.0.56-1) unstable; urgency=medium
185
186 -- Holger Levsen <holger@debian.org> Sat, 08 Feb 2020 00:08:10 +0100
187
188+munin (2.0.54-1ubuntu2) focal; urgency=medium
189+
190+ * Stop cron and clean cache before running tests, because cron can also run
191+ munin
192+
193+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 13 Feb 2020 19:45:12 +0100
194+
195+munin (2.0.54-1ubuntu1) focal; urgency=low
196+
197+ * Merge from Debian unstable. Remaining changes:
198+ - Run the setup again, if upgrading from 2.0.37-1. This change can be
199+ dropped after the Ubuntu 20.04 LTS release.
200+ - Add missing test dependency on net-tools for netstat plugin.
201+ * Dropped changes, included in Debian:
202+ - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
203+
204+ -- Steve Langasek <steve.langasek@ubuntu.com> Sat, 01 Feb 2020 12:56:26 -0800
205+
206 munin (2.0.54-1) unstable; urgency=medium
207
208 * New upstream release, drop debian/patches merged upstream.
209@@ -263,6 +395,16 @@ munin (2.0.52-1) unstable; urgency=medium
210
211 -- Holger Levsen <holger@debian.org> Tue, 14 Jan 2020 13:39:41 +0100
212
213+munin (2.0.51-1ubuntu1) focal; urgency=low
214+
215+ * Merge from Debian unstable. Remaining changes:
216+ - Run the setup again, if upgrading from 2.0.37-1. This change can be
217+ dropped after the Ubuntu 20.04 LTS release.
218+ - Add missing test dependency on net-tools for netstat plugin.
219+ - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
220+
221+ -- Steve Langasek <steve.langasek@ubuntu.com> Sat, 19 Oct 2019 23:54:59 -0700
222+
223 munin (2.0.51-1) unstable; urgency=medium
224
225 * New upstream bugfix release.
226@@ -282,6 +424,16 @@ munin (2.0.50-1) unstable; urgency=medium
227
228 -- Holger Levsen <holger@debian.org> Thu, 17 Oct 2019 11:18:09 +0200
229
230+munin (2.0.49-3ubuntu1) eoan; urgency=low
231+
232+ * Merge from Debian unstable. Remaining changes:
233+ - Run the setup again, if upgrading from 2.0.37-1. This change can be
234+ dropped after the Ubuntu 20.04 LTS release.
235+ - Add missing test dependency on net-tools for netstat plugin.
236+ - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
237+
238+ -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 16 Aug 2019 00:44:38 -0700
239+
240 munin (2.0.49-3) unstable; urgency=medium
241
242 [ Lars Kruse ]
243@@ -321,6 +473,16 @@ munin (2.0.49-2) unstable; urgency=medium
244
245 -- Holger Levsen <holger@debian.org> Sun, 04 Aug 2019 11:21:12 -0300
246
247+munin (2.0.49-1ubuntu1) eoan; urgency=low
248+
249+ * Merge from Debian unstable. Remaining changes:
250+ - Run the setup again, if upgrading from 2.0.37-1. This change can be
251+ dropped after the Ubuntu 20.04 LTS release.
252+ - Add missing test dependency on net-tools for netstat plugin.
253+ - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
254+
255+ -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 14 Jun 2019 14:36:42 -0700
256+
257 munin (2.0.49-1) unstable; urgency=medium
258
259 [ Lars Kruse ]
260@@ -356,6 +518,29 @@ munin (2.0.49-1) unstable; urgency=medium
261
262 -- Holger Levsen <holger@debian.org> Thu, 16 May 2019 01:21:08 +0200
263
264+munin (2.0.47-1ubuntu3) disco; urgency=medium
265+
266+ * Add missing test dependency on net-tools for netstat plugin.
267+
268+ -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 12 Apr 2019 17:33:48 -0700
269+
270+munin (2.0.47-1ubuntu2) disco; urgency=medium
271+
272+ * Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
273+
274+ -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 12 Apr 2019 15:01:41 -0700
275+
276+munin (2.0.47-1ubuntu1) disco; urgency=low
277+
278+ * Merge from Debian unstable. Remaining changes:
279+ - Run the setup again, if upgrading from 2.0.37-1. This change can be
280+ dropped after the Ubuntu 20.04 LTS release.
281+ * Dropped changes, included in Debian:
282+ - Revert more of f1f48dee so that directories are again setup correctly on
283+ initial installations of munin-node and munin-async.
284+
285+ -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 12 Apr 2019 12:31:44 -0700
286+
287 munin (2.0.47-1) unstable; urgency=medium
288
289 [ Holger Levsen ]
290@@ -594,6 +779,14 @@ munin (2.0.37-2) unstable; urgency=medium
291
292 -- Holger Levsen <holger@debian.org> Wed, 30 May 2018 23:41:48 +0000
293
294+munin (2.0.37-1ubuntu1) cosmic; urgency=medium
295+
296+ * Revert more of f1f48dee so that directories are again setup correctly on
297+ initial installations of munin-node and munin-async. (LP: #1770569)
298+ - Run the setup again, if upgrading from 2.0.37-1.
299+
300+ -- Stefano Rivera <stefanor@ubuntu.com> Thu, 10 May 2018 23:49:23 -0700
301+
302 munin (2.0.37-1) unstable; urgency=medium
303
304 * New upstream version 2.0.37.
305diff --git a/debian/control b/debian/control
306index bb601e1..3ed8cad 100644
307--- a/debian/control
308+++ b/debian/control
309@@ -1,7 +1,8 @@
310 Source: munin
311 Section: net
312 Priority: optional
313-Maintainer: Munin Debian Maintainers <team+munin@tracker.debian.org>
314+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
315+XSBC-Original-Maintainer: Munin Debian Maintainers <team+munin@tracker.debian.org>
316 Uploaders: Holger Levsen <holger@debian.org>,
317 Stig Sandbeck Mathisen <ssm@debian.org>
318 Build-Depends-Indep: default-jdk,
319diff --git a/debian/patches/munin-node-configure-doc-fix.patch b/debian/patches/munin-node-configure-doc-fix.patch
320new file mode 100644
321index 0000000..cc1cb01
322--- /dev/null
323+++ b/debian/patches/munin-node-configure-doc-fix.patch
324@@ -0,0 +1,42 @@
325+Description: Edit munin-node-configure documentation to match correct arguments
326+Author: Lena Voytek <lena.voytek@canonical.com>
327+Bug: https://github.com/munin-monitoring/munin/issues/1341
328+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1680975
329+Last-Update: 2022-08-18
330+---
331+This patch combines the upstream patch referenced above, which removes the exitnoerror info, with
332+a custom patch that modifies the snmp argument names.
333+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
334+--- a/node/sbin/munin-node-configure
335++++ b/node/sbin/munin-node-configure
336+@@ -612,17 +612,17 @@
337+
338+ Username. There is no default.
339+
340+-=item B<< --snmpauthpassword <password> >>
341++=item B<< --snmpauthpass <password> >>
342+
343+ Authentication password. Optional when encryption is also enabled, in which
344+-case defaults to the privacy password (C<--snmpprivpassword>).
345++case defaults to the privacy password (C<--snmpprivpass>).
346+
347+-=item B<< --snmpauthprotocol <protocol> >>
348++=item B<< --snmpauthproto <protocol> >>
349+
350+ Authentication protocol. One of 'md5' or 'sha' (HMAC-MD5-96, RFC1321 and
351+ SHA-1/HMAC-SHA-96, NIST FIPS PIB 180, RFC2264). ['md5']
352+
353+-=item B<< --snmpprivpassword <password> >>
354++=item B<< --snmpprivpass <password> >>
355+
356+ Privacy password to enable encryption. There is no default. An empty ('')
357+ password is considered as no password and will not enable encryption.
358+@@ -631,7 +631,7 @@
359+ but all of these are defaulted (to 'des', 'md5', and the privpassword value,
360+ respectively) and may therefore be left unspecified.
361+
362+-=item B<< --snmpprivprotocol <protocol> >>
363++=item B<< --snmpprivproto <protocol> >>
364+
365+ If the privpassword is set this setting controls what kind of encryption is
366+ used to achieve privacy in the session. Only the very weak 'des' encryption
367diff --git a/debian/patches/series b/debian/patches/series
368new file mode 100644
369index 0000000..9116287
370--- /dev/null
371+++ b/debian/patches/series
372@@ -0,0 +1 @@
373+munin-node-configure-doc-fix.patch
374diff --git a/debian/tests/control b/debian/tests/control
375index b6a8251..262bbd9 100644
376--- a/debian/tests/control
377+++ b/debian/tests/control
378@@ -38,19 +38,19 @@ Depends: apache2,
379 Restrictions: needs-root, breaks-testbed, isolation-container
380
381 # sysvinit-core
382-Tests: master-cron-sysv, master-cgi-sysv
383-Depends: apache2,
384- cron,
385- curl,
386- daemontools,
387- file,
388- libcgi-fast-perl,
389- munin,
390- munin-node,
391- psmisc,
392- sharness,
393- sysvinit-core
394-Restrictions: needs-root, breaks-testbed, isolation-container, needs-reboot, allow-stderr, skip-not-installable
395+#Tests: master-cron-sysv, master-cgi-sysv
396+#Depends: apache2,
397+# cron,
398+# curl,
399+# daemontools,
400+# file,
401+# libcgi-fast-perl,
402+# munin,
403+# munin-node,
404+# psmisc,
405+# sharness,
406+# sysvinit-core
407+#Restrictions: needs-root, breaks-testbed, isolation-container, needs-reboot, allow-stderr, skip-not-installable
408
409 # Tests for munin-node:
410 # * run the node
411@@ -62,13 +62,13 @@ Restrictions: needs-root, breaks-testbed, isolation-container, needs-reboot, all
412
413 # systemd
414 Tests: node-systemd
415-Depends: munin-node, netcat-openbsd, sharness, systemd-sysv
416+Depends: munin-node, netcat-openbsd, sharness, net-tools, systemd-sysv
417 Restrictions: needs-root, breaks-testbed, isolation-container
418
419 # sysvinit-core
420-Tests: node-sysv
421-Depends: cron, munin-node, netcat-openbsd, sharness, sysvinit-core
422-Restrictions: needs-root, breaks-testbed, isolation-container, needs-reboot, allow-stderr, skip-not-installable
423+#Tests: node-sysv
424+#Depends: cron, munin-node, netcat-openbsd, sharness, sysvinit-core
425+#Restrictions: needs-root, breaks-testbed, isolation-container, needs-reboot, allow-stderr, skip-not-installable
426
427 # verify that all binary packages can be installed at the same time (without conflicts)
428 Test-Command: true
429diff --git a/debian/tests/master-cgi-sysv b/debian/tests/master-cgi-sysv
430deleted file mode 120000
431index 3f6f801..0000000
432--- a/debian/tests/master-cgi-sysv
433+++ /dev/null
434@@ -1 +0,0 @@
435-master-cgi-systemd
436\ No newline at end of file
437diff --git a/debian/tests/master-cron-sysv b/debian/tests/master-cron-sysv
438deleted file mode 120000
439index ad765b9..0000000
440--- a/debian/tests/master-cron-sysv
441+++ /dev/null
442@@ -1 +0,0 @@
443-master-cron-systemd
444\ No newline at end of file
445diff --git a/debian/tests/munin-node/02.plugins.t b/debian/tests/munin-node/02.plugins.t
446index 8cdcbd7..769dfcd 100755
447--- a/debian/tests/munin-node/02.plugins.t
448+++ b/debian/tests/munin-node/02.plugins.t
449@@ -55,6 +55,11 @@ EOF
450 if [ -x /bin/netstat ]; then
451 echo netstat
452 fi
453+ SPOOLDIR="$(postconf -h queue_directory 2>/dev/null || echo /var/spool/postfix)"
454+ if [ -d "$SPOOLDIR" ]; then
455+ echo postfix_mailqueue
456+ echo postfix_mailvolume
457+ fi
458 } | sort >expected_plugins
459 test_cmp expected_plugins all_without_network_interfaces
460 '
461diff --git a/debian/tests/node-sysv b/debian/tests/node-sysv
462deleted file mode 120000
463index 40c8c5c..0000000
464--- a/debian/tests/node-sysv
465+++ /dev/null
466@@ -1 +0,0 @@
467-node-systemd
468\ No newline at end of file

Subscribers

People subscribed via source and target branches