diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-18 23:07:26 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 15:23:53 -0500 |
commit | 964bed6e3002215a9013269ef92266b5ae1a6af3 (patch) | |
tree | 643f9a986f845f31fd20d555c0c0bccf988def01 | |
parent | 916145c5d895561305c0e7f43855948f3133504a (diff) |
Add ${misc:Depends} to hardinfo's dependencies.
-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 |