From 72bfd4bd3e3ff9d865f25f68fd0f9429804b6be3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 May 2019 07:13:23 +0200 Subject: [PATCH] buildsys: cleanup before building source package makes lintian happier and there's no real reason not to do so. Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 921bd8f..6035a1b 100644 --- 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