]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
buildsys: avoid no-pre-clean flag
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 15:55:34 +0000 (17:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 15:55:34 +0000 (17:55 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index b5679ef8bd3cea21252a99ae5f00072907ea7102..b03258f186c2f19c509caada62ae1abde8fe9f12 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ build:
 .PHONY: deb
 deb: $(DEB)
 $(DEB) $(DBG_DEB): build
-       cd build; dpkg-buildpackage -b -us -uc --no-pre-clean --build-profiles=nodoc
+       cd build; dpkg-buildpackage -b -us -uc
        lintian $(DEB)
 
 .PHONY: dsc
@@ -47,7 +47,7 @@ dsc: $(DSC)
        lintian $(DSC)
 
 $(DSC): build
-       cd build; dpkg-buildpackage -S -us -uc -d -nc
+       cd build; dpkg-buildpackage -S -us -uc -d
 
 .PHONY: sbuild
 sbuild: $(DSC)