Re: dh-perl6 vs. dh-raku: reproducibility issues with vendor/precompiled

2022-02-09 Thread Mattia Rizzolo
(just dumping a quick point else I'm sure I'll forget by the time I get to this mail when on the computer..) A build process really must not create random files in HOME, and possibly not even try to access them... If having a nonexistent home dir (which... Isn't the case of boh default pbuilder a

Re: dh-perl6 vs. dh-raku: reproducibility issues with vendor/precompiled

2022-02-09 Thread Chris Lamb
Hi Dominique, >> --- a/dh_raku_build >> +++ b/dh_raku_build >> @@ -39,6 +39,7 @@ foreach my $pkg (getpackages()) { >> --from=. --to=debian/tmp/pre-compiled!; >> doit({ >> update_env => { >> +HOME => "/nonexistent", >>

New Enquiry

2022-02-09 Thread NSW Gifting
Greetings and happy New year to you. Hope you received my mail ? As we have not heard from you since our last email buying request. Can you please send us your recent catalog and price list to our below email for our review and revert back to you asap. Expecting your urgent feedback.

Re: dh-perl6 vs. dh-raku: reproducibility issues with vendor/precompiled

2022-02-09 Thread Dominique Dumont
On Thursday, 27 January 2022 19:40:14 CET Chris Lamb wrote: > It probably isn't a good idea that Debian package builds inherits anything > from the build user's home directory anyway, so the following should be > okay: > > --- a/dh_raku_build > +++ b/dh_raku_build > @@ -39,6 +39,7 @@ f