aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/chapters
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-01-26 07:34:31 +0100
committerGuido Günther <agx@sigxcpu.org>2016-01-26 07:34:31 +0100
commit2cc710df32dd4f18c81e5ce79ba1b049684bb499 (patch)
treeb30046e7caf4d188c49720839ee8d7585dcb04e1 /docs/chapters
parentabe4e4026b484d13ad781e1a72c26f8ea4c7de5a (diff)
docs: Fix sgml parsing errors
spotted by docbook2html
Diffstat (limited to 'docs/chapters')
-rw-r--r--docs/chapters/patches.sgml5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/chapters/patches.sgml b/docs/chapters/patches.sgml
index d552603b..80b12224 100644
--- a/docs/chapters/patches.sgml
+++ b/docs/chapters/patches.sgml
@@ -39,6 +39,7 @@ the <filename>master</filename> branch, of course).</para>
<para>Create patch-queue branch and
import <filename>debian/patches</filename> onto it using &gbp-pq;
+</para>
<programlisting>
<command>cd <replaceable>REPO</replaceable></command>
@@ -88,7 +89,7 @@ to refresh <filename>debian/patches/</filename>:</para>
<para>If you forgot to create a patch-queue before importing the new
upstream version you can make &gbp-pq; figure out where to apply the
-patches by using the <option>--time-machine=</option>.
+patches by using the <option>--time-machine=</option>.</para>
<para>If a package doesn't have any patches yet, these are the steps to add
your first patch:</para>
@@ -97,6 +98,7 @@ your first patch:</para>
<programlisting>
&gbp-pq; import
</programlisting>
+</para></listitem>
<listitem><para>Create your first patch: edit files, test, commit your changes using <command>git commit</command></para></listitem>
<listitem><para>To generate the new Quilt patch set use
@@ -189,4 +191,5 @@ dpkg-source expects it:</para>
</programlisting>
</listitem>
</itemizedlist>
+</sect1>
</chapter>