diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index dd2973e..2ff7a0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ dmidecode (3.1-1) UNRELEASED; urgency=medium * debian/copyright: - Add year 2017. - Change email address. + * Migrate to debhelper 10: + - Change debian/compat to 10. + - Bump minimum debhelper version in debian/control to >= 10. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 31 May 2017 23:27:55 +0200 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 0cf55dc..41f4e41 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: dmidecode Section: utils Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 10) Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git |