<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Imran Hussain pushed to branch master at <a href="https://projects.sucs.org/arthur/mw">Justin Mitchell / mw</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://projects.sucs.org/arthur/mw/commit/6b8a873ba4a8fcdb86e9654b2eed33609cd14dbd">6b8a873b</a></strong>
<div>
<span>by Imran Hussain</span>
<i>at 2015-10-23T18:16:41Z</i>
</div>
<pre class='commit-message'>Fix building of .deb on debian systems.

The control file needed to include more build deps on a ssytem with a base netinstall and build-essential.</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
debian-template/control
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://projects.sucs.org/arthur/mw/commit/6b8a873ba4a8fcdb86e9654b2eed33609cd14dbd#diff-0'>
<strong>
debian-template/control
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/debian-template/control
</span><span style="color: #000000;background-color: #ddffdd">+++ b/debian-template/control
</span><span style="color: #aaaaaa">@@ -2,7 +2,7 @@ Source: mw3
</span> Section: misc
 Priority: extra
 Maintainer: Milliways Developers <mw-devel@lists.sucs.org>
-Build-Depends: debhelper (>= 8), libreadline-dev (>=5), libcurl4-dev | libcurl-dev, libsqlite3-dev, libjansson-dev
<span style="color: #000000;background-color: #ddffdd">+Build-Depends: debhelper (>= 8), libreadline-dev (>=5), libcurl4-dev | libcurl-dev, libsqlite3-dev, libjansson-dev, libncurses5-dev, libssl-dev, libpq-dev
</span> Standards-Version: 3.7.2
 
 Package: mw3
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://projects.sucs.org/arthur/mw/commit/6b8a873ba4a8fcdb86e9654b2eed33609cd14dbd">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://projects.sucs.org/arthur/mw/commit/6b8a873ba4a8fcdb86e9654b2eed33609cd14dbd"}}</script>
</p>
</div>
</body>
</html>