* Backport from upstream:

- Move @itemize after @subsection to satisfy texinfo-5.1.
This commit is contained in:
Colin Watson 2013-08-11 13:43:30 +01:00
parent 1c9d91b63c
commit e7e4450537
4 changed files with 25 additions and 1 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ grub2 (2.00-16) UNRELEASED; urgency=low
* Make reportbug script file robust against su authentication failures and
missing LVM commands.
* Backport from upstream:
- Move @itemize after @subsection to satisfy texinfo-5.1.
-- Colin Watson <cjwatson@debian.org> Sun, 11 Aug 2013 12:12:54 +0100

View File

@ -47,3 +47,4 @@ install_bios_setup_path.patch
os_prober_efi.patch
acpihalt_improvements.patch
script_check_no_commands.patch
texinfo_ordering.patch

21
debian/patches/texinfo_ordering.patch vendored Normal file
View File

@ -0,0 +1,21 @@
Description: Move @itemize after @subsection to satisfy texinfo-5.1
Author: Bryan Hundven <bryanhundven@gmail.com>
Origin: upstream, http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/4813
Forwarded: not-needed
Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/4813
Last-Update: 2013-08-11
Index: b/docs/grub-dev.texi
===================================================================
--- a/docs/grub-dev.texi
+++ b/docs/grub-dev.texi
@@ -1394,8 +1394,8 @@
@node Bitmap API
@section Bitmap API
-@itemize
@subsection grub_video_bitmap_create
+@itemize
@item Prototype:
@example
grub_err_t grub_video_bitmap_create (struct grub_video_bitmap **bitmap, unsigned int width, unsigned int height, enum grub_video_blit_format blit_format)

View File

@ -1394,8 +1394,8 @@ grub_video_blit_glyph (&glyph, color, 0, 0);
@node Bitmap API
@section Bitmap API
@itemize
@subsection grub_video_bitmap_create
@itemize
@item Prototype:
@example
grub_err_t grub_video_bitmap_create (struct grub_video_bitmap **bitmap, unsigned int width, unsigned int height, enum grub_video_blit_format blit_format)