X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=8891d1d197c894e1c2a0b75b5674a61acb2ac09a;hb=c21e45da936f41843332d5d12660aae4007e507e;hp=cff9c43ea1845e39ba7cba03f31696755709aa2e;hpb=f3417b078c342ad28cb2ee7b7da1a59ae242bb0d;p=extjs.git diff --git a/Makefile b/Makefile index cff9c43e..8891d1d1 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,12 @@ $(ORIG_SRC_TAR): $(BUILDDIR) tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDDIR)/debian" $(BUILDDIR) .PHONY: dsc -dsc: $(DSC) +dsc: clean + $(MAKE) $(DSC) + lintian $@ + $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d - lintian $@ sbuild: $(DSC) sbuild $(DSC)