From f32e80ffb92519aba1ba68c19bdbb86e660b1efc Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 10 Dec 2018 21:53:23 +0100 Subject: [PATCH] debianpkg: restrict to linux-any We don't support GNU/Hurd, and we haven't tested Debian kFreeBSD. Signed-off-by: David Lamparter --- debianpkg/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debianpkg/control b/debianpkg/control index d706665754..e8dbaf4aaa 100644 --- a/debianpkg/control +++ b/debianpkg/control @@ -35,7 +35,7 @@ Vcs-Browser: https://github.com/FRRouting/frr/ Vcs-Git: https://github.com/FRRouting/frr.git Package: frr -Architecture: any +Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends}, @@ -62,7 +62,7 @@ Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...) is commonly abbreviated as "FRR." Package: frr-snmp -Architecture: any +Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends}, @@ -74,7 +74,7 @@ Description: FRRouting suite - SNMP support routing state through standard SNMP MIBs. Package: frr-rpki-rtrlib -Architecture: any +Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends}, -- 2.39.5