Bug#989617: cimg-doc: cimg -- Fails to build reproducibly
Nilesh Patra
nilesh at debian.org
Tue Jun 8 20:45:11 BST 2021
Package: cimg-doc
Version: 2.9.4+dfsg-2
Severity: normal
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
X-Debbugs-Cc: nilesh at debian.org, reproducible-bugs at lists.alioth.debian.org
Dear Maintainer,
cimg vendors a few docs which are non deterministic in nature.
However on tweaking around, it looks like those few files are not really
needed, hence removing them makes it reproducible.
I have already committed to
salsa(https://salsa.debian.org/science-team/cimg/-/commit/51931c53791d4958a04a9a5bb4dce1733f48ce25)
and will upload post bullseye release.
Pasting the patch too
--- a/debian/rules
+++ b/debian/rules
@@ -63,6 +63,7 @@ override_dh_install:
sed -i "s?#define cimg_plugin \"examples/$$file\"?#define cimg_plugin \"$$file\"?" $$file ; \
done
mv html/reference/* debian/$(doc)/usr/share/doc/cimg-dev/html
+ find debian -type f -name "_form*" -delete
override_dh_auto_clean:
-cd examples && $(MAKE) clean
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 5.7.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages cimg-doc depends on:
ii libjs-jquery 3.5.1+dfsg-4
cimg-doc recommends no packages.
cimg-doc suggests no packages.
More information about the debian-science-maintainers
mailing list