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 /debian/control | |
parent | 916145c5d895561305c0e7f43855948f3133504a (diff) |
Add ${misc:Depends} to hardinfo's dependencies.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |