diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-08 01:26:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-08 01:26:26 +0300 |
commit | c29598697062da13d4c5d338f110d0ac927ffddf (patch) | |
tree | d8b4eef381e5b91e68838feceeb0f9a20c47435e | |
parent | add Debian packaging files (diff) | |
download | linux-status-c29598697062da13d4c5d338f110d0ac927ffddf.tar.gz linux-status-c29598697062da13d4c5d338f110d0ac927ffddf.zip |
debian: lower debhelper-compat level
That way, it can be build on Bionic too (and the systemd unit is picked
up automatically).
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 65e93e3..e121a10 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: linux-status Section: admin Priority: optional Maintainer: Egor Tensin <Egor.Tensin@gmail.com> -Build-Depends: debhelper-compat (= 12) +Build-Depends: debhelper-compat (= 10) Standards-Version: 4.4.1 Homepage: https://github.com/egor-tensin/linux-status |