On Mon, May 26, 2025 at 03:24:39PM +0200, Sebastian Ramacher wrote:
> > > I suppose the fix for this is to cleanup scripts/build with the clean 
> > > target.
> > indeed, I've just confirmed this fixes the issue:
> > 
> > override_dh_clean:
> >    rm -rf scripts/build/
> >    dh_clean
> 
> Please add this change and remove the moreinfo tag once uploaded to
> unstable.
 
actually I've rather added this change to scripts/Makefile:

commit d985943688f6109d2a5a998f8bc3725996dabbbe (HEAD -> main, origin/main, 
origin/HEAD)
Author: Holger Levsen <hol...@layer-acht.org>
Date:   Sun May 25 17:46:37 2025 +0200

    scripts/Makefile: also clean the build directory on clean. (see #1106532)
    
    Signed-off-by: Holger Levsen <hol...@layer-acht.org>

diff --git a/scripts/Makefile b/scripts/Makefile
index d40661fe..51c5afb4 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -161,7 +161,7 @@ clean:
    rm -rf devscripts.egg-info $(BC_BUILD_DIR) .pylint.d
    rm -f $(SCRIPTS) $(patsubst %,%.tmp,$(SCRIPTS)) \
        $(GEN_MAN1S) $(SCRIPT_LIBS)
-
+   rm -rf build
 
 test: test_pl test_sh test_py


Will upload shortly and remove the moreinfo tag, thanks!


-- 
cheers,
        Holger

 ⢀⣴⠾⠻⢶⣦⠀
 ⣾⠁⢠⠒⠀⣿⡁  holger@(debian|reproducible-builds|layer-acht).org
 ⢿⡄⠘⠷⠚⠋⠀  OpenPGP: B8BF54137B09D35CF026FE9D 091AB856069AAA1C
 ⠈⠳⣄

A ship is always safe at shore, but that is not what it's built for.
(Albert Einstein)

Attachment: signature.asc
Description: PGP signature

Reply via email to