diff --git a/debian/changelog b/debian/changelog index 64d7e19ed039e0b045b8825228f683c30ae97f03..0941506ecf70a63ee23c9ae1fd7895138cdcbade 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ systemd (215-14) UNRELEASED; urgency=medium * scope: Make attachment of initial PIDs more robust. Fixes crash with processes that get started by an init.d script with a different (aliased) name when the cgroup becomes empty. (Closes: #781210) + * boot-and-services, display-managers autopkgtests: Add missing python3 test + dependency. -- Michael Biebl Sat, 28 Mar 2015 09:27:07 +0100 diff --git a/debian/tests/control b/debian/tests/control index 20bd49fda2d9670c9ba737c186df98e18df46bbb..2ccad6846c9a78f7e3d134242d8812a92b105461 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -13,9 +13,9 @@ Tests: python3 Depends: python3-systemd Tests: boot-and-services -Depends: lightdm, cron, network-manager, busybox-static +Depends: lightdm, cron, network-manager, busybox-static, python3 Restrictions: needs-root, isolation-machine, needs-recommends, breaks-testbed Tests: display-managers -Depends: systemd, lightdm +Depends: systemd, lightdm, python3 Restrictions: needs-root, isolation-machine, needs-recommends, breaks-testbed