docs: add missing tags to sgml files
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 10 Feb 2012 15:08:20 +0000 (17:08 +0200)
committerGuido Günther <agx@sigxcpu.org>
Wed, 15 Feb 2012 20:40:10 +0000 (21:40 +0100)
Signed-off-by: Guido Günther <agx@sigxcpu.org>
docs/chapters/building.sgml
docs/chapters/cfgfile.sgml
docs/chapters/import.sgml
docs/chapters/releases.sgml
docs/chapters/special.sgml
docs/manpages/gbp-clone.sgml
docs/manpages/gbp-create-remote-repo.sgml
docs/manpages/gbp-pull.sgml
docs/manpages/git-buildpackage.sgml

index 9bab07a..1d95faf 100644 (file)
@@ -9,6 +9,7 @@
     During the development phase (when you're either not on the
     <emphasis>debian-branch</emphasis> or when you have uncommitted changes in
     your repository) you'll usually use:
+    </para>
 <screen>
 &git-buildpackage; <option>--git-ignore-new</option>
 </screen>
@@ -96,6 +97,7 @@ export-dir=../build-area
 <option>postbuild</option>=<replaceable>lintian $GBP_CHANGES_FILE</replaceable>
 </programlisting>
        to your <filename>.gbp.conf</filename>.
+    </para>
     </sect2>
     <sect2 id="gbp.building.push">
     <title>Pushing into a remote repository</title>
index d69ebef..d7c7a0d 100644 (file)
       <varlistentry>
       <term>[git-buildpackage]</term>
       <listitem><para>Options in this section apply to &git-buildpackage; only and override options from the
-      [DEFAULT] section.</listitem>
+      [DEFAULT] section.</para></listitem>
       </varlistentry>
       <varlistentry>
       <term>[git-import-orig]</term>
       <listitem><para>Options in this section apply to &git-import-orig; only and override options from the
-      [DEFAULT] section.</listitem>
+      [DEFAULT] section.</para></listitem>
       </varlistentry>
       <varlistentry>
       <term>[git-import-dsc]</term>
       <listitem><para>Options in this section apply to &git-import-dsc; only and override options from the
-      [DEFAULT] section.</listitem>
+      [DEFAULT] section.</para></listitem>
       </varlistentry>
       <varlistentry>
       <term>[git-dch]</term>
       <listitem><para>Options in this section apply to &git-dch; only and override options from the
-      [DEFAULT] section.</listitem>
+      [DEFAULT] section.</para></listitem>
       </varlistentry>
     </variablelist>
     The actual options in these sections are the command line options without
index c4a5f1f..54d23b8 100644 (file)
@@ -88,6 +88,7 @@ by version number.
     <para>
     If the &git; repository wasn't created with &git-import-dsc; you have to tell
     &git-buildpackage; and friends where to find the upstream sources.
+    </para>
     <sect2>
     <title>Upstream sources on a branch</title>
     <para>
@@ -176,5 +177,6 @@ EOF
 <command>dh_make</command>
     </screen>
     That's it, you're done. If you want to publish you're new repository you can use &gbp-create-remote-repo;.
+    </para>
     </sect1>
 </chapter>
index 95f89b4..9d3bf74 100644 (file)
@@ -21,6 +21,7 @@
     <option>--release</option>.</para>
     <para>
     But what if you want to have an (unreleased) snapshot for intermediate testing:
+    </para>
 <screen>
 &git-dch; <option>--snapshot</option>
 </screen>
index cf34904..653f0ae 100644 (file)
@@ -4,6 +4,7 @@
     <title>Handling non-DFSG clean upstream sources</title>
     <para>If you have to handle non DFSG clean upstream sources you can use a
     different branch which you have to create once:
+    </para>
     <screen>
 &gitcmd; branch dfsg_clean upstream
     </screen>
@@ -37,6 +38,7 @@ cleanup-script.sh
 &gitcmd; checkout <replaceable>master</replaceable>
 &gitcmd; pull <replaceable>.</replaceable> <replaceable>dfsg_clean</replaceable>
     </screen>
+    </sect1>
 
     <sect1 id="gbp.special.nmus">
     <title>Importing NMUs</title>
@@ -108,6 +110,7 @@ builder = /usr/bin/git-pbuilder
        one of your &git; repositories instead of
        <filename>~/.gbp.conf</filename>.
     </para>
+    </sect1>
 
     <sect1 id="gbp.special.hacking">
     <title>Working on random packages</title>
@@ -119,6 +122,7 @@ git-import-dsc --download <filename>package</filename>
 cd <filename>package</filename>
 git-branch debian
 </programlisting>
+    </para>
     <para>
     This uses <command>apt-get</command> to download the source package,
     puts the orig tarball on the <option>upstream-branch</option> and the
index f4be976..31c2fed 100644 (file)
@@ -48,7 +48,7 @@
         </term>
         <listitem>
          <para>Track all branches, not only <replaceable>debian</replaceable>
-         and <replaceable>upstream</replaceable>.
+         and <replaceable>upstream</replaceable>.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
@@ -56,7 +56,7 @@
         </term>
         <listitem>
          <para>The branch in the Git repository the Debian package is being
-         developed on, default is <replaceable>master</replaceable>.
+         developed on, default is <replaceable>master</replaceable>.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
@@ -89,6 +89,7 @@
         </listitem>
       </varlistentry>
     </variablelist>
+  </refsect1>
   <refsect1>
       &man.git.config-files;
   </refsect1>
index 782d70b..5e59511 100644 (file)
@@ -72,7 +72,7 @@
         </term>
         <listitem>
          <para>The branch in the Git repository the Debian package is being
-         developed on, default is <replaceable>master</replaceable>.
+         developed on, default is <replaceable>master</replaceable>.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
         </listitem>
       </varlistentry>
     </variablelist>
+  </refsect1>
   <refsect1>
       &man.git.config-files;
   </refsect1>
index b8dcde4..44d667e 100644 (file)
@@ -63,7 +63,7 @@
         </term>
         <listitem>
          <para>The branch in the Git repository the Debian package is being
-         developed on, default is <replaceable>master</replaceable>.
+         developed on, default is <replaceable>master</replaceable>.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
index 2dbe85b..4a452ce 100644 (file)
         <listitem>
           <para>Don't abort if there are uncommitted changes in the source tree
           or the current branch doesn't match the
-          <replaceable>debian-branch</replaceable>.
+          <replaceable>debian-branch</replaceable>.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <listitem>
          <para>Build for architecture <replaceable>ARCH</replaceable> when
          using <command>--git-pbuilder</command>. If unset no architecture is
-         passed to <command>git-pbuilder</command>.
+         passed to <command>git-pbuilder</command>.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
          <para>Whether to try to autoconfigure
          <command>git-pbuilder</command> or to rely on the settings in
          .pbuilderrc. See the <command>git-pbuilder</command>
-          manpage for details.</listitem>
+          manpage for details.</para></listitem>
       </varlistentry>
       <varlistentry>
         <term><option>--git-pbuilder-options</option></term>
           or the application specified via <option>--git-builder</option>.</para>
           <para>Exported environment variables are:
           <envar>GBP_GIT_DIR</envar> (the repository the package is being built from),
-          <envar>GBP_BUILD_DIR</envar> (the build dir).
+          <envar>GBP_BUILD_DIR</envar> (the build dir).</para>
         </listitem>
+      </varlistentry>
       <varlistentry>
         <term><option>--git-debian-tag=</option><replaceable>tag-format</replaceable>
         </term>