From ea262bebacc57aec34e2f0a6f9d823b97c77ca16 Mon Sep 17 00:00:00 2001 From: Semyon Bezrukov Date: Fri, 25 Oct 2024 14:25:57 +0300 Subject: [PATCH] Fix deb description Fixed lintian errors: - extended-description-is-probably-too-short - extended-description-line-too-long --- win-linux/package/linux/deb/template/control.m4 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/win-linux/package/linux/deb/template/control.m4 b/win-linux/package/linux/deb/template/control.m4 index 9f94d99a0..a8ce012cb 100644 --- a/win-linux/package/linux/deb/template/control.m4 +++ b/win-linux/package/linux/deb/template/control.m4 @@ -32,8 +32,11 @@ ifelse(M4_PACKAGE_EDITION, full, Recommends: ttf-mscorefonts-installer, fonts-takao-gothic ifelse(M4_COMPANY_NAME, ONLYOFFICE,Suggests: M4_PACKAGE_NAME-help ,)dnl -Description: M4_COMPANY_NAME M4_PRODUCT_NAME installation package - M4_COMPANY_NAME M4_PRODUCT_NAME is an application for editing office documents (text documents, spreadsheets and presentations) from M4_COMPANY_NAME cloud portal on local computer without browser using. +Description: office suite + M4_COMPANY_NAME M4_PRODUCT_NAME is a free office suite that combines text, + spreadsheet and presentation editors allowing to create, view and edit + documents without an Internet connection. + It is fully compatible with Office Open XML formats: .docx, .xlsx, .pptx. ifelse(M4_COMPANY_NAME, ONLYOFFICE, Package: M4_PACKAGE_NAME-help @@ -41,6 +44,5 @@ Architecture: all Pre-Depends: dpkg (>= 1.14.0) Depends: M4_PACKAGE_NAME -Description: M4_COMPANY_NAME M4_PRODUCT_NAME local help files - M4_COMPANY_NAME M4_PRODUCT_NAME is an application for editing office documents (text documents, spreadsheets and presentations) from M4_COMPANY_NAME cloud portal on local computer without browser using. - This package contains the local help files.,) +Description: offline help for M4_COMPANY_NAME M4_PRODUCT_NAME + This package contains offline help files.,)