Dirk, On Wed, Feb 19, 2025 at 11:55:19AM +0000, Mayer, Dirk wrote: > I am running a build from scratch, downloading the source code via 'apt source > ucf' and then building the deb package from there with 'debuild -F -uc -us' > > My build environment is a container based on Debian trixie. I tested it with > podman as well with dockerd. > > I guess the problem could be, that you already have the empty folders in your > file system present.
Of course. Sorry for being slow this morning > You could create the folder on the fly in the run script, see patch below. Yes, I prefer that to spraying .gitignore all over the place. Thanks. Does the testsuite pass for you then? Mark