From 4c7a83738861f7c70e3cc2c70f42037e9b0e5b24 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 2 Apr 2019 11:18:21 +0200 Subject: [PATCH] buildsys: no need to not pre-clean for source package Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e99240..281a3da 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ $(DEB): ${BUILDDIR} check .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: check -- 2.39.2