tags 436130 patch
thanks

Attached is a patch against current trunk (r5646) that fixes this issue.

I will apply this patch when I get home.

-- 
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 5646)
+++ debian/changelog	(working copy)
@@ -12,8 +12,10 @@
   * fix the format and name of the NEWS file
   * s-b: remove duplicate information for --svn-tag in svn-
     buildpackage(1) (Closes: 449291)
+  * s-b man page: layout information is exported to the environment
+    (Closes: 436130)
 
- -- Eddy Petrișor <[EMAIL PROTECTED]>  Mon, 05 Nov 2007 21:25:01 +0200
+ -- Eddy Petrișor <[EMAIL PROTECTED]>  Tue,  6 Nov 2007 17:26:13 +0200
 
 svn-buildpackage (0.6.22) experimental; urgency=low
 
Index: doc/svn-buildpackage.sgml
===================================================================
--- doc/svn-buildpackage.sgml	(revision 5646)
+++ doc/svn-buildpackage.sgml	(working copy)
@@ -418,51 +418,100 @@
 
     <para>The following environment variables are exported by svn-buildpackage and can be used in hook commands or the package build system.</para>
     <variablelist>
+
       <varlistentry>
-	<term>PACKAGE</term>
-	<term>package</term>
+        <term>PACKAGE</term>
+        <term>package</term>
         <listitem>
           <para>The source package name</para>
         </listitem>
       </varlistentry>
+
       <varlistentry>
         <term>SVN_BUILDPACKAGE</term>
         <listitem>
           <para>Version of svn-buildpackage</para>
         </listitem>
       </varlistentry>
+
       <varlistentry>
-	<term>TAG_VERSION</term>
-	<term>debian_version</term>
+      <term>TAG_VERSION</term>
+      <term>debian_version</term>
         <listitem>
           <para>The complete Debian version string, also used for the tag copy</para>
         </listitem>
       </varlistentry>
+
       <varlistentry>
         <term>non_epoch_version</term>
         <listitem>
           <para>Same as debian_version but without any epoch strings</para>
         </listitem>
       </varlistentry>
+
       <varlistentry>
         <term>upstream_version</term>
         <listitem>
           <para>Same as debian_version but without Debian extensions</para>
         </listitem>
       </varlistentry>
+
       <varlistentry>
         <term>guess_loc</term>
         <listitem>
           <para>Guessed upstream source package name in the pool, something like libm/libmeta-html-perl_3.2.1.0.orig.tar.g</para>
         </listitem>
       </varlistentry>
+
       <varlistentry>
         <term>DIFFSRC</term>
         <listitem>
           <para>(experimental) shows the location of generated diff file</para>
         </listitem>
       </varlistentry>
+
     </variablelist>
+    <para>All the layout properties are exported to the environment, too. The following ones have meaning to svn-buildpackage.</para>
+
+    <variablelist>
+
+      <varlistentry>
+        <term>buildArea</term>
+        <listitem>
+          <para>the location of build area directory</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>trunkUrl</term>
+        <listitem>
+          <para>the URL of the trunk directory for the current package.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>tagsUrl</term>
+        <listitem>
+          <para>the URL of the tags base directory for the current package.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>origDir</term>
+        <listitem>
+          <para>the local directory where the orig tarball should be located.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>origUrl</term>
+        <listitem>
+          <para>the URL from where the orig tarball for the current package can be pulled from.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
     <para>The following variables are understood by svn-buildpackage:</para>
     <variablelist>
       <varlistentry>

Reply via email to