docs: makeversion pattern match the code
authorGuido Günther <agx@sigxcpu.org>
Sat, 25 Feb 2012 14:57:48 +0000 (15:57 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sat, 25 Feb 2012 14:57:48 +0000 (15:57 +0100)
Closes: #650465

docs/chapters/import.sgml
docs/manpages/git-buildpackage.sgml
docs/manpages/git-dch.sgml
docs/manpages/git-import-dsc.sgml
docs/manpages/git-import-orig.sgml

index 54d23b8..a05b8af 100644 (file)
@@ -52,7 +52,7 @@ by version number.
     </screen>
     This puts the upstream souces onto the <option>upstream-branch</option> and
     tags them accordingly (the default tag format is
-    <replaceable>upstream/&lt;version&gt;</replaceable>).
+    <replaceable>upstream/%(version)s</replaceable>).
     The result is then merged onto the <option>debian-branch</option>
     and a new &debian; changelog entry is created. You can again specify
     different branch names via the <option>--upstream-branch</option> and
index 4a452ce..eaf33f4 100644 (file)
         </term>
         <listitem>
           <para>use this tag format when tagging Debian versions,
-         default is <replaceable>debian/&lt;version&gt;</replaceable></para>
+         default is <replaceable>debian/%(version)s</replaceable></para>
         </listitem>
       </varlistentry>
       <varlistentry>
index 5529676..5953a0a 100644 (file)
@@ -96,7 +96,7 @@
         </term>
         <listitem>
           <para>tag format used, when tagging debian versions,
-         default is <replaceable>debian/&lt;version&gt;</replaceable></para>
+         default is <replaceable>debian/%(version)s</replaceable></para>
         </listitem>
       </varlistentry>
       <varlistentry>
index 74f1fa8..0181120 100644 (file)
         </term>
         <listitem>
           <para>use this tag format when tagging Debian versions,
-         default is <replaceable>debian/&lt;version&gt;</replaceable></para>
+         default is <replaceable>debian/%(version)s</replaceable></para>
         </listitem>
       </varlistentry>
       <varlistentry>
         </term>
         <listitem>
           <para>use this tag format when tagging upstream versions, 
-         default is <replaceable>upstream/&lt;version&gt;</replaceable></para>
+         default is <replaceable>upstream/%(version)s</replaceable></para>
         </listitem>
       </varlistentry>
       <varlistentry>
index b768fa9..56f5660 100644 (file)
         </term>
         <listitem>
           <para>use this tag format when tagging upstream versions,
-         default is <replaceable>upstream/&lt;version&gt;</replaceable></para>
+         default is <replaceable>upstream/%(versions)s</replaceable></para>
         </listitem>
       </varlistentry>
       <varlistentry>