[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#890036: juce: please make the build reproducible



Source: juce
Version: 5.2.1~repack-1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs@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@debian.org / chris-lamb.co.uk
       `-
--- 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" ')' \

Reply to: