diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 | 
3 files changed, 3 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index 37977169..24eca097 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,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. +  * Bump debhelper version to 10.   -- Simon Quigley <tsimonq2@ubuntu.com>  Sun, 18 Jun 2017 22:25:05 -0500 diff --git a/debian/compat b/debian/compat index 7ed6ff82..f599e28b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +10 diff --git a/debian/control b/debian/control index 868ce71e..e41fe09f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: hardinfo  Section: x11  Priority: optional  Maintainer: Simon Quigley <tsimonq2@ubuntu.com> -Build-Depends: debhelper (>> 5.0.0), +Build-Depends: debhelper (>= 10),                 libffi-dev,                 libgtk2.0-dev,                 liblzma-dev, | 
