debian/control: fix short and long descriptions
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 19 Nov 2013 12:46:42 +0000 (13:46 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Tue, 19 Nov 2013 12:53:17 +0000 (13:53 +0100)
Short description should start with small letter, and it is better to
mention the package name in the long description in order to make
searching easier.

Thanks: gregor herrmann <gregoa@debian.org>

debian/control

index a0a9ec3..385a53a 100644 (file)
@@ -11,10 +11,15 @@ Vcs-Browser: http://git.ao2.it/kboot-utils.git
 Package: kboot-utils
 Architecture: all
 Depends: ${misc:Depends}
-Description: Helper tools to generate a kboot.conf file
- Helper tools to automatically generate a kboot.conf file from entries in
- /boot.
+Description: helper tools to generate a kboot.conf file
+ kboot-utils provides helper tools to automatically generate a kboot.conf file
from entries in /boot.
  .
- The kboot.conf file can be read by the petitboot bootloader which is used
- for instance on the Sony PlayStation 3 in OtherOS mode in order to list
- kernels to boot.
+ kboot.conf is used for instance by the petitboot bootloader, which is used on 
+ the Sony PlayStation 3 in OtherOS mode; petitboot reads the file from the root 
+ filesystem in order to list kernels to boot.
+ .
+ A description of the kboot.conf file format can be found at:
+ http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-linux-docs/ps3-linux-docs-latest/mini-boot-conf.txt
+ mirrored at:
+ http://ring.nict.go.jp/pub/linux/kernel.org/kernel/people/geoff/cell/ps3-linux-docs/ps3-linux-docs-latest/mini-boot-conf.txt