diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-01-20 21:19:01 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-01-22 12:15:01 +0100 |
commit | 05ea1001becc1d544bfe8c83d36a6f208b15cd54 (patch) | |
tree | 8a334a1ca9f2312e42ba401c460e81c5f7ad9f98 | |
parent | 1e4467f260dd1a36a276003e0e7fa7267824eb46 (diff) |
d/compat: Bump compat level to 11.
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 53660a8..1fc2091 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: interimap Section: mail Priority: optional Maintainer: Guilhem Moulin <guilhem@debian.org> -Build-Depends: debhelper (>= 9), jq, pandoc (>= 2.1~) +Build-Depends: debhelper (>= 11~), jq, pandoc (>= 2.1~) Standards-Version: 4.3.0 Vcs-Git: https://git.guilhem.org/interimap Vcs-Browser: https://git.guilhem.org/interimap |