mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-debian: Avoid @itemize in description.
* gnu/packages/python.scm (python-debian): Use @enumerate instead of @itemize.
This commit is contained in:
parent
55b2fc1877
commit
5c7bdc9a7f
1 changed files with 4 additions and 2 deletions
|
@ -5799,10 +5799,12 @@ (define-public python-debian
|
||||||
(home-page "http://packages.debian.org/sid/python-debian")
|
(home-page "http://packages.debian.org/sid/python-debian")
|
||||||
(synopsis "Debian package related modules")
|
(synopsis "Debian package related modules")
|
||||||
(description
|
(description
|
||||||
|
;; XXX: Use @enumerate instead of @itemize to work around
|
||||||
|
;; <http://bugs.gnu.org/21772>.
|
||||||
"This package provides Python modules that abstract many formats of
|
"This package provides Python modules that abstract many formats of
|
||||||
Debian-related files, such as:
|
Debian-related files, such as:
|
||||||
|
|
||||||
@itemize
|
@enumerate
|
||||||
@item Debtags information;
|
@item Debtags information;
|
||||||
@item @file{debian/changelog} files;
|
@item @file{debian/changelog} files;
|
||||||
@item packages files, pdiffs;
|
@item packages files, pdiffs;
|
||||||
|
@ -5810,7 +5812,7 @@ (define-public python-debian
|
||||||
@file{debian/control}, @file{.changes}, @file{.dsc};
|
@file{debian/control}, @file{.changes}, @file{.dsc};
|
||||||
@item Raw @file{.deb} and @file{.ar} files, with (read-only) access to
|
@item Raw @file{.deb} and @file{.ar} files, with (read-only) access to
|
||||||
contained files and meta-information.
|
contained files and meta-information.
|
||||||
@end itemize\n")
|
@end enumerate\n")
|
||||||
|
|
||||||
;; Modules are either GPLv2+ or GPLv3+.
|
;; Modules are either GPLv2+ or GPLv3+.
|
||||||
(license gpl3+)))
|
(license gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue