diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index af91735..a784e86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ mwc (1.7.2-4) UNRELEASED; urgency=medium - Add header to fix missing User-agent und Access. * Rewrite debian/watch for archives without "v" in front of the version. * Bump Standards-Version to 3.9.8. + * Bump compatlevel to 10 (no changes required): + - Change debian/compat to 10. + - At debian/control change requested version of debhelper to >= 10. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 18 Apr 2017 11:06:04 +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 1588498..0286e97 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: mwc Section: utils Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> -Build-Depends: - debhelper (>= 9), +Build-Depends: + debhelper (>= 10), dh-python, python3-all Standards-Version: 3.9.8 |