]> git.proxmox.com Git - systemd.git/commitdiff
autopkgtest: Remove needs-recommends runtime restriction
authorMichael Biebl <biebl@debian.org>
Sun, 9 Sep 2018 07:21:31 +0000 (09:21 +0200)
committerMichael Biebl <biebl@debian.org>
Tue, 11 Sep 2018 01:03:12 +0000 (03:03 +0200)
This restriction has been deprecated and there are plans to remove it
altogether. The tests pass withouth needs-recommends, so it seems safe
to remove.

See https://salsa.debian.org/ci-team/autopkgtest/commit/9fade8dcb501250f704da9c77af1f8e6165dc941

debian/tests/control

index 0fb0455f1f6dbced4f8eac646ca61613af7e3f03..066cd60dd9f58ea6bdac2d1fc163cbd53102d0e3 100644 (file)
@@ -86,7 +86,7 @@ Depends: systemd-sysv,
   apparmor,
   pkg-config,
   python3
-Restrictions: needs-root, isolation-machine, needs-recommends, breaks-testbed
+Restrictions: needs-root, isolation-machine, breaks-testbed
 
 Tests: udev
 Depends: systemd-tests,
@@ -169,7 +169,7 @@ Depends: libsystemd-dev,
   policykit-1,
   lightdm,
   xserver-xorg-video-dummy,
-Restrictions: needs-recommends, needs-root, isolation-container, allow-stderr, breaks-testbed
+Restrictions: needs-root, isolation-container, allow-stderr, breaks-testbed
 
 # NOUPSTREAM: Do not run these tests for upstream builds
 
@@ -177,4 +177,4 @@ Tests: systemd-fsckd
 Depends: systemd-sysv,
   python3,
   plymouth
-Restrictions: needs-root, isolation-machine, needs-recommends, breaks-testbed
+Restrictions: needs-root, isolation-machine, breaks-testbed