Source: libsdl1.2 Version: 1.2.15-11 Severity: wishlist Tags: patch User: [email protected] Usertags: umask X-Debbugs-Cc: [email protected]
Hi! While working on the "reproducible builds" effort [1], we have noticed that libsdl1.2 could not be built reproducibly. The permissions inside a tarball vary because of different umasks. The attached patch tells tar to normalize the permissions. Regards, Reiner [1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/rules b/debian/rules index e7a1145..242c7fb 100755 --- a/debian/rules +++ b/debian/rules @@ -58,7 +58,7 @@ override_dh_auto_configure: override_dh_auto_build: dh_auto_build - tar czf debian/examples.tar.gz test --owner=0 --group=0 + tar czf debian/examples.tar.gz test --owner=0 --group=0 --mode=go=rX,u+rw,a-s override_dh_auto_clean: dh_auto_clean
signature.asc
Description: OpenPGP digital signature

