buildsys: skip checking build-dependencies for generating the DSC

allows to build a DSC that is then further used via sbuild, or the
like, without having to install all build-dependencies on the host one
is connected to.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-03-27 12:19:01 +01:00
parent 251582b46a
commit fff95895fd

View File

@ -89,7 +89,7 @@ dsc:
lintian $(OUTPUT_DIR)$(DSC) lintian $(OUTPUT_DIR)$(DSC)
$(OUTPUT_DIR)$(DSC): $(BUILD_DIR) $(OUTPUT_DIR)$(DSC): $(BUILD_DIR)
cd $(BUILD_DIR) && dpkg-buildpackage -S -uc -us cd $(BUILD_DIR) && dpkg-buildpackage -S -uc -us -d
sbuild: $(OUTPUT_DIR)$(DSC) sbuild: $(OUTPUT_DIR)$(DSC)
[ -z "$(OUTPUT_DIR)" ] || cd $(OUTPUT_DIR); sbuild $(DSC) [ -z "$(OUTPUT_DIR)" ] || cd $(OUTPUT_DIR); sbuild $(DSC)