On 9/1/26 15:14, Michael Tokarev wrote:
1. revert 1652a2e019b5cd50. 2. drop first parameter from install_deps() and remove quite some code 3. when --no-apt-update is given, always turn on --no-apt-distclean (and mention this in the docs).
And this still does not work. Without that $apt_update=1 for the lintian deps run, it fails if --apt-distclean is given, which is the default is which is quite expected - since it clears the caches. Note also that --[no-]apt-distclean is not documented in the manpage, and it's a very recent addition. What was the intention when introducing this option in the first place? -- what's the problem if the available package lists will be kept during the build and later? To me, this --apt-distclean thing makes less and less sense, -- it looks like it should always be off. As I mentioned before, I don't see the logic behind all this. Thanks, /mjt

