[website] 05/06: Programlistings are a part of a paragraph.

Bas Couwenberg sebastic at xs4all.nl
Sun Feb 16 00:14:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit 652c398ec75eaee37cff1e0e67d7fd1c3218c3a6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Feb 16 01:10:52 2014 +0100

    Programlistings are a part of a paragraph.
---
 policy.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/policy.xml b/policy.xml
index f7fae8c..72d7505 100644
--- a/policy.xml
+++ b/policy.xml
@@ -1856,9 +1856,9 @@ pristine-tar = True
           <filename class="directory">debian</filename> directory,
           and use the <option>-o</option> option of
           <command>svn-buildpackage</command>, as in the following example:
-          <command>svn-inject</command> <option>-o</option>
-          <filename>package.dsc</filename>
-          <filename class="directory">svn+ssh://svn.debian.org/svn/pkg-grass/packages/</filename>.
+<programlisting>
+<command>svn-inject</command> <option>-o</option> <replaceable>package.dsc</replaceable> <filename class="directory">svn+ssh://svn.debian.org/svn/pkg-grass/packages/</filename>.
+</programlisting>
         </para>
       </sect3>
       <sect3 id="vcs-tags">
@@ -1937,12 +1937,12 @@ pristine-tar = True
           First, make sure you have correctly setup quilt:
           open <filename>.quiltrc</filename> in your home directory
           (create it if you don't have one), and make sure it looks like this:
-        </para>
 <programlisting>
 QUILT_DIFF_ARGS="--no-timestamps --no-index"
 QUILT_REFRESH_ARGS="--no-timestamps --no-index"
 QUILT_PATCHES="debian/patches"
 </programlisting>
+        </para>
         <para>
           After this, you're ready to start working with quilt.
           See also the instructions in the
@@ -1952,10 +1952,10 @@ QUILT_PATCHES="debian/patches"
           <title>Creating a patch</title>
           <para>
             To create a patch, use the <command>new</command> command. Run:
-          </para>
 <programlisting>
 <command>quilt new</command> <replaceable><patch_name>.patch</replaceable>
 </programlisting>
+          </para>
           <para>
             This will create a <filename>debian/patches/series</filename> file
             (if it doesn't exist yet), which contains all the patches to be
@@ -2094,22 +2094,22 @@ build-stamp: configure
           </caution>
           <para>
             Now add a dependency to the clean target:
-          </para>
 <programlisting>
 ...
 clean: unpatch
 ...
 </programlisting>
+          </para>
           <para>
-            If you've also patched the build system, using upstream's clean
+            If you've also patched the build system, using upstreams clean
             target might fail. This is what you should do:
-          </para>
 <programlisting>
 ...
 clean: clean-patched unpatch
 clean-patched:
 ...
 </programlisting>
+          </para>
           <para>
             Obviously, you could always use an approach like this, but it's an
             useless complication if you don't patch the build system, and you

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/website.git



More information about the Pkg-grass-devel mailing list