summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew McBride <matt@traverse.com.au>2023-12-14 14:19:31 +1100
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-12-14 05:39:29 +0000
commit6b667ce342d5b1e68400b17294beaf16f12de643 (patch)
tree72450a67f2f67c560ecd8271b79c4db4834e2719
parentd06ab2f4e0a5918c569d678dd65a9262d27e2ce7 (diff)
downloadvyatta-cfg-system-6b667ce342d5b1e68400b17294beaf16f12de643.tar.gz
vyatta-cfg-system-6b667ce342d5b1e68400b17294beaf16f12de643.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. (cherry picked from commit 321d863f7f6142f53632087e03161e7f360b4eff)
-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,