From ee50dd4bc9defe908a7fef8b01de21b62fc72768 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 14 Feb 2024 19:52:59 -0500 Subject: [PATCH] debian: Ensure we properly depend on the right version of libyang2 Fixes: #15372 Signed-off-by: Donald Sharp --- debian/control | 1 + debian/source/format | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b3c14f06f3d7..4be20df2ac4d 100644 --- a/debian/control +++ b/debian/control @@ -42,6 +42,7 @@ Vcs-Git: https://github.com/FRRouting/frr.git -b debian/master Package: frr Architecture: linux-any Depends: iproute2, + libyang2 (>= 2.1.80), logrotate (>= 3.2-11), lsof, ${misc:Depends}, diff --git a/debian/source/format b/debian/source/format index 163aaf8d82b6..af745b310bc8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (git)