diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 5f00f01a..f2a5f7c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ hardinfo (0.5.1+git20170605-1) UNRELEASED; urgency=medium    * Update to latest Git snapshot to fix a few issues and modernize it a bit,      as upstream hasn't tagged a new version since 2009.    * Rewrite and modernize debian/rules, make it build with cmake. +  * Add ${misc:Depends} to hardinfo's dependencies.   -- Simon Quigley <tsimonq2@ubuntu.com>  Sun, 18 Jun 2017 22:25:05 -0500 diff --git a/debian/control b/debian/control index 78d3ed65..92e60304 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Standards-Version: 4.0.0  Package: hardinfo  Architecture: any -Depends: pciutils (>= 1:2.1.11-10), ${shlibs:Depends} +Depends: pciutils (>= 1:2.1.11-10), ${misc:Depends}, ${shlibs:Depends}  Suggests: mesa-utils  Description: Displays system information   HardInfo is a small application that displays information about your | 
