Bug#779215: aroarfw: please make the build reproducible

2015-02-27 Thread Patrick Matthäi

tag #779215 + pending
thanks

Am 25.02.2015 um 17:19 schrieb Maria Valentina Marin:

Source: aroarfw
Version: 0.1~beta5-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps

Hi!

While working on the “reproducible builds” effort [1], we have noticed
that aroarfw could not be built reproducibly.

The attached patch removes extra timestamps in the doxygen documentation from
the build system. Once applied, aroarfw can be built reproducibly in our
current experimental framework.

Thanks, akira

  [1]: https://wiki.debian.org/ReproducibleBuilds


Hola,

thanks I have applied the patch to my VCS.

--
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

  Blog: http://www.linux-dev.org/
E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#779215: aroarfw: please make the build reproducible

2015-02-25 Thread Maria Valentina Marin
Source: aroarfw
Version: 0.1~beta5-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps

Hi!

While working on the “reproducible builds” effort [1], we have noticed
that aroarfw could not be built reproducibly.

The attached patch removes extra timestamps in the doxygen documentation from
the build system. Once applied, aroarfw can be built reproducibly in our
current experimental framework.

Thanks, akira

 [1]: https://wiki.debian.org/ReproducibleBuilds
--- aroarfw-0.1~beta5.orig/Doxyfile
+++ aroarfw-0.1~beta5/Doxyfile
@@ -175,6 +175,7 @@ DISABLE_INDEX  = NO
 ENUM_VALUES_PER_LINE   = 4
 GENERATE_TREEVIEW  = NO
 TREEVIEW_WIDTH = 250
+HTML_TIMESTAMP = NO
 #---
 # configuration options related to the LaTeX output
 #---