<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="Verdana">Thanks Martin,<br>
      <br>
      I had already figured that out and though it works it requires
      some intervention on every update.<br>
      I was looking more for a tag to place in the
      .../debian/LocalConfig.kmk that would take the already generated
      release number and use it.<br>
      Example: VBOX_VERSION_STRING := $(VBOX_VERSION_STRING_RAW) when we
      were compiling beta and the string was too long.<br>
       <br>
      I see where the $(svn_revision) is used in two of the three types
      of builds (assumption) and the third is 0 (zero) which is what I
      get when looking at the about in the program. I can of course
      manually change the 0 to match the release but figured there was
      some way to automate this.<br>
    </font><br>
    Line 54 of debian/rules<br>
    svnrev   :=$(if $(svn_revision),$(svn_revision),0)<br>
    <br>
    Ideas?<br>
    <br>
    <br>
    <br>
    On 09/12/2011 10:41 AM, Martin Simmons wrote:
    <blockquote
      cite="mid:201109121541.p8CFfRL6011910@higson.cam.lispworks.com"
      type="cite">
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">On Fri, 09 Sep 2011 12:43:48 -0500, Perry Halbert said:
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">
Two questions

I have looked through the code for some time and just can't seem to see it.

Building DEB from SVN:
What tag and where would I put it to *not build the *-dbg...  .deb?

Also when building deb, the release version is built into the file name 
but the release version is not included in the about screen like it is 
when building a *.run (it just shows r0).  What would I need to do to 
include the release number in the about information?
</pre>
      </blockquote>
      <pre wrap="">
Try creating a file callled SVN_REVISION at the top level of the source tree
containing the line

svn_revision := nnnnn

The deb/rpm build scripts get their revision number from that variable.
Oracle's build process has some unpublished steps.

__Martin

_______________________________________________
vbox-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a>
<a class="moz-txt-link-freetext" href="http://vbox.innotek.de/mailman/listinfo/vbox-dev">http://vbox.innotek.de/mailman/listinfo/vbox-dev</a>

</pre>
    </blockquote>
  </body>
</html>