[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#513945: release-notes: fixing a floating footnote and an empty section



Package: release-notes
Severity: normal
Tags: patch


Hi,

upgrading.dbk has an odd paragraph which only contains a footnote.  The
footnote should be included just after some word in another paragraph or
changed to a normal "note".  I prefer the latter.

Also, the last section of that file, identified as "plans-for-nigel",
only contains a subsection for arm and armel.  This results in
"plans-for-nigel" being an empty section for other architectures.  I
propose to add a property 'arch="arm;armel"' to the section likewise to
make it shown only in release notes for arm and armel.

Here is a patch to do so.  Could you please consider applying it?

# I have made many corrections and improvements directly to English files,
# but this change is slightly big.  So, I file this as a bug report. ;-)

Many thanks,

-nori


-- System Information:
Debian Release: 5.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing'), (90, 'unstable'), (80, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Index: en/upgrading.dbk
===================================================================
--- en/upgrading.dbk	(リビジョン 6129)
+++ en/upgrading.dbk	(作業コピー)
@@ -670,15 +670,15 @@
 Need to get xx.xMB/yyyMB of archives. After unpacking AAAMB will be used.
 Would download/install/remove packages.
 </screen>
+<note>
+  <para> Running this command at the beginning of the upgrade process
+  may give an error, for the reasons described in the next sections.  In that
+  case you will need to wait until you've done the minimal system upgrade as in
+  <xref linkend="minimal-upgrade"/> and upgraded your kernel as in <xref
+  linkend="upgrading-kernel"/> before running this command to estimate the disk
+  space.  </para>
+</note>
 <para>
-<footnote><para> Running this command at the beginning of the upgrade process
-may give an error, for the reasons described in the next sections.  In that
-case you will need to wait until you've done the minimal system upgrade as in
-<xref linkend="minimal-upgrade"/> and upgraded your kernel as in <xref
-linkend="upgrading-kernel"/> before running this command to estimate the disk
-space.  </para> </footnote>
-</para>
-<para>
 If you do not have enough space for the upgrade, make sure you free up space
 beforehand.  You can:
 </para>
@@ -1933,7 +1933,9 @@
 
 </section>
 
-<section id="plans-for-nigel">
+<!-- Please remove 'arch="arm;armel"' when this section gets subsections
+related to some other architectures. -->
+<section id="plans-for-nigel" arch="arm;armel">
   <title>Plans for the next Debian release</title>
 
   <section arch="arm;armel">

Reply to: