]> git.proxmox.com Git - proxmox-mail-forward.git/commitdiff
buildsys: always pre-clean for dsc target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 May 2023 14:49:05 +0000 (16:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 May 2023 15:21:51 +0000 (17:21 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index ee0510e654c4fce14bc7cd34d16d41f58068c383..17b111020cf7187fbe0c1839540f2885bea36ea4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,13 +29,13 @@ $(BUILDDIR):
 .PHONY: deb
 $(DEBS): deb
 deb: $(BUILDDIR)
-       cd $(BUILDDIR); dpkg-buildpackage -b -us -uc --no-pre-clean
+       cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
        lintian $(DEBS)
 
 .PHONY: dsc
 dsc: $(DSC)
 $(DSC): $(BUILDDIR)
-       cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc
+       cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
        lintian $(DSC)
 
 .PHONY: dinstall