Bug#890036: juce: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Feb 10 10:43:20 UTC 2018


Source: juce
Version: 5.2.1~repack-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that juce could not be built reproducibly.

Patch attached. An alternative would be to disable generation
of the .tag file but that would require modifying upstream's
Doxygen.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2018-02-10 09:00:47.897036734 +0000
--- b/debian/rules	2018-02-10 10:31:03.930991478 +0000
@@ -49,7 +49,7 @@
 	-dh_doxygen doc/
 
 override_dh_install-indep:
-	dh_install --indep
+	dh_install --indep -X.tag
 	-find $(CURDIR)/debian/juce-modules-source/usr/share/juce \
 		-type f -executable \
 		'(' -name "*.h" -or -name "*.cpp" ')' \


More information about the Reproducible-bugs mailing list