From 147ca0c63a30695f234b21acf32d30202c263b34 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Thu, 15 Jun 2017 14:23:09 -0700 Subject: [PATCH] debianpkg: Fix description (make shorter - max 80 chars) - Fixes lintian error 'description-too-long' Signed-off-by: Martin Winter --- debianpkg/backports/ubuntu14.04/debian/control | 4 ++-- debianpkg/control | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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. -- 2.39.5