From fff95895fd43e5916b2a4cf146143f9578b0cfe6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 27 Mar 2024 12:19:01 +0100 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc70305..f0f3b43 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ dsc: lintian $(OUTPUT_DIR)$(DSC) $(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) [ -z "$(OUTPUT_DIR)" ] || cd $(OUTPUT_DIR); sbuild $(DSC)