diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-18 22:27:52 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 15:22:17 -0500 |
commit | cd8799766fb384be5fcedb5e30d1883f9c925262 (patch) | |
tree | cafa53e79468fe656953d47418a50c331a5cb623 | |
parent | 126b2be1424c18db36a1719547e8a4029ed5a0cd (diff) |
Fix whitespace and run wrap-and-sort.
-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 |