diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 5 | 
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1b7d7f50..64f4af37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ hardinfo (0.5.1+git20180227-1) UNRELEASED; urgency=medium    * Update to latest upstream Git commit (3d78bd2).    * Bump Standards-version to 4.1.3, no changes needed.    * Bump debhelper compat to 11, no changes needed. +  * Add zlib1g-dev as a build dependency to make sure that the CPU ZLib +    benchmark works as intended (Closes: #536244).   -- Simon Quigley <tsimonq2@ubuntu.com>  Tue, 27 Feb 2018 22:34:58 -0600 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  | 
