From 7de78071eb057cb1798d3ae779d33ac5b9538c81 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 2 Jan 2020 14:33:12 -0800 Subject: [PATCH] debian: Add powermgmt-base to recommends list This package adds a single command on_ac_power to the system which is used by unattended-upgrades to avoid running upgrades when on batter power. Closes: #1753. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index caf5b2951..4ba7e337d 100644 --- a/debian/control +++ b/debian/control @@ -145,6 +145,8 @@ Recommends: openssh-client, # Priority: standard pciutils, +# Used by unattended-upgrades to check if running on AC power + powermgmt-base, # fuser, pstree and other utilities psmisc, # Optional FreedomBox dependency