diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 12 | 
2 files changed, 10 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index 584883d4..34dcf8d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,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.   -- Simon Quigley <tsimonq2@ubuntu.com>  Sun, 18 Jun 2017 22:25:05 -0500 diff --git a/debian/control b/debian/control index 08d026d6..334ffd14 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,18 @@ Source: hardinfo  Section: x11  Priority: optional  Maintainer: Simon Quigley <tsimonq2@ubuntu.com> -Build-Depends: debhelper (>> 5.0.0), libgtk2.0-dev, pciutils (>=1:2.1.11-10), libsoup2.4-dev, libffi-dev, liblzma-dev, libselinux1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] +Build-Depends: debhelper (>> 5.0.0), +               libffi-dev, +               libgtk2.0-dev, +               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  Package: hardinfo -Architecture: any  -Depends: ${shlibs:Depends}, pciutils (>=1:2.1.11-10) +Architecture: any +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 | 
