]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Move Architecture Wildcards to a subsection
authorRuss Allbery <rra@debian.org>
Fri, 4 Jun 2010 05:20:44 +0000 (22:20 -0700)
committerRuss Allbery <rra@debian.org>
Fri, 4 Jun 2010 05:24:16 +0000 (22:24 -0700)
Make Architecture Wildcards a subsection of Architecture specification
strings so that we don't renumber all the subsequent sections (and
because it seems to make slightly more sense).

policy.sgml

index f246c135a8ab4febb0a8eb426b7686bf4a6d3e57..0c47a9f889f51df7a1015054cd4607d425afeb3a 100644 (file)
@@ -8016,27 +8016,27 @@ done
          <tt><var>arch</var>-unknown-linux</tt>, since the
          <tt>unknown</tt> does not look very good.
        </p>
-      </sect>
 
-      <sect id="arch-wildcard-spec">
-        <heading>Architecture Wildcards</heading>
+       <sect1 id="arch-wildcard-spec">
+          <heading>Architecture wildcards</heading>
 
-        <p>
-         A package may specify an architecture wildcard. Architecture
-         wildcards are in the format <tt>any</tt> (which matches every
-         architecture), <tt><var>os</var></tt>-any, or
-         any-<tt><var>cpu</var></tt>. <footnote>
-           Internally, the package system normalizes the GNU triplets and
-           the Debian arches into Debian arch triplets (which are kind of
-           inverted GNU triplets), with the first component of the
-           triplet representing the libc and ABI in use, and then does
-           matching against those triplets.  However, such triplets are
-           an internal implementation detail that should not be used by
-           packages directly.  The libc and ABI portion is handled
-           internally by the package system based on the <var>os</var>
-           and <var>cpu</var>.
-          </footnote>
-        </p>
+          <p>
+           A package may specify an architecture wildcard. Architecture
+           wildcards are in the format <tt>any</tt> (which matches every
+           architecture), <tt><var>os</var></tt>-any, or
+           any-<tt><var>cpu</var></tt>. <footnote>
+             Internally, the package system normalizes the GNU triplets
+             and the Debian arches into Debian arch triplets (which are
+             kind of inverted GNU triplets), with the first component of
+             the triplet representing the libc and ABI in use, and then
+             does matching against those triplets.  However, such
+             triplets are an internal implementation detail that should
+             not be used by packages directly.  The libc and ABI portion
+             is handled internally by the package system based on
+             the <var>os</var> and <var>cpu</var>.
+            </footnote>
+          </p>
+       </sect1>
       </sect>
 
       <sect>