<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <dl style="line-height: 1.5; margin-left: 2em">
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Author</dt>
      <dd style="margin-left: 8.5em">Kouhei Sutou &lt;kou****@clear*****&gt;</dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Date</dt>
      <dd style="margin-left: 8.5em">2012-07-28 18:13:36 +0900 (Sat, 28 Jul 2012)</dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">New Revision</dt>
      <dd style="margin-left: 8.5em"><a href="https://github.com/mroonga/mroonga/commit/9d9f66ab61ca298a6270c9bffaf4de8aaacefcd1">9d9f66ab61ca298a6270c9bffaf4de8aaacefcd1</a></dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Log</dt>
      <dd style="margin-left: 8.5em"><pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; padding: 0.5em">apt: fix wrong MySQL version is used</pre></dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Modified files</dt>
      <dd style="margin-left: 8.5em">
        <ul>
          <li>packages/apt/build-deb.sh</li>
        </ul>
      </dd>
    </dl>

    <div class="diff-section" style="clear: both">
      <div class="diff" style="margin-left: 1em; margin-right: 1em">
        <pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; padding: 0.5em; white-space: normal"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: packages/apt/build-deb.sh (+2 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">--- packages/apt/build-deb.sh    2012-07-28 17:52:13 +0900 (830e50e)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+++ packages/apt/build-deb.sh    2012-07-28 18:13:36 +0900 (d5a0399)</span>
<span class="diff-line" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -105,7 +105,8 @@ cp /tmp/${PACKAGE}-${VERSION}.tar.gz build/${PACKAGE}_${VERSION}.orig.tar.gz</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> mkdir -p mysql-package</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> cd mysql-package</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> apt-get source ${mysql_server_package}</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-ln -fs \$(find . -maxdepth 1 -type d | sort | tail -1) mysql</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+rm -f mysql</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ln -s \$(find . -maxdepth 1 -type d | sort | tail -1) mysql</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> cd */debian/..</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> debuild -us -uc -Tconfigure</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> make -C builddir/include</span>
</pre>
      </div>
    </div>
  </body>
</html>