From e063b1cc9b8106b27258eb68383fafbfa84e00c9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 22 Jan 2018 13:59:03 +0100 Subject: [PATCH] buildsys: call lintian only on the package we built Else we call lintian on both packages twice. Signed-off-by: Thomas Lamprecht --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 65127f1..44e7705 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,7 @@ $(DEBS): | submodule rsync -a debian dest make DESTDIR=dest install cd dest; dpkg-buildpackage -b -us -uc - lintian ${PMG_I18N_DEB} - lintian ${PVE_I18N_DEB} + lintian $@ .PHONY: submodule submodule: -- 2.39.2