From cbe0038d2a7eaa08ad8acac4f21da1a72d1acda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davi=20Ant=C3=B4nio=20da=20Silva=20Santos?= Date: Wed, 1 Mar 2023 23:18:02 -0300 Subject: Fix packages' short and long descriptions The packages' long and short descriptions have been rewritten to address the following errors, warnings and information found by Lintian: * boca-autojudge: description-is-pkg-name BOCA - AutoJudge * boca: description-starts-with-package-name * boca: empty-binary-package * boca: synopsis-is-a-sentence "BOCA is a software created to control a contest with the ACM ICPC rules.". --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index d8024df..3c8ae00 100644 --- a/debian/control +++ b/debian/control @@ -10,12 +10,12 @@ Package: boca Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, boca-common, boca-web, boca-db, boca-autojudge Provides: maratona-boca -Description: BOCA is a software created to control a contest with the ACM ICPC rules. +Description: manage a contest with the ACM ICPC rules BOCA is a software created to control a contest with the ACM International Collegiate Programming Contest rules. It has been developed in PHP and the interaction between judges and the system is done through a web browser. . - This package install all boca related packages to run everything in one + This metapackage install all boca related packages to run everything in a single machine. Package: boca-db @@ -53,7 +53,7 @@ Description: BOCA - Common files Package: boca-autojudge Architecture: amd64 Depends: ${misc:Depends}, ${shlibs:Depends}, boca-common, debootstrap, schroot, quotatool, makepasswd -Description: BOCA - AutoJudge +Description: automatic judge system for BOCA BOCA is a software created to control a contest with the ACM International Collegiate Programming Contest rules. It has been developed in PHP and the interaction between judges and the system is done through a web browser. @@ -64,6 +64,6 @@ Description: BOCA - AutoJudge Package: boca-submission-tools Architecture: amd64 Depends: ${misc:Depends}, ${shlibs:Depends}, sharutils, wget, libany-uri-escape-perl, openssl, openssh-server, logkeys -Description: BOCA submission tools. +Description: BOCA tools for headless code submission This package provides tools to submit codes to a running boca server without using the web interface. -- cgit v1.2.3