[pve-devel] [PATCH i18n] buildsys: call lintian only on the package we built
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Jan 22 13:59:03 CET 2018
Else we call lintian on both packages twice.
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
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.14.2
More information about the pve-devel
mailing list