]> git.proxmox.com Git - pve-xtermjs.git/commitdiff
buildsys: do not skip pre-cleaning source
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 May 2023 11:43:14 +0000 (13:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 May 2023 12:02:48 +0000 (14:02 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 8adb8c03082073128746a77600341f5cae0f269e..6512a90f60b4d10619b427ac1518f171564982b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,14 +53,14 @@ build:
 .PHONY: deb
 deb: $(DEB)
 $(DEB) $(DBG_DEB): build
-       cd build; dpkg-buildpackage -b -uc -us --no-pre-clean
+       cd build; dpkg-buildpackage -b -uc -us
        lintian $(DEB)
        @echo $(DEB)
 
 .PHONY: dsc
 dsc: $(DSC)
 $(DSC): build
-       cd build; dpkg-buildpackage -S -us -uc -d -nc
+       cd build; dpkg-buildpackage -S -us -uc -d
        lintian $(DSC)
 
 EXCLUDED_ADDONS=attach fullscreen search terminado webLinks zmodem