Source: xabacus
Version: 8.0.8-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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

Reply via email to