diff options
author | Ondřej Surý <ondrej@sury.org> | 2020-07-03 12:46:45 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2020-09-26 09:22:43 +0200 |
commit | ecf2b90498912d78407bedf46e58fee5f18cb019 (patch) | |
tree | 13c6f3b3d33d85b127a3a6286b7bc244d37cefcf /debian/control | |
parent | Remove mention of pkg.frr.snmp build profile from debian/README.Debian (diff) | |
download | frr-ecf2b90498912d78407bedf46e58fee5f18cb019.tar.xz frr-ecf2b90498912d78407bedf46e58fee5f18cb019.zip |
Make lsb-base a hard dependency
Directly depend on lsb-base in Debian, so we the shims are only used
on systems without LSB.
Signed-off-by: Ondřej Surý <ondrej@sury.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b7f51cc9f..cd6a13812 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Build-Depends: libssh-dev <!pkg.frr.nortrlib>, libsystemd-dev <!pkg.frr.nosystemd>, libyang-dev (>= 1.0.184), + lsb-base, pkg-config, python3, python3-dev, |