diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-10 10:18:15 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-10 10:27:40 +0100 |
commit | f08f3a7e53af3084c3cfa9f9c0153b604c5bcc4f (patch) | |
tree | 019cca73f189934351ea1e566740f9e6f35843cb | |
parent | Trimming alternative from depends pre-bookworm. (diff) | |
download | frr-f08f3a7e53af3084c3cfa9f9c0153b604c5bcc4f.tar.xz frr-f08f3a7e53af3084c3cfa9f9c0153b604c5bcc4f.zip |
Trimming versions from depends pre-bookworm.
Signed-off-by: Daniel Baumann <daniel@debian.org>
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index f05ce904..768a54cb 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: bison, libprotobuf-c-dev, libpython3-dev:native, libreadline-dev, - librtr-dev (>= 0.8.0~) <!pkg.frr.nortrlib>, + librtr-dev <!pkg.frr.nortrlib>, libsnmp-dev, libssh-dev <!pkg.frr.nortrlib>, libunwind-dev [!alpha !m68k !sparc64 !x32], @@ -31,7 +31,7 @@ Build-Depends: bison, python3-dev:native, python3-pytest:native <!nocheck>, python3-sphinx:native, - texinfo (>= 4.7), + texinfo, lua5.3 <pkg.frr.lua>, liblua5.3-dev <pkg.frr.lua> Standards-Version: 4.7.0 @@ -42,7 +42,7 @@ Vcs-Git: https://github.com/FRRouting/frr.git -b debian/master Package: frr Architecture: linux-any Depends: iproute2, - logrotate (>= 3.2-11), + logrotate, lsof, ${misc:Depends}, ${shlibs:Depends} |