diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 756724a..9d58aa1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +mailgraph (1.14-18) 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> Thu, 18 Jul 2019 20:31:13 +0200 + mailgraph (1.14-17) unstable; urgency=medium * debian/control: diff --git a/debian/compat b/debian/compat index 9f1d48e..f5d273e 100644 --- a/debian/compat +++ b/debian/compat @@ -1,2 +1,2 @@ -11 +12 diff --git a/debian/control b/debian/control index e8463d8..5807fe4 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: admin Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 11), + debhelper (>= 12), po-debconf -Standards-Version: 4.2.1 +Standards-Version: 4.4.0 Homepage: https://mailgraph.schweikert.ch Vcs-Git: git://jff.email/opt/git/mailgraph.git Vcs-Browser: https://jff.email/cgit/mailgraph.git |