From: Andrea Righi Date: Fri, 16 Jun 2023 06:50:56 +0000 (+0200) Subject: deb: update package description X-Git-Tag: v0.1~6 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=5b1f247c5035008f3b386f4faccf83c806236417;p=annotations.git deb: update package description Signed-off-by: Andrea Righi --- diff --git a/debian/control b/debian/control index d5c16e2..c644b63 100644 --- a/debian/control +++ b/debian/control @@ -4,15 +4,16 @@ Priority: optional Maintainer: Andrea Righi Standards-Version: 4.5.1 Build-Depends: debhelper (>= 11), dh-python, python3, python3-setuptools, python3-argcomplete -Homepage: https://git.launchpad.net/~arighi/+git/annotations-tools -Vcs-Git: https://git.launchpad.net/~arighi/+git/annotations-tools +Homepage: https://github.com/arighi/annotations +Vcs-Git: https://github.com/arighi/annotations Package: annotations Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, -Description: Manage Ubuntu kernel .config' - Store all the kernel .config information into a file called "annotations" - that contains all the Kconfig options for each supported architecture and - flavour. This works only with Ubuntu kernels at the moment. +Description: Tool to manage Ubuntu kernel .config + This tool allows to store all the kernel .config information into a file + called annotations that contains all the Kconfig options for each supported + architecture and flavour and (optionally) a short description associated to + them. This works only with Ubuntu kernels at the moment.