]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
buildsys: cleanup before building source package
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 05:13:23 +0000 (07:13 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 05:13:26 +0000 (07:13 +0200)
makes lintian happier and there's no real reason not to do so.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 921bd8fc8432f2e05c26044c9ec56e9000df706d..6035a1b44b47a12bb15f606f47e3b649fd92f435 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ ${DEB}: ${BUILDDIR}
 .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: lint