From: Thomas Lamprecht Date: Fri, 23 Jun 2023 14:51:05 +0000 (+0200) Subject: buildsys: avoid no-pre-clean flag when building DSC X-Git-Url: https://git.proxmox.com/?p=libxdgmime-perl.git;a=commitdiff_plain;h=a42db1ef0e956c83468b4eb90fd368268ef6a9bc buildsys: avoid no-pre-clean flag when building DSC Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 8b65a5b..5cd823e 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ dsc: lintian $(DSC) $(DSC): $(BUILDSRC) - cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d -nc + cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d .PHONY: sbuild sbuild: $(DSC)