Bug#865994: xabacus: please make the build reproducible
Chris Lamb
lamby at debian.org
Mon Jun 26 11:06:36 UTC 2017
Source: xabacus
Version: 8.0.8-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that xabacus could not be built reproducibly as it encodes
the build path in the Abacus.ab "app default" files.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb, Debian Project Leader
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2017-06-26 11:47:45.831144722 +0100
--- b/debian/rules 2017-06-26 12:05:23.099529451 +0100
@@ -53,6 +53,7 @@
install -D -m 0644 $(CURDIR)/pixmaps/16x16/abacus.xpm $$PIXDIR/x$${INFIX}abacus.t.xpm ; \
install -D -m 0644 $(CURDIR)/pixmaps/32x32/abacus.xpm $$PIXDIR/x$${INFIX}abacus.m.xpm ; \
rm $(CURDIR)/debian/x$${INFIX}abacus/usr/share/games/xabacus/Abacus.ps ; \
+ sed -i -e "s@$(CURDIR)/debian/x$${INFIX}abacus@@g" $(CURDIR)/debian/x$${INFIX}abacus/etc/X11/app-defaults/Abacus ; \
done
install-motif-stamp: build-motif-stamp
More information about the Reproducible-bugs
mailing list