From 106ff01fcf87c9faf3d5cc9baf311fa2a660a491 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Sun, 29 Dec 2013 16:35:48 +0100 Subject: [PATCH] debian/tests/control: Add lsb-release and netcat to the dependencies (Closes: #733189) --- debian/changelog | 4 +++- debian/tests/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0e91261..85d0316 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ nut (2.7.1-2) UNRELEASED; urgency=low * debian/rules, debian/control, d/p/0004-fix-systemd-service.patch: Use a symlink instead of an Alias= to mask the SysV initscript * debian/control: Bump Standards-Version to 3.9.5 (no further changes) + * debian/tests/control: Add lsb-release and netcat to the dependencies + (Closes: #733189) - -- Laurent Bigonville Mon, 23 Dec 2013 13:39:49 +0100 + -- Laurent Bigonville Sun, 29 Dec 2013 16:35:33 +0100 nut (2.7.1-1) unstable; urgency=low diff --git a/debian/tests/control b/debian/tests/control index b4bdda5..d8f2976 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: nut -Depends: python-unit, nut-server, nut-client +Depends: python-unit, nut-server, nut-client, lsb-release, netcat Restrictions: needs-root