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 | |
parent | 402a55bd8535ad868e6bc4c0bcb82e38bc7f2b34 (diff) |
d/control: Add "debhelper-compat (= 12)" to Build-Depends.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0d03cb0..f75d101 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ lacme (0.6-3) UNRELEASED; urgency=medium (Closes: #955859.) * debian/control: + Add "Rules-Requires-Root: no". + + Add "debhelper-compat (= 12)" to Build-Depends. -- Guilhem Moulin <guilhem@debian.org> Sun, 05 Apr 2020 17:31:49 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 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/ |