]> git.ipfire.org Git - thirdparty/asterisk.git/commit
install_prereq: Fix check_installed_debs remove subversion 27/2527/3
authorGeorge Joseph <george.joseph@fairview5.com>
Sun, 3 Apr 2016 16:47:30 +0000 (10:47 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 4 Apr 2016 18:45:07 +0000 (13:45 -0500)
commit9d4318f79852b4318a5204495335fd971b20cab0
tree422c157e09806766884705367a1bdb97fa30c7fb
parent566601837e312915494cf6d75c8b303505a43fa2
install_prereq:  Fix check_installed_debs remove subversion

check_installed_debs wasn't handling virtual packages like libsrtp-dev and
libresample-dev and on multiarch systems it was accidentally filtering out all
packages if any :i386 packages were found instead of just filtering out the
:i386 packages themselves.

Change-Id: Ifd68da0d1ee30cc84df14de3f9b9079d7c3cecda
contrib/scripts/install_prereq