5
0
mirror of git://git.proxmox.com/git/pve-zsync.git synced 2024-12-22 21:33:48 +03:00

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 <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2023-05-24 13:59:02 +02:00
parent bfeb6eedf2
commit 502eb089de

View File

@ -48,7 +48,7 @@ $(DEB): $(BUILDDIR)
.PHONY: dsc .PHONY: dsc
dsc: $(DSC) dsc: $(DSC)
$(DSC):$(BUILDDIR) $(DSC):$(BUILDDIR)
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
lintian $(DSC) lintian $(DSC)
sbuild: $(DSC) sbuild: $(DSC)