hi again, On Mon, May 26, 2025 at 12:39:41PM +0200, Michael Ablassmeier wrote: > hi, > > On Mon, May 26, 2025 at 12:07:08PM +0200, Santiago Vila wrote: > > El 26/5/25 a las 11:08, Lucas Nussbaum escribió: > > > ijs was fixed by Sergio (Cced) with the following patch: > > > > > > diff -Nru ijs-0.35/debian/rules ijs-0.35/debian/rules > > > --- ijs-0.35/debian/rules 2025-02-19 17:59:38.000000000 +0100 > > > +++ ijs-0.35/debian/rules 2025-05-25 00:47:55.000000000 +0200 > > > @@ -43,7 +43,9 @@ > > > > > > # put aside upstream-shipped temp files during build but after > > > copyright-check > > > upstreamtmpfiles = ltmain.sh configure aclocal.m4 Makefile.in > > > ijs_spec.pdf > > > -pre-build:: debian/stamp-upstreamtmpstuff > > > +pre-build:: debian/force-autoreconf debian/stamp-upstreamtmpstuff > > > +debian/force-autoreconf: > > > + autoreconf -fi > > > debian/stamp-upstreamtmpstuff: debian/stamp-copyright-check > > > for file in $(upstreamtmpfiles); do \ > > > [ ! -e $$file ] || [ -e $$file.upstream ] || cp -a > > > $$file $$file.upstream; \ > > > > Ok, the natural question here would be: > > > > Why do we have to do that now but not in the past? > > > > Can we fix that in cdbs once (if that's really the root of the problem) > > instead of fixing several different packages? > > package builds fine on arm64 wich cdbs 0.4.171
i suspect this change included in 0.4.172: https://salsa.debian.org/debian/cdbs/-/commit/5efba11b142b73ffbfa61fff09cdacc3d6db52b9 bye, - michael