diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-01 21:36:11 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-01 21:36:11 +0200 |
commit | c081020b4f1a388c4808c87df05b51b423818baf (patch) | |
tree | 1bb51b6fa60e85f6928807c63a9fb454849de175 | |
parent | 66980ea05b9d86f9630e0afde9852f0db75e689f (diff) |
Migrate to debhelper 10
-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 |