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
diff --git a/debian/Makefile.config b/debian/Makefile.config
index 8778c64..9882482 100644
--- a/debian/Makefile.config
+++ b/debian/Makefile.config
@@ -1,6 +1,8 @@
1# This file overrides variables used by the makefile, so its behaviour1# This file overrides variables used by the makefile, so its behaviour
2# becomes suitable for building Debian packages.2# becomes suitable for building Debian packages.
33
4include /usr/share/java/java_defaults.mk
5
4PREFIX = $(DESTDIR)/usr6PREFIX = $(DESTDIR)/usr
5CONFDIR = $(DESTDIR)/etc/munin7CONFDIR = $(DESTDIR)/etc/munin
6HTMLDIR = $(DESTDIR)/var/cache/munin/www8HTMLDIR = $(DESTDIR)/var/cache/munin/www
@@ -26,3 +28,5 @@ CHGRP = \#
2628
27# Distinction between a Linux and FreeBSD kernel29# Distinction between a Linux and FreeBSD kernel
28OSTYPE := $(shell debian/ostype_helper)30OSTYPE := $(shell debian/ostype_helper)
31
32JFLAGS := -g --release $(java_compat_level) -Xlint
diff --git a/debian/changelog b/debian/changelog
index 1bc9ccb..0d35b2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
1munin (2.0.75-1ubuntu1) noble; urgency=medium
2
3 * Merge with Debian unstable (LP: #2054628). Remaining changes:
4 - d/p/munin-node-configure-doc-fix.patch: Remove deprecated
5 argument exitonerror and update some snmp arguments to match
6 their correct naming.
7 - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu
8 - Add missing test dependency on net-tools for netstat plugin.
9 - d/Makefile.config: Use java_compat_level provided by java-common
10 to set --release level.
11 * New changes:
12 - d/t/munin-node/02.plugins.t: add conditional postfix plugin to
13 the plugin list test.
14
15 -- Vladimir Petko <vladimir.petko@canonical.com> Thu, 22 Feb 2024 17:17:06 +1300
16
1munin (2.0.75-1) unstable; urgency=medium17munin (2.0.75-1) unstable; urgency=medium
218
3 * new upstream version:19 * new upstream version:
@@ -5,6 +21,25 @@ munin (2.0.75-1) unstable; urgency=medium
521
6 -- Holger Levsen <holger@debian.org> Mon, 25 Dec 2023 15:17:57 +010022 -- Holger Levsen <holger@debian.org> Mon, 25 Dec 2023 15:17:57 +0100
723
24munin (2.0.74-2ubuntu2) noble; urgency=medium
25
26 * d/Makefile.config: use java_compat_level variable provided by
27 java-common to adjust --release level to the minimum required by the
28 default Java (LP: #2053290).
29
30 -- Vladimir Petko <vladimir.petko@canonical.com> Thu, 15 Feb 2024 12:04:15 +1300
31
32munin (2.0.74-2ubuntu1) noble; urgency=low
33
34 * Merge from Debian unstable. (LP: #2044187) Remaining changes:
35 - d/p/munin-node-configure-doc-fix.patch: Remove deprecated argument
36 exitnoerror and update some snmp arguments to match their correct naming.
37 - Add missing test dependency on net-tools for netstat plugin.
38 * Dropped changes, included in Debian:
39 - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
40
41 -- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 21 Nov 2023 14:10:43 -0600
42
8munin (2.0.74-2) unstable; urgency=medium43munin (2.0.74-2) unstable; urgency=medium
944
10 * d/control:45 * d/control:
@@ -75,6 +110,16 @@ munin (2.0.72-1) unstable; urgency=medium
75110
76 -- Holger Levsen <holger@debian.org> Wed, 08 Feb 2023 15:33:04 +0100111 -- Holger Levsen <holger@debian.org> Wed, 08 Feb 2023 15:33:04 +0100
77112
113munin (2.0.71-2ubuntu1) lunar; urgency=medium
114
115 * Merge with Debian unstable. Remaining changes:
116 - Add missing test dependency on net-tools for netstat plugin.
117 - Disable sysv autopkgtests
118 - d/p/munin-node-configure-doc-fix.patch: Remove deprecated argument
119 exitnoerror and update some snmp arguments to match their correct naming.
120
121 -- dann frazier <dannf@ubuntu.com> Mon, 21 Nov 2022 13:14:25 -0700
122
78munin (2.0.71-2) unstable; urgency=medium123munin (2.0.71-2) unstable; urgency=medium
79124
80 [ dann frazier ]125 [ dann frazier ]
@@ -83,6 +128,24 @@ munin (2.0.71-2) unstable; urgency=medium
83128
84 -- Holger Levsen <holger@debian.org> Wed, 16 Nov 2022 18:08:55 +0100129 -- Holger Levsen <holger@debian.org> Wed, 16 Nov 2022 18:08:55 +0100
85130
131munin (2.0.71-1.1ubuntu1) lunar; urgency=medium
132
133 * Merge with Debian unstable. Remaining changes:
134 - Add missing test dependency on net-tools for netstat plugin.
135 - Disable sysv autopkgtests
136 - d/p/munin-node-configure-doc-fix.patch: Remove deprecated argument
137 exitnoerror and update some snmp arguments to match their correct naming.
138 * autopkgtest: Avoid remaining race with cron shutdown. (LP: #1865938)
139
140 -- dann frazier <dannf@ubuntu.com> Thu, 10 Nov 2022 06:41:20 -0700
141
142munin (2.0.71-1.1) unstable; urgency=medium
143
144 * Non-maintainer upload.
145 * No source change upload to rebuild with debhelper 13.10.
146
147 -- Michael Biebl <biebl@debian.org> Sat, 15 Oct 2022 12:24:47 +0200
148
86munin (2.0.71-1) unstable; urgency=medium149munin (2.0.71-1) unstable; urgency=medium
87150
88 * New upstream release. Closes: #1019343.151 * New upstream release. Closes: #1019343.
@@ -93,6 +156,25 @@ munin (2.0.71-1) unstable; urgency=medium
93156
94 -- Holger Levsen <holger@debian.org> Mon, 26 Sep 2022 14:44:44 +0200157 -- Holger Levsen <holger@debian.org> Mon, 26 Sep 2022 14:44:44 +0200
95158
159munin (2.0.69-1ubuntu1) kinetic; urgency=medium
160
161 * Merge with Debian unstable (LP: #1986980). Remaining changes:
162 - Add missing test dependency on net-tools for netstat plugin.
163 - Disable sysv autopkgtests
164 - Stop cron and clean cache before running tests, because cron can also run
165 munin
166 - Run the setup again, if upgrading from 2.0.37-1
167 - d/p/munin-node-configure-doc-fix.patch: Remove deprecated argument
168 exitnoerror and update some snmp arguments to match their correct naming.
169 (LP #1680975)
170 * Dropped changes:
171 - Run the setup again, if upgrading from 2.0.37-1
172 * New Changes:
173 - d/p/munin-node-configure-doc-fix.patch: Refresh patch as it was partially
174 fixed upstream
175
176 -- Lena Voytek <lena.voytek@canonical.com> Thu, 18 Aug 2022 09:36:18 -0700
177
96munin (2.0.69-1) unstable; urgency=medium178munin (2.0.69-1) unstable; urgency=medium
97179
98 [ Holger Levsen ]180 [ Holger Levsen ]
@@ -199,6 +281,27 @@ munin (2.0.63-1) unstable; urgency=medium
199281
200 -- Holger Levsen <holger@debian.org> Tue, 09 Jun 2020 01:55:12 +0200282 -- Holger Levsen <holger@debian.org> Tue, 09 Jun 2020 01:55:12 +0200
201283
284munin (2.0.57-1ubuntu2) jammy; urgency=medium
285
286 * d/p/munin-node-configure-doc-fix.patch: Remove deprecated argument
287 exitnoerror and update some snmp arguments to match their correct naming.
288 (LP: #1680975)
289
290 -- Lena Voytek <lena.voytek@canonical.com> Fri, 12 Nov 2021 15:27:50 -0700
291
292munin (2.0.57-1ubuntu1) groovy; urgency=medium
293
294 * Merge from Debian unstable
295 - Remaining changes:
296 * Add missing test dependency on net-tools for netstat plugin.
297 * Stop cron and clean cache before running tests, because cron
298 can also run munin
299 - Dropped changes:
300 * Run the setup again, if upgrading from 2.0.37-1
301 * Disable sysv autopkgtests
302
303 -- Balint Reczey <rbalint@ubuntu.com> Thu, 07 May 2020 14:42:21 +0200
304
202munin (2.0.57-1) unstable; urgency=medium305munin (2.0.57-1) unstable; urgency=medium
203306
204 [ Lars Kruse ]307 [ Lars Kruse ]
@@ -221,6 +324,17 @@ munin (2.0.57-1) unstable; urgency=medium
221324
222 -- Holger Levsen <holger@debian.org> Sat, 14 Mar 2020 18:59:29 +0100325 -- Holger Levsen <holger@debian.org> Sat, 14 Mar 2020 18:59:29 +0100
223326
327munin (2.0.56-1ubuntu1) focal; urgency=medium
328
329 * Merge from Debian unstable. Remaining changes:
330 - Run the setup again, if upgrading from 2.0.37-1. This change can be
331 dropped after the Ubuntu 20.04 LTS release.
332 - Add missing test dependency on net-tools for netstat plugin.
333 - Stop cron and clean cache before running tests, because cron can also run
334 munin
335
336 -- Balint Reczey <rbalint@ubuntu.com> Fri, 14 Feb 2020 12:25:00 +0100
337
224munin (2.0.56-1) unstable; urgency=medium338munin (2.0.56-1) unstable; urgency=medium
225339
226 [ Holger Levsen ]340 [ Holger Levsen ]
@@ -233,6 +347,24 @@ munin (2.0.56-1) unstable; urgency=medium
233347
234 -- Holger Levsen <holger@debian.org> Sat, 08 Feb 2020 00:08:10 +0100348 -- Holger Levsen <holger@debian.org> Sat, 08 Feb 2020 00:08:10 +0100
235349
350munin (2.0.54-1ubuntu2) focal; urgency=medium
351
352 * Stop cron and clean cache before running tests, because cron can also run
353 munin
354
355 -- Balint Reczey <rbalint@ubuntu.com> Thu, 13 Feb 2020 19:45:12 +0100
356
357munin (2.0.54-1ubuntu1) focal; urgency=low
358
359 * Merge from Debian unstable. Remaining changes:
360 - Run the setup again, if upgrading from 2.0.37-1. This change can be
361 dropped after the Ubuntu 20.04 LTS release.
362 - Add missing test dependency on net-tools for netstat plugin.
363 * Dropped changes, included in Debian:
364 - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
365
366 -- Steve Langasek <steve.langasek@ubuntu.com> Sat, 01 Feb 2020 12:56:26 -0800
367
236munin (2.0.54-1) unstable; urgency=medium368munin (2.0.54-1) unstable; urgency=medium
237369
238 * New upstream release, drop debian/patches merged upstream.370 * New upstream release, drop debian/patches merged upstream.
@@ -263,6 +395,16 @@ munin (2.0.52-1) unstable; urgency=medium
263395
264 -- Holger Levsen <holger@debian.org> Tue, 14 Jan 2020 13:39:41 +0100396 -- Holger Levsen <holger@debian.org> Tue, 14 Jan 2020 13:39:41 +0100
265397
398munin (2.0.51-1ubuntu1) focal; urgency=low
399
400 * Merge from Debian unstable. Remaining changes:
401 - Run the setup again, if upgrading from 2.0.37-1. This change can be
402 dropped after the Ubuntu 20.04 LTS release.
403 - Add missing test dependency on net-tools for netstat plugin.
404 - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
405
406 -- Steve Langasek <steve.langasek@ubuntu.com> Sat, 19 Oct 2019 23:54:59 -0700
407
266munin (2.0.51-1) unstable; urgency=medium408munin (2.0.51-1) unstable; urgency=medium
267409
268 * New upstream bugfix release.410 * New upstream bugfix release.
@@ -282,6 +424,16 @@ munin (2.0.50-1) unstable; urgency=medium
282424
283 -- Holger Levsen <holger@debian.org> Thu, 17 Oct 2019 11:18:09 +0200425 -- Holger Levsen <holger@debian.org> Thu, 17 Oct 2019 11:18:09 +0200
284426
427munin (2.0.49-3ubuntu1) eoan; urgency=low
428
429 * Merge from Debian unstable. Remaining changes:
430 - Run the setup again, if upgrading from 2.0.37-1. This change can be
431 dropped after the Ubuntu 20.04 LTS release.
432 - Add missing test dependency on net-tools for netstat plugin.
433 - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
434
435 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 16 Aug 2019 00:44:38 -0700
436
285munin (2.0.49-3) unstable; urgency=medium437munin (2.0.49-3) unstable; urgency=medium
286438
287 [ Lars Kruse ]439 [ Lars Kruse ]
@@ -321,6 +473,16 @@ munin (2.0.49-2) unstable; urgency=medium
321473
322 -- Holger Levsen <holger@debian.org> Sun, 04 Aug 2019 11:21:12 -0300474 -- Holger Levsen <holger@debian.org> Sun, 04 Aug 2019 11:21:12 -0300
323475
476munin (2.0.49-1ubuntu1) eoan; urgency=low
477
478 * Merge from Debian unstable. Remaining changes:
479 - Run the setup again, if upgrading from 2.0.37-1. This change can be
480 dropped after the Ubuntu 20.04 LTS release.
481 - Add missing test dependency on net-tools for netstat plugin.
482 - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
483
484 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 14 Jun 2019 14:36:42 -0700
485
324munin (2.0.49-1) unstable; urgency=medium486munin (2.0.49-1) unstable; urgency=medium
325487
326 [ Lars Kruse ]488 [ Lars Kruse ]
@@ -356,6 +518,29 @@ munin (2.0.49-1) unstable; urgency=medium
356518
357 -- Holger Levsen <holger@debian.org> Thu, 16 May 2019 01:21:08 +0200519 -- Holger Levsen <holger@debian.org> Thu, 16 May 2019 01:21:08 +0200
358520
521munin (2.0.47-1ubuntu3) disco; urgency=medium
522
523 * Add missing test dependency on net-tools for netstat plugin.
524
525 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 12 Apr 2019 17:33:48 -0700
526
527munin (2.0.47-1ubuntu2) disco; urgency=medium
528
529 * Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.
530
531 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 12 Apr 2019 15:01:41 -0700
532
533munin (2.0.47-1ubuntu1) disco; urgency=low
534
535 * Merge from Debian unstable. Remaining changes:
536 - Run the setup again, if upgrading from 2.0.37-1. This change can be
537 dropped after the Ubuntu 20.04 LTS release.
538 * Dropped changes, included in Debian:
539 - Revert more of f1f48dee so that directories are again setup correctly on
540 initial installations of munin-node and munin-async.
541
542 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 12 Apr 2019 12:31:44 -0700
543
359munin (2.0.47-1) unstable; urgency=medium544munin (2.0.47-1) unstable; urgency=medium
360545
361 [ Holger Levsen ]546 [ Holger Levsen ]
@@ -594,6 +779,14 @@ munin (2.0.37-2) unstable; urgency=medium
594779
595 -- Holger Levsen <holger@debian.org> Wed, 30 May 2018 23:41:48 +0000780 -- Holger Levsen <holger@debian.org> Wed, 30 May 2018 23:41:48 +0000
596781
782munin (2.0.37-1ubuntu1) cosmic; urgency=medium
783
784 * Revert more of f1f48dee so that directories are again setup correctly on
785 initial installations of munin-node and munin-async. (LP: #1770569)
786 - Run the setup again, if upgrading from 2.0.37-1.
787
788 -- Stefano Rivera <stefanor@ubuntu.com> Thu, 10 May 2018 23:49:23 -0700
789
597munin (2.0.37-1) unstable; urgency=medium790munin (2.0.37-1) unstable; urgency=medium
598791
599 * New upstream version 2.0.37.792 * New upstream version 2.0.37.
diff --git a/debian/control b/debian/control
index bb601e1..3ed8cad 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: munin1Source: munin
2Section: net2Section: net
3Priority: optional3Priority: optional
4Maintainer: Munin Debian Maintainers <team+munin@tracker.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Munin Debian Maintainers <team+munin@tracker.debian.org>
5Uploaders: Holger Levsen <holger@debian.org>,6Uploaders: Holger Levsen <holger@debian.org>,
6 Stig Sandbeck Mathisen <ssm@debian.org>7 Stig Sandbeck Mathisen <ssm@debian.org>
7Build-Depends-Indep: default-jdk,8Build-Depends-Indep: default-jdk,
diff --git a/debian/patches/munin-node-configure-doc-fix.patch b/debian/patches/munin-node-configure-doc-fix.patch
8new file mode 1006449new file mode 100644
index 0000000..cc1cb01
--- /dev/null
+++ b/debian/patches/munin-node-configure-doc-fix.patch
@@ -0,0 +1,42 @@
1Description: Edit munin-node-configure documentation to match correct arguments
2Author: Lena Voytek <lena.voytek@canonical.com>
3Bug: https://github.com/munin-monitoring/munin/issues/1341
4Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1680975
5Last-Update: 2022-08-18
6---
7This patch combines the upstream patch referenced above, which removes the exitnoerror info, with
8a custom patch that modifies the snmp argument names.
9This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
10--- a/node/sbin/munin-node-configure
11+++ b/node/sbin/munin-node-configure
12@@ -612,17 +612,17 @@
13
14 Username. There is no default.
15
16-=item B<< --snmpauthpassword <password> >>
17+=item B<< --snmpauthpass <password> >>
18
19 Authentication password. Optional when encryption is also enabled, in which
20-case defaults to the privacy password (C<--snmpprivpassword>).
21+case defaults to the privacy password (C<--snmpprivpass>).
22
23-=item B<< --snmpauthprotocol <protocol> >>
24+=item B<< --snmpauthproto <protocol> >>
25
26 Authentication protocol. One of 'md5' or 'sha' (HMAC-MD5-96, RFC1321 and
27 SHA-1/HMAC-SHA-96, NIST FIPS PIB 180, RFC2264). ['md5']
28
29-=item B<< --snmpprivpassword <password> >>
30+=item B<< --snmpprivpass <password> >>
31
32 Privacy password to enable encryption. There is no default. An empty ('')
33 password is considered as no password and will not enable encryption.
34@@ -631,7 +631,7 @@
35 but all of these are defaulted (to 'des', 'md5', and the privpassword value,
36 respectively) and may therefore be left unspecified.
37
38-=item B<< --snmpprivprotocol <protocol> >>
39+=item B<< --snmpprivproto <protocol> >>
40
41 If the privpassword is set this setting controls what kind of encryption is
42 used to achieve privacy in the session. Only the very weak 'des' encryption
diff --git a/debian/patches/series b/debian/patches/series
0new file mode 10064443new file mode 100644
index 0000000..9116287
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
1munin-node-configure-doc-fix.patch
diff --git a/debian/tests/control b/debian/tests/control
index b6a8251..262bbd9 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -38,19 +38,19 @@ Depends: apache2,
38Restrictions: needs-root, breaks-testbed, isolation-container38Restrictions: needs-root, breaks-testbed, isolation-container
3939
40# sysvinit-core40# sysvinit-core
41Tests: master-cron-sysv, master-cgi-sysv41#Tests: master-cron-sysv, master-cgi-sysv
42Depends: apache2,42#Depends: apache2,
43 cron,43# cron,
44 curl,44# curl,
45 daemontools,45# daemontools,
46 file,46# file,
47 libcgi-fast-perl,47# libcgi-fast-perl,
48 munin,48# munin,
49 munin-node,49# munin-node,
50 psmisc,50# psmisc,
51 sharness,51# sharness,
52 sysvinit-core52# sysvinit-core
53Restrictions: needs-root, breaks-testbed, isolation-container, needs-reboot, allow-stderr, skip-not-installable53#Restrictions: needs-root, breaks-testbed, isolation-container, needs-reboot, allow-stderr, skip-not-installable
5454
55# Tests for munin-node:55# Tests for munin-node:
56# * run the node56# * run the node
@@ -62,13 +62,13 @@ Restrictions: needs-root, breaks-testbed, isolation-container, needs-reboot, all
6262
63# systemd63# systemd
64Tests: node-systemd64Tests: node-systemd
65Depends: munin-node, netcat-openbsd, sharness, systemd-sysv65Depends: munin-node, netcat-openbsd, sharness, net-tools, systemd-sysv
66Restrictions: needs-root, breaks-testbed, isolation-container66Restrictions: needs-root, breaks-testbed, isolation-container
6767
68# sysvinit-core68# sysvinit-core
69Tests: node-sysv69#Tests: node-sysv
70Depends: cron, munin-node, netcat-openbsd, sharness, sysvinit-core70#Depends: cron, munin-node, netcat-openbsd, sharness, sysvinit-core
71Restrictions: needs-root, breaks-testbed, isolation-container, needs-reboot, allow-stderr, skip-not-installable71#Restrictions: needs-root, breaks-testbed, isolation-container, needs-reboot, allow-stderr, skip-not-installable
7272
73# verify that all binary packages can be installed at the same time (without conflicts)73# verify that all binary packages can be installed at the same time (without conflicts)
74Test-Command: true74Test-Command: true
diff --git a/debian/tests/master-cgi-sysv b/debian/tests/master-cgi-sysv
75deleted file mode 12000075deleted file mode 120000
index 3f6f801..0000000
--- a/debian/tests/master-cgi-sysv
+++ /dev/null
@@ -1 +0,0 @@
1master-cgi-systemd
2\ No newline at end of file0\ No newline at end of file
diff --git a/debian/tests/master-cron-sysv b/debian/tests/master-cron-sysv
3deleted file mode 1200001deleted file mode 120000
index ad765b9..0000000
--- a/debian/tests/master-cron-sysv
+++ /dev/null
@@ -1 +0,0 @@
1master-cron-systemd
2\ No newline at end of file0\ No newline at end of file
diff --git a/debian/tests/munin-node/02.plugins.t b/debian/tests/munin-node/02.plugins.t
index 8cdcbd7..769dfcd 100755
--- a/debian/tests/munin-node/02.plugins.t
+++ b/debian/tests/munin-node/02.plugins.t
@@ -55,6 +55,11 @@ EOF
55 if [ -x /bin/netstat ]; then55 if [ -x /bin/netstat ]; then
56 echo netstat56 echo netstat
57 fi57 fi
58 SPOOLDIR="$(postconf -h queue_directory 2>/dev/null || echo /var/spool/postfix)"
59 if [ -d "$SPOOLDIR" ]; then
60 echo postfix_mailqueue
61 echo postfix_mailvolume
62 fi
58 } | sort >expected_plugins63 } | sort >expected_plugins
59 test_cmp expected_plugins all_without_network_interfaces64 test_cmp expected_plugins all_without_network_interfaces
60'65'
diff --git a/debian/tests/node-sysv b/debian/tests/node-sysv
61deleted file mode 12000066deleted file mode 120000
index 40c8c5c..0000000
--- a/debian/tests/node-sysv
+++ /dev/null
@@ -1 +0,0 @@
1node-systemd
2\ No newline at end of file0\ No newline at end of file

Subscribers

People subscribed via source and target branches