diff options
author | dequis <dx@dxzone.com.ar> | 2017-04-26 04:59:37 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2017-04-26 04:59:37 -0300 |
commit | 11e7917eaabe1120e9a34be662c9fc408e7bbc33 (patch) | |
tree | 4a3fcc7c3573e4f03359026cfb39c65a50f1f297 | |
parent | 621839bd9cb256e27a3ddfbafc1e4328c67bce26 (diff) | |
download | bitlbee-facebook-11e7917eaabe1120e9a34be662c9fc408e7bbc33.tar.gz bitlbee-facebook-11e7917eaabe1120e9a34be662c9fc408e7bbc33.tar.bz2 bitlbee-facebook-11e7917eaabe1120e9a34be662c9fc408e7bbc33.tar.xz |
.travis/obs.sh: depend on bitlbee 3.5 for those packages only
Since bitlbee 3.5.x is not ABI compatible with 3.4.x and those packages
are built against 3.5.x. This caused crashes when using fbchats, which
accesses irc->b, which is one of the last members of the irc struct,
which had another member added in the middle (auth_backend, 8e6ecfe)
Fixes #142
-rwxr-xr-x | .travis/obs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/obs.sh b/.travis/obs.sh index 34b08b9..7292750 100755 --- a/.travis/obs.sh +++ b/.travis/obs.sh @@ -18,6 +18,7 @@ sed -ri \ configure.ac sed -ri \ -e "s/bitlbee-dev \([^\(\)]+\),?\s*//" \ + -e "s/(bitlbee[^ ]*) \(>= 3.4\)/\1 (>= 3.5)/g" \ debian/control cat <<EOF > debian/changelog |