mirror of
https://git.proxmox.com/git/pve-esxi-import-tools
synced 2025-04-28 12:14:40 +00:00
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:
parent
251582b46a
commit
fff95895fd
2
Makefile
2
Makefile
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user