mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-11 13:51:42 +00:00
buildsys: cleanup before building source package
makes lintian happier and there's no real reason not to do so. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
63a503c955
commit
72bfd4bd3e
2
Makefile
2
Makefile
@ -73,7 +73,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}
|
||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
|
Loading…
Reference in New Issue
Block a user