From 502eb089de2e30dbb8ffa7837a0d1c42c05f3420 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Wed, 24 May 2023 13:59:02 +0200 Subject: [PATCH] buildsys: do not specify no-pre-clean option Otherwise, calling 'make dsc' after 'make deb' leads to the source package having the additional files: debian/.debhelper/ debian/pve-zsync.substvars which lintian helpfully complains about. Signed-off-by: Fiona Ebner --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e2d1b8..6528574 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,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) sbuild: $(DSC)