deb: update package description
authorAndrea Righi <andrea.righi@canonical.com>
Fri, 16 Jun 2023 06:50:56 +0000 (08:50 +0200)
committerAndrea Righi <andrea.righi@canonical.com>
Fri, 16 Jun 2023 10:33:50 +0000 (12:33 +0200)
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
debian/control

index d5c16e27e929384853ff7e6cca5e002c2d3fb61c..c644b6316a77bdfdb32c75e4ad6e3c3e08b0d94c 100644 (file)
@@ -4,15 +4,16 @@ Priority: optional
 Maintainer: Andrea Righi <andrea.righi@canonical.com>
 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.