diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-02-21 12:50:13 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-03-04 11:06:35 -0500 | 
| commit | 0beabd76e59dda1aa4cdf991e87a183540835bf5 (patch) | |
| tree | 2cd759a78be13c7a3f4f2502a0a4d26783766911 /debian/control | |
| parent | c12f88cf6630624682aaab94218ccb3b9a3ef457 (diff) | |
debian: Add a frr-test-tools debian package
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>
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b3c14f06f3..fb8c2162da 100644 --- a/debian/control +++ b/debian/control @@ -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  | 
