diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-08-21 23:44:13 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-08-21 23:50:10 +0200 |
commit | 3343e44b85d11cb29f674093784a0327eca60c26 (patch) | |
tree | 623e3bf715784f7990c8d0472fba0d89a3fb202a /debian | |
parent | 0f1ee8b374c7c42cfe12475604b01e5898debeda (diff) |
d/compat, d/control: Bump debhelper compatibility level to 12.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 59dadda..0b21b56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ lacme (0.6-1) UNRELEASED; urgency=medium * New upstream release. * d/control: Bump Standards-Version to 4.4.0 (no changes necessary). + * d/compat, d/control: Bump debhelper compatibility level to 12. -- Guilhem Moulin <guilhem@debian.org> Wed, 21 Aug 2019 18:37:56 +0200 diff --git a/debian/compat b/debian/compat index ec63514..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +12 diff --git a/debian/control b/debian/control index ed6d6e8..d251ceb 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lacme Section: utils Priority: optional Maintainer: Guilhem Moulin <guilhem@debian.org> -Build-Depends: debhelper (>= 9), jq, pandoc (>= 2.1~) +Build-Depends: debhelper (>= 12), jq, pandoc (>= 2.1~) Standards-Version: 4.4.0 Homepage: https://git.guilhem.org/lacme/about/ Vcs-Git: https://git.guilhem.org/lacme |