diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 00:55:04 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 01:42:56 +0200 |
commit | fbe07d7b32c5a5b52480a1d42870d2d6923e1541 (patch) | |
tree | feaa2e39e6266317a9449113ed9954f9991af963 /debian | |
parent | dfd86e6046fec72c33ef0be33847f9800a3c0beb (diff) |
d/control: Bump debhelper compatibility level to 13.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4038e99..5b5e1ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ lacme (0.6.1-1) UNRELEASED; urgency=medium /run/lacme-www.socket. (It was previously under the legacy directory /var/run.) * debian/*: Adapt to new build system. + * debian/control: Bump debhelper compatibility level to 13. -- Guilhem Moulin <guilhem@debian.org> Tue, 04 Aug 2020 00:50:33 +0200 diff --git a/debian/control b/debian/control index 18d6c52..2b43b79 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-compat (= 12), jq, pandoc (>= 2.1~) +Build-Depends: debhelper-compat (= 13), jq, pandoc (>= 2.1~) Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: https://git.guilhem.org/lacme/about/ |