Package: manpages
Version: 2.10-1
Severity: minor
Tags: patch
Hallo Martin
The description of manpages looks like this here, inside aptitude:
------------------------------------------------------------------
This package contains GNU/Linux manual pages for these sections: 4
Devices (e.g. hd, sd). 5 = File formats and protocols, syntaxes of
several system
files (e.g. wtmp, /etc/passwd, nfs).
7 = Conventions and standards, macro packages, etc.
(e.g. nroff, ascii).
------------------------------------------------------------------
If you use a single space as indent in the description it is interpreted
as belonging to the same paragraph. If you use >1 instead, your text is
taken "as is" [1]. So, if you want to have some list of items inside the
description, as you have, you need to use >1 space. The attached patch
fixes this.
Und es freut mich sehr, dass so viel gutes aus Deiner Debian Mitarbeit
resultiert,
*t
[1]
http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.22
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
-- no debconf information
--- control.orig 2005-12-06 00:09:57.000000000 +0100
+++ control 2005-12-06 00:11:39.000000000 +0100
@@ -11,11 +11,11 @@
Priority: important
Description: Manual pages about using a GNU/Linux system
This package contains GNU/Linux manual pages for these sections:
- 4 = Devices (e.g. hd, sd).
- 5 = File formats and protocols, syntaxes of several system
- files (e.g. wtmp, /etc/passwd, nfs).
- 7 = Conventions and standards, macro packages, etc.
- (e.g. nroff, ascii).
+ 4 = Devices (e.g. hd, sd).
+ 5 = File formats and protocols, syntaxes of several system files
+ (e.g. wtmp, /etc/passwd, nfs).
+ 7 = Conventions and standards, macro packages, etc.
+ (e.g. nroff, ascii).
.
Sections 1, 6 and 8 are provided by the respective applications. This
package only includes the intro man page describing the section.
@@ -30,6 +30,6 @@
Description: Manual pages about using GNU/Linux for development
These man pages describe the Linux programming interface, including
these two sections:
- 2 = Linux system calls.
- 3 = Library calls (note that a more comprehensive source of information
- may be found in the glibc-doc package).
+ 2 = Linux system calls.
+ 3 = Library calls (note that a more comprehensive source of information
+ may be found in the glibc-doc package).