diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2018-02-27 22:42:55 -0600 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2018-02-27 22:42:55 -0600 |
commit | 9049de7eb23f139156590b7d05eb32ddd0b55c29 (patch) | |
tree | 85c360f6ec46deb4b564a53255146a8c0050406e /debian/control | |
parent | fdeae8c6c336e3ff6c45319c9b9806264e95c82d (diff) |
Add zlib1g-dev as a build dependency to make sure that the CPU ZLib benchmark works as intended (Closes: #536244).
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 242f5360..0bc6f6c9 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,10 @@ Vcs-Git: https://anonscm.debian.org/git/collab-maint/hardinfo.git Package: hardinfo Architecture: any -Depends: pciutils (>= 1:2.1.11-10), ${misc:Depends}, ${shlibs:Depends} +Depends: pciutils (>= 1:2.1.11-10), + zlib1g-dev, + ${misc:Depends}, + ${shlibs:Depends} Recommends: lm-sensors Suggests: mesa-utils Description: Displays system information |