From 6ff7b56a42c13c38c8e9b11d623cb2cbb5abfbf6 Mon Sep 17 00:00:00 2001 From: Clark Rawlins Date: Sun, 14 Dec 2014 10:38:05 -0800 Subject: [PATCH] Add ${misc:Depends} to binary dependencies Packages built with debhelper may introduce additional binary package dependencies to a package that uses its functions. Adding ${misc:Depends} allows debhelper to add any required dependencies to the package. Signed-off-by: Clark Rawlins --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 25b1100..7250687 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 4), libx11-dev, libxss-dev Package: timeoutd Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: suidmanager (<< 0.50) Description: Flexible user timeout daemon with X11 support timeoutd enforces the time restrictions specified for each or all users.