Source: visp-images Version: 3.0.0-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: umask X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Hi, Whilst working on the "reproducible builds" effort [0], we noticed that visp-images could not be built reproducibly. The attached patch removes varying permissions from the build system. Once applied, visp-images can be built reproducibly using our reproducible toolchain. [0] https://wiki.debian.org/ReproducibleBuilds Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/rules 2015-12-24 12:22:28.162253365 +0000 --- b/debian/rules 2015-12-24 13:32:14.573630058 +0000 @@ -1,8 +1,6 @@ #!/usr/bin/make -f # -*- makefile -*- -.PHONY: override_dh_fixperms - %: dh $@ --parallel