Bug#928329: fonts-ipaexfont: please make the build reproducible
Source: fonts-ipaexfont
Version: 00401-1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: umask
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that fonts-ipaexfont could not be built reproducibly.
│ │ │ │ --rw-r--r-- usr/share/fonts/opentype/ipaexfont-gothic/ipaexg.ttf
│ │ │ │ +-rw-rw-r-- usr/share/fonts/opentype/ipaexfont-gothic/ipaexg.ttf
^
This is because you miss the "parent" call to dh_fixperms when overriding
this rule in your debian/rules.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby@debian.org / chris-lamb.co.uk
`-
--- a/debian/rules 2019-05-02 09:07:24.020297070 +0100
--- b/debian/rules 2019-05-02 09:08:09.804764765 +0100
@@ -5,4 +5,5 @@
dh $@
override_dh_fixperms:
+ dh_fixperms
chmod -x $(CURDIR)/debian/fonts-ipaexfont-*/usr/share/fonts/opentype/ipaexfont-*/*.ttf
Reply to: