Package: ricochet-im Version: 1.1.1-2 Severity: wishlist Hi.
I just tried to build the ricochet-im package on Jessie, and it failed because libasan2 was missing. After changing this build dependency to 'libasan2 | libasan1', the package built but refused to install because tor was only version 0.2.5. I had to change the dependency to 0.2.5 to get the package installed. But it is unclear to me if it is safe to reduce these dependencies. The libasan version seem to be mostly a ABI change. But is the tor version important? The program seemed to work when I start it, but I did not have anyone to connect to so I was unable to test the chat. Here is the patch I used. diff -ru ricochet-im-1.1.1/debian/control ricochet-im-1.1.1-pere/debian/control --- ricochet-im-1.1.1/debian/control 2015-09-30 17:40:00.000000000 +0200 +++ ricochet-im-1.1.1-pere/debian/control 2015-11-21 23:40:36.703536392 +0100 @@ -14,7 +14,7 @@ qttools5-dev-tools, qtdeclarative5-dev, qtmultimedia5-dev, - libasan2, + libasan2 | libasan1, libubsan0, Standards-Version: 3.9.6 Homepage: https://github.com/ricochet-im/ricochet @@ -27,7 +27,7 @@ qml-module-qtquick-controls, qml-module-qtquick-dialogs, qml-module-qtmultimedia, - tor (>= 0.2.6) + tor (>= 0.2.5) Description: anonymous metadata-resistant instant messaging Ricochet is an experiment with a different kind of instant messaging that doesn't trust anyone with your identity, your contact list, or your -- Happy hacking Petter Reinholdtsen

