Here's a patch that will include appropriate documentation for these
new features.
--- doc/svn-buildpackage.sgml.bak	2008-01-02 03:44:31.000000000 -0500
+++ doc/svn-buildpackage.sgml	2008-01-02 03:57:03.000000000 -0500
@@ -273,6 +273,17 @@
       <glossentry>
         <glossterm>
           <cmdsynopsis><group>
+              <arg><option>--svn-use-origurl</option></arg>
+            </group></cmdsynopsis>
+        </glossterm>
+        <glossdef>
+          <para>Download tarball using origUrl instead of debOrigScript</para>
+        </glossdef>
+      </glossentry>
+
+      <glossentry>
+        <glossterm>
+          <cmdsynopsis><group>
             <arg><option>--svn-pkg=packagename</option></arg>
           </group></cmdsynopsis>
         </glossterm>
@@ -510,6 +521,20 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term>debOrigScript</term>
+        <listitem>
+          <para>the path to the script to use to generate an orig source tarball. The path must be set relative to the top level directory of the working directory (trunk/package)</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>debOrigScriptOptions</term>
+        <listitem>
+          <para>a list of options to pass to debOrigScript. The options must be enclosed within parantheses and each option must be seperated by whitespace</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para>The following variables are understood by svn-buildpackage:</para>

Reply via email to