]> git.proxmox.com Git - pve-zsync.git/commitdiff
buildsys: do not specify no-pre-clean option
authorFiona Ebner <f.ebner@proxmox.com>
Wed, 24 May 2023 11:59:02 +0000 (13:59 +0200)
committerFiona Ebner <f.ebner@proxmox.com>
Wed, 24 May 2023 12:05:52 +0000 (14:05 +0200)
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 <f.ebner@proxmox.com>
Makefile

index 2e2d1b8007cb990872d3ed6cfc97d76fc9ac57c3..65285747d1f81206ca4799b951bb15ecb87641bf 100644 (file)
--- 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)