From: Martin Winter Date: Thu, 15 Jun 2017 21:23:09 +0000 (-0700) Subject: debianpkg: Fix description (make shorter - max 80 chars) X-Git-Tag: frr-3.0-rc3~1^2~21 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=147ca0c63a30695f234b21acf32d30202c263b34;p=matthieu%2Ffrr.git debianpkg: Fix description (make shorter - max 80 chars) - Fixes lintian error 'description-too-long' Signed-off-by: Martin Winter --- diff --git a/debianpkg/backports/ubuntu14.04/debian/control b/debianpkg/backports/ubuntu14.04/debian/control index b526b9c91b..7e8c860d8c 100644 --- a/debianpkg/backports/ubuntu14.04/debian/control +++ b/debianpkg/backports/ubuntu14.04/debian/control @@ -29,7 +29,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version}) Priority: extra Section: debug -Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga (debug symbols) +Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols) This package provides debugging symbols for all binary packages built from frr source package. It's highly recommended to have this package installed before reporting any FRR crashes to either FRR developers or @@ -40,7 +40,7 @@ Section: net Architecture: all Depends: ${misc:Depends} Suggests: frr -Description: documentation files for FRR +Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation) This package includes info files for frr, a free software which manages TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these. diff --git a/debianpkg/control b/debianpkg/control index a3bebfd956..dd2d4223db 100644 --- a/debianpkg/control +++ b/debianpkg/control @@ -27,7 +27,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version}) Priority: extra Section: debug -Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga (debug symbols) +Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols) This package provides debugging symbols for all binary packages built from frr source package. It's highly recommended to have this package installed before reporting any FRR crashes to either FRR developers or @@ -38,7 +38,7 @@ Section: net Architecture: all Depends: ${misc:Depends} Suggests: frr -Description: documentation files for FRR +Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation) This package includes info files for frr, a free software which manages TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.