Control: reopen -1

Le Sat, Jun 13, 2026 at 09:02:19PM +0200, Jochen Sprickerhof a écrit :

I just did some more tests and it seems that the package is currently not reproducible on reproduce.d.n as that is using ext4, whereas the Debian buildds are using tmpfs. It reproduces just fine for me when when compiling on thmpfs, even on the reproduce.d.n hosts.

I found it:

$  cat debian/rules
#!/usr/bin/make -f

include /usr/share/dh-r/r-cran.mk

%:
        dh $@ --buildsystem R

override_dh_installdocs:
        tar caf tests.tar.xz tests
        dh_installdocs
        rm -rf tests.tar.xz

The owner of the tests.tar.xz files seems to be different in buildds and
in reproducible-builds.  Thanks for catching it up with your
infrastructure.  I will check if this extra complication in the
packaging is really needed.

Cheers,

Charles

Reply via email to