summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew McBride <matt@traverse.com.au>2023-12-14 14:19:31 +1100
committerMathew McBride <matt@traverse.com.au>2023-12-14 14:19:31 +1100
commit321d863f7f6142f53632087e03161e7f360b4eff (patch)
tree8ad491e1cc673fbaa955ba2ae3b0eb0135aa1d88
parent16e9d71ffbe4153aaaa23b924b2ebf8ec29715db (diff)
downloadvyatta-cfg-system-321d863f7f6142f53632087e03161e7f360b4eff.tar.gz
vyatta-cfg-system-321d863f7f6142f53632087e03161e7f360b4eff.zip
T5826: debian: add dmidecode as an explict depdency
On non-x86 systems, dmidecode may not be specified as an explicit dependency of the packages that recommend it (like laptop-detect and virt-what). Ensure it is installed regardless of target architecture.
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index e94e4084..35263826 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,8 @@ Depends: adduser,
grub-efi-arm64-bin [arm64],
dosfstools,
gdisk,
- vyatta-biosdevname
+ vyatta-biosdevname,
+ dmidecode
Pre-Depends: bash-completion
Suggests: util-linux (>= 2.13-5),
net-tools,