fix debian packages generation (invalid warning silencing) 39/9239/1
authorGabriel Ganne <gabriel.ganne@enea.com>
Mon, 6 Nov 2017 13:09:06 +0000 (14:09 +0100)
committerGabriel Ganne <gabriel.ganne@enea.com>
Mon, 6 Nov 2017 13:25:11 +0000 (14:25 +0100)
commitaddb55b9e0533c5f720b1cc1bdeeb4bbd0e6bf2a
treead1ffcc1383a72273e647d2e2bf609394b928784
parente695cb4dbdb6f9424ac5a567799e67f791fad328
fix debian packages generation (invalid warning silencing)

During dh_shlibdeps, we silence some plugin-related warnings using
"grep -v". grep is the last command of the line, and returns 1 on match.
Therefore, the whole make step fails.

This patch merges the two grep commands, and ignores the grep return
value.

Change-Id: I1237162ab3c9937dbc340e5a2fce7ec779a19f39
Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
build-root/deb/debian/rules