From 106881603467754fe381d4c13060f083eb28e8ab 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 2e466400e2..1724565861 100644 --- a/debianpkg/control +++ b/debianpkg/control @@ -28,7 +28,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 @@ -39,7 +39,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