mirror of
https://git.proxmox.com/git/frr
synced 2025-04-28 10:34:00 +00:00
frr: bump from 8.5.2 to 10.2.1
This includes a new frr-test-tools package that we are not interested in (it's a testing package), so we ignore it with a BuildProfile. Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
This commit is contained in:
parent
351bc0dffe
commit
d0d67f7b33
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ $(ORIG_SRC_TAR): $(BUILDDIR)
|
||||
deb: $(DEBS)
|
||||
$(OTHER_DEBS) $(DBG_DEBS): $(MAIN_DEB)
|
||||
$(MAIN_DEB): $(BUILDDIR)
|
||||
cd $(BUILDDIR); dpkg-buildpackage -b -uc -us --build-profiles="pkg.frr.nortrlib"
|
||||
cd $(BUILDDIR); dpkg-buildpackage -b -uc -us --build-profiles="pkg.frr.nortrlib,pkg.frr.notesttools"
|
||||
lintian $(DEBS)
|
||||
|
||||
.PHONY: dsc
|
||||
|
9
debian/control
vendored
9
debian/control
vendored
@ -88,6 +88,15 @@ Description: FRRouting suite - BGP RPKI support (rtrlib)
|
||||
number.
|
||||
Build-Profiles: <!pkg.frr.nortrlib>
|
||||
|
||||
Package: frr-test-tools
|
||||
Architecture: linux-any
|
||||
Depends: frr (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Description: FRRouting suite - Testing Tools
|
||||
Adds FRR test tools, used in testing FRR.
|
||||
Build-Profiles: <!pkg.frr.notesttools>
|
||||
|
||||
Package: frr-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
|
2
frr
2
frr
@ -1 +1 @@
|
||||
Subproject commit 1622c2ece2f68e034b43fb037503514c2195aba5
|
||||
Subproject commit 5f0beaa0fdd00b7a60c1765067d1b6fa65ce96c0
|
Loading…
Reference in New Issue
Block a user