buildsys: lintian: do not ignore "binaries" anymore
not required anymore and if it would be, we'd rather use the debian/lintian-overrides file Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d9fab55662
commit
86badf17fe
3
Makefile
3
Makefile
@ -38,8 +38,7 @@ $(DEB):
|
||||
echo "git clone git://git.proxmox.com/git/pve-manager.git\\ngit checkout ${GITVERSION}" > dest/debian/SOURCE
|
||||
echo "REPOID_GENERATED=${REPOID}" > dest/debian/rules.env
|
||||
cd dest; dpkg-buildpackage -b -us -uc
|
||||
# supress lintian error: statically-linked-binary usr/bin/pvemailforward
|
||||
lintian -X binaries ${DEB}
|
||||
lintian ${DEB}
|
||||
|
||||
.PHONY: upload
|
||||
upload: ${DEB} check
|
||||
|
Loading…
Reference in New Issue
Block a user