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

index 8b65a5b678b935470164a5e7f98b446e7d6960a5..5cd823e6cba9497c7ecf28a3bfce757454b5c044 100644 (file)
--- 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)