diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 3 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6d654d2..d493958 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,12 @@ mailgraph (1.14-15) UNRELEASED; urgency=medium + debian/mailgraph.install - Thanks to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>. * debian/control: - - Add Depends lsb-base. - Bump Standarts-Version to 3.9.8 (no changes required). + - Bump debhelper Build-Depends minimum version to 10. + - Add missing lsb-base to Depends for binary:mailgraph + as suggested by lintian. + * debian/compat: + - Bump compat level to 10. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 06 Nov 2015 03:17:39 +0100 diff --git a/debian/compat b/debian/compat index ec63514..021ea30 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1,2 @@ -9 +10 + diff --git a/debian/control b/debian/control index c2b2fb1..3fc7b4f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: extra Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), po-debconf Standards-Version: 3.9.8 Homepage: http://mailgraph.schweikert.ch |