Skip to content
Commits on Source (2)
......@@ -177,17 +177,19 @@ It’s only Free Software if it’s reproducible!</p>
<!-- review blog posts from past ~30 weeks -->
<section class="title" data-background="images/minidebconf-front1.svg.png" data-background-size="15%" data-background-position="90% 10%">
<h3>New since DebConf17 Montreal</h3>
<h2>New since DebConf17 Montreal</h2>
</section>
<section class="title" data-background="images/minidebconf-front1.svg.png" data-background-size="15%" data-background-position="90% 10%">
<p class="fragment">Migration to salsa.d.o</p>
<p class="fragment">3rd Reproducible Builds Summit, in Berlin</p>
<p class="fragment">3rd Reproducible Builds Summit in Berlin</p>
<p class="fragment">Logo discussion &amp; voting</p>
<img class="fragment" src="images/logo.jpg" width="584" height="154">
<p class="fragment">This is the final logo, but <b>not</b> the final font and font color...!)
<p class="fragment"><small>T(his is the final logo, but not the final typeface/colour&hellip;)</small></p>
</section>
<section class="title" data-background="images/minidebconf-front1.svg.png" data-background-size="15%" data-background-position="90% 10%">
<h3>New since DebConf17 Montreal</h3>
<p>GCC -fmacro-prefix-map</p>
<p>GCC <code>-fmacro-prefix-map</code></p>
<pre class="fragment">#include &lt;stdio.h&gt;
int main() {
fprintf(stderr, "error at %s line %l", __FILE__, __LINE__); return 1;
......@@ -205,26 +207,6 @@ int main() {
</section>
<section class="title" data-background="images/minidebconf-front1.svg.png" data-background-size="15%" data-background-position="90% 10%">
<h3>New since DebConf17 Montreal</h3>
<p>GCC -fmacro-prefix-map</p>
<pre>#include &lt;stdio.h&gt;
int main() {
fprintf(stderr, "error at %s line %l", __FILE__, __LINE__); return 1;
}
</pre>
<div class="fragment" />
<hr />
<pre>$ /usr/lib/gcc-snapshot/bin/gcc -o main <strong>-fmacro-prefix-map=/home/user=/build</strong> /home/user/main.c
</pre></div>
<div class="fragment" />
<pre>$ strings main | grep ^/
/lib64/ld-linux-x86-64.so.2
<strong>/build</strong>/main.c
</pre></div>
</section>
<section class="title" data-background="images/minidebconf-front1.svg.png" data-background-size="15%" data-background-position="90% 10%">
<h3>New since DebConf17 Montreal</h3>
<p>#890195: Testing for unnecessary Build-Depends</p>
</section>
......