Debian linux repository
Find a file
Ben Hutchings 9794f0902c d/b/gencontrol.py: Extend the effect of $DEBIAN_KERNEL_DISABLE_INSTALLER
Now that the Salsa common pipeline builds packages under sbuild, the
variable DEBIAN_KERNEL_DISABLE_INSTALLER=true in the pipeline's
environment is filtered out of the package build environment and
gencontrol_signed.py doesn't see it (but gencontrol.py does).

This problem doesn't occur in later branches because the functionality
of gencontrol_signed.py was moved into gencontrol.py.

To fix this, change gencontrol.py to set the appropriate config field
when $DEBIAN_KERNEL_DISABLE_INSTALLER is set.  This change will be
saved in config.defines.dump and seen by gencontrol_signed.py later,
but the source config files will be unchanged.
2025-09-16 00:31:04 +02:00
debian d/b/gencontrol.py: Extend the effect of $DEBIAN_KERNEL_DISABLE_INSTALLER 2025-09-16 00:31:04 +02:00