diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-04-05 17:40:26 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-04-05 17:40:26 +0200 |
commit | fcc35c3e8eb720b43b0b9fda0e4c5a0990f92188 (patch) | |
tree | 13f20eeb807ced3b7243fcec05aac18214f35a3b /debian/control | |
parent | 402a55bd8535ad868e6bc4c0bcb82e38bc7f2b34 (diff) |
d/control: Add "debhelper-compat (= 12)" to Build-Depends.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b217b22..e85aa8c 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 (>= 12), jq, pandoc (>= 2.1~) +Build-Depends: debhelper-compat (= 12), jq, pandoc (>= 2.1~) Rules-Requires-Root: no Standards-Version: 4.4.0 Homepage: https://git.guilhem.org/lacme/about/ |