[Reproducible-builds] Bug#833581: xshisen: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Aug 6 10:32:24 UTC 2016


Source: xshisen
Version: 1:1.51-4.1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: locale
X-Debbugs-Cc: reproducible-builds at 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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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


More information about the Reproducible-builds mailing list