diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-15 18:04:20 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-15 18:04:20 +0200 |
commit | 6fd878f1b29f7e572276f6f38cb3ab36890e70ed (patch) | |
tree | c3740c48f7b0f70080450ebeddc9c6785a8aec67 | |
parent | 844237af0d2edc8b37ea807f2045f52374006ce3 (diff) |
Migrate to debhelper 11
-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 7800fa2..df15fe0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ argyll (2.0.1+repack-1) UNRELEASED; urgency=medium * Remove obsolete /etc/hotplug/usb/Argyll.usermap (Closes: #885549). * Add more typos to patches/0100_spelling.patch. * Declare compliance with Debian Policy 4.1.5 (No changes needed). + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. -- Jörg Frings-Fürst <debian@jff.email> Wed, 11 Jul 2018 22:21:14 +0200 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index df23227..9c319b0 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Standards-Version: 4.1.5 Build-Depends: - debhelper (>= 10), + debhelper (>= 11), jam, libjpeg-dev, libpng-dev, |