[Git][reproducible-builds/reproducible-presentations][master] Revert "Drop duplicate section"

Steven Chamberlain gitlab at salsa.debian.org
Sun May 20 13:35:35 CEST 2018


Steven Chamberlain pushed to branch master at Reproducible Builds / reproducible-presentations


Commits:
811165ca by Steven Chamberlain at 2018-05-20T11:34:53+00:00
Revert "Drop duplicate section"

This reverts commit c49d39f60347c979d1ca06376b0a9c90bf95a74b.

- - - - -


1 changed file:

- 2018-05-20-MiniDebConf-Hamburg/index.html


Changes:

=====================================
2018-05-20-MiniDebConf-Hamburg/index.html
=====================================
--- a/2018-05-20-MiniDebConf-Hamburg/index.html
+++ b/2018-05-20-MiniDebConf-Hamburg/index.html
@@ -209,6 +209,26 @@ 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 <stdio.h>
+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>
 



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/commit/811165ca45c852cd9bb346282e76167c43809f75

---
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/commit/811165ca45c852cd9bb346282e76167c43809f75
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180520/5baf1ced/attachment.html>


More information about the rb-commits mailing list