Source: os-autoinst Version: 4.5.1527308405.8b586d5-4.2 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0] we noticed that os-autoinst could not be built reproducibly. This is because it installs a .packlist file that contains an absolute build path. Patch attached that simply does not install this file, This package will not be 100% reproducible with this change, however. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/rules 2020-11-12 12:27:32.264270409 +0000 --- b/debian/rules 2020-11-12 12:36:42.202484984 +0000 @@ -28,6 +28,8 @@ $(CURDIR)/debian/os-autoinst/usr/bin/isotovideo.real install -m 0755 $(CURDIR)/debian/isotovideo.sh \ $(CURDIR)/debian/os-autoinst/usr/bin/isotovideo + find $(CURDIR)/debian/os-autoinst/usr/lib/ \ + -name "*.packlist" -delete override_dh_fixperms: dh_fixperms