diff --git a/Makefile b/Makefile index a98142c..d96438d 100644 --- a/Makefile +++ b/Makefile @@ -31,10 +31,12 @@ $(BUILDSRC): echo "git clone git://git.proxmox.com/git/pve-storage.git\\ngit checkout $(GITVERSION)" >$(BUILDSRC)/debian/SOURCE .PHONY: dsc -dsc: $(DSC) +dsc: + $(MAKE) $(DSC) + lintian $(DSC) + $(DSC): $(BUILDSRC) cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d -nc - lintian $(DSC) .PHONY: sbuild sbuild: $(DSC)