[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: python-debian: Avoid @itemize in description.
From: |
Ludovic Courtès |
Subject: |
10/10: gnu: python-debian: Avoid @itemize in description. |
Date: |
Wed, 28 Oct 2015 11:04:49 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 5c7bdc9a7fb2ed4f963dbacc7c1bee8cc9223303
Author: Ludovic Courtès <address@hidden>
Date: Wed Oct 28 11:59:42 2015 +0100
gnu: python-debian: Avoid @itemize in description.
* gnu/packages/python.scm (python-debian): Use @enumerate instead of
@itemize.
---
gnu/packages/python.scm | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 45fd417..08f0146 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5799,10 +5799,12 @@ Python's @code{ctypes} foreign function interface
(FFI).")
(home-page "http://packages.debian.org/sid/python-debian")
(synopsis "Debian package related modules")
(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
Debian-related files, such as:
address@hidden
address@hidden
@item Debtags information;
@item @file{debian/changelog} files;
@item packages files, pdiffs;
@@ -5810,7 +5812,7 @@ Debian-related files, such as:
@file{debian/control}, @file{.changes}, @file{.dsc};
@item Raw @file{.deb} and @file{.ar} files, with (read-only) access to
contained files and meta-information.
address@hidden itemize\n")
address@hidden enumerate\n")
;; Modules are either GPLv2+ or GPLv3+.
(license gpl3+)))
- branch master updated (b1b9e5c -> 5c7bdc9), Ludovic Courtès, 2015/10/28
- 03/10: gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not bzImage., Ludovic Courtès, 2015/10/28
- 05/10: gnu: grub: Use modify-phases and other minor cleanups., Ludovic Courtès, 2015/10/28
- 02/10: gnu: linux-libre: Add case for ARCH=mips., Ludovic Courtès, 2015/10/28
- 01/10: gnu: linux-libre: Add 'supported-systems' field: Intel only for now., Ludovic Courtès, 2015/10/28
- 06/10: gnu: grub: Install documentation., Ludovic Courtès, 2015/10/28
- 04/10: doc: Add texinfo to the requirements when building from git., Ludovic Courtès, 2015/10/28
- 08/10: substitute: 'lookup-narinfos' returns exactly a list of narinfos., Ludovic Courtès, 2015/10/28
- 10/10: gnu: python-debian: Avoid @itemize in description.,
Ludovic Courtès <=
- 09/10: substitute: Honor all the specified server URLs., Ludovic Courtès, 2015/10/28
- 07/10: substitute: 'http-multiple-get' follows 'fold' style., Ludovic Courtès, 2015/10/28