diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-09 09:10:10 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-09 09:10:10 +0200 | 
| commit | 646b59ab1380dff7049c62d3ffa44fa9f1c04a08 (patch) | |
| tree | 662981a67d7b46a071b3183cf56ca1964f48a162 /debian | |
| parent | 8eff56e7c6231bbeeee05141afb54e783f132643 (diff) | |
Migrate to debhelper 11
Diffstat (limited to 'debian')
| -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 739135c..98c20bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ mailgraph (1.14-16) UNRELEASED; urgency=medium      - Add debian/NEWS.Debian to mailgraph.docs.      - Correct debian/README.Debian.    * Declare compliance with Debian Policy 4.2.1. (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>  Tue, 27 Jun 2017 19:47:59 +0200 diff --git a/debian/compat b/debian/compat index 021ea30..9f1d48e 100644 --- a/debian/compat +++ b/debian/compat @@ -1,2 +1,2 @@ -10 +11 diff --git a/debian/control b/debian/control index c30ea23..93f3f80 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin  Priority: extra  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Build-Depends: - debhelper (>= 10), + debhelper (>= 11),   po-debconf  Standards-Version: 4.2.1  Homepage: http://mailgraph.schweikert.ch | 
