Followup-For: Bug #804531
Control: found -1 7.5.0-1

eagle still (Build-)Depends: libssl1.0.0 and the binary is still
linked against libssl.so.1.0.0

Since the only API/ABI difference between libssl1.0.0 and libssl1.0.2 is
the removal of some symbols, you could try the following:

* switch build-depends to libssl1.0.2
* build-depend on rpl
* edit the eagle binary to reference the .1.0.2 libraries instead:
        rpl 'libcrypto.so.1.0.0' 'libcrypto.so.1.0.2' eagle
        rpl 'libssl.so.1.0.0' 'libssl.so.1.0.2' eagle
  this should work unless eagle uses some of the removed symbols (which
  is unlikely)


Andreas

Reply via email to