diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 6 | 
2 files changed, 4 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index 34dcf8d6..37977169 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ hardinfo (0.5.1-2) UNRELEASED; urgency=medium    * Change myself to the Maintainer in debian/control (Closes: #852525).    * Fix whitespace and run wrap-and-sort. +  * Bump Standards-version to 4.0.0. No changes needed.   -- Simon Quigley <tsimonq2@ubuntu.com>  Sun, 18 Jun 2017 22:25:05 -0500 diff --git a/debian/control b/debian/control index 334ffd14..868ce71e 100644 --- a/debian/control +++ b/debian/control @@ -8,12 +8,12 @@ Build-Depends: debhelper (>> 5.0.0),                 liblzma-dev,                 libselinux1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],                 libsoup2.4-dev, -               pciutils (>=1:2.1.11-10) -Standards-Version: 3.8.3.0 +               pciutils (>= 1:2.1.11-10) +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), ${shlibs:Depends}  Suggests: mesa-utils  Description: Displays system information   HardInfo is a small application that displays information about your | 
