diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-07-14 10:17:12 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-07-14 10:17:12 +0200 |
commit | d547528c50ed054dd15aee2f72e68f3773be7d71 (patch) | |
tree | 6af93d7a6054107003c237a309b98a426b72a37b /debian | |
parent | 52fac661cccdbbb36b56c56188aba47fcc13206b (diff) |
Declare compliance with Debian Policy 4.4.0
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 607162c..5b89caf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ mwc (2.0.5-1) UNRELEASED; urgency=medium * Migrate to debhelper 12: - Change debian/compat to 12. - Bump minimum debhelper version in debian/control to >= 12. + * Declare compliance with Debian Policy 4.4.0 (No changes needed). -- Jörg Frings-Fürst <debian@jff.email> Sun, 14 Jul 2019 10:10:48 +0200 diff --git a/debian/compat b/debian/compat index b4de394..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +12 diff --git a/debian/control b/debian/control index 4ea2f78..ba8d83a 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,10 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 11), + debhelper (>= 12), dh-python, python3-all -Standards-Version: 4.2.1 +Standards-Version: 4.4.0 Homepage: https://github.com/Debianguru/MailWebsiteChanges Vcs-Git: git://jff.email/opt/git/mwc.git Vcs-Browser: https://jff.email/cgit/mwc.git |