]> git.proxmox.com Git - libarchive-perl.git/commitdiff
buildsys: avoid no-pre-clean flag when building DSC master
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jun 2023 14:51:31 +0000 (16:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jun 2023 14:51:31 +0000 (16:51 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index a8c9ff9cd2944688ff0306c88954b168057411fd..184c53187c51a46e89a646a407994c249d83d614 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,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)