From d28613b23576ce19895a559cb84d1acb709135d6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 5 Dec 2018 12:43:27 +0100 Subject: [PATCH] bsys: also clean when building the dsc Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a2106b2..a555818d 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ ${DEB}: ${BUILD_DIR} dsc: ${DSC} ${DSC}: ${BUILD_DIR} cd ${BUILD_DIR}; tar czf ../${PACKAGE}_${PKGVER}.orig.tar.gz * - cd ${BUILD_DIR}; dpkg-buildpackage -S -us -uc -nc -d + cd ${BUILD_DIR}; dpkg-buildpackage -S -us -uc -d lintian $@ .PHONY: upload