]> git.proxmox.com Git - proxmox-i18n.git/commitdiff
buildsys: call lintian only on the package we built
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Jan 2018 12:59:03 +0000 (13:59 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Mon, 22 Jan 2018 13:00:05 +0000 (14:00 +0100)
Else we call lintian on both packages twice.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 65127f1eff40ca0c51b441a11b0e9b6e49e0c9e7..44e77056828ad1aea1278e680e1b9214e48ad25f 100644 (file)
--- 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: