Skip to content

Commit

Permalink
debian: Add a frr-test-tools debian package
Browse files Browse the repository at this point in the history
This package will hold test tools that are built and useful for
developers of FRR but not useful for everyday usage of FRR.  This
is separted out because these are useful enough to have in their
own package.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
  • Loading branch information
donaldsharp committed Mar 3, 2024
1 parent 8272f87 commit 8589f16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ 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.

Package: frr-doc
Section: doc
Architecture: all
Expand Down
1 change: 1 addition & 0 deletions debian/frr-test-tools.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/frr/fpm_listener
1 change: 0 additions & 1 deletion debian/not-installed
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
usr/include
usr/lib/frr/ospfclient
usr/lib/frr/fpm_listener
usr/lib/frr/rfptest
usr/lib/*/frr/modules/dplane_sample_plugin.so

0 comments on commit 8589f16

Please sign in to comment.