diff --git a/Makefile b/Makefile index 921bd8f..6035a1b 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ ${DEB}: ${BUILDDIR} .PHONY: dsc dsc: ${DSC} ${DSC}: ${BUILDDIR} - cd ${BUILDDIR}; dpkg-buildpackage -S -us -uc -d -nc + cd ${BUILDDIR}; dpkg-buildpackage -S -us -uc -d lintian ${DSC} .PHONY: lint