Source: xshisen Version: 1:1.51-4.1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: locale X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Hi, Whilst working on the "reproducible builds" effort [0], we noticed that xshisen could not be built reproducibly. Patch attached. [0] https://wiki.debian.org/ReproducibleBuilds Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/rules 2016-08-06 11:25:50.499122248 +0100 --- b/debian/rules 2016-08-06 11:32:07.428073204 +0100 @@ -29,3 +29,6 @@ rm -rf debian/xshisen/usr/share/man/ja_* \ debian/xshisen/etc/X11/ja* \ debian/xshisen/etc/X11/pl + # Remove empty directories created with "LANG" + find debian/xshisen/etc/X11 debian/xshisen/usr/share/man \ + -type d -empty -delete