mirror of
https://git.proxmox.com/git/libxdgmime-perl
synced 2025-07-29 06:56:20 +00:00
buildsys: only run lintian for phony dsc target
to prevent running twice for `sbuild` convenience target inspired by 68a0d9585edf989a0f6aa6698f038dba1dc5da8c in pve-firewall (and similar commits in other repositories) Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
94212449fd
commit
6b46a5986c
6
Makefile
6
Makefile
@ -27,10 +27,12 @@ $(BUILDSRC):
|
|||||||
cp -a debian $(BUILDSRC)
|
cp -a debian $(BUILDSRC)
|
||||||
|
|
||||||
.PHONY: dsc
|
.PHONY: dsc
|
||||||
dsc: $(DSC)
|
dsc:
|
||||||
|
$(MAKE) $(DSC)
|
||||||
|
lintian $(DSC)
|
||||||
|
|
||||||
$(DSC): $(BUILDSRC)
|
$(DSC): $(BUILDSRC)
|
||||||
cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d -nc
|
cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d -nc
|
||||||
lintian $(DSC)
|
|
||||||
|
|
||||||
.PHONY: sbuild
|
.PHONY: sbuild
|
||||||
sbuild: $(DSC)
|
sbuild: $(DSC)
|
||||||
|
Loading…
Reference in New Issue
Block a user