On 2016-12-14 19:21:07 [+0100], gregor herrmann wrote: > Hm, a breaks with a binNUM version sounds at least inelegant. > > How about: > libcrypt-openssl-pkcs10-perl: Depends: libcrypt-openssl-rsa-perl (>= 0.28-4) > libcrypt-openssl-rsa-perl: Breaks: libcrypt-openssl-pkcs10-perl (<< 0.16-2)
All perl's openssl deps are now built against libssl1.1 so the testsuite problem is gone. It should not affect Jessie -> Stretch update because it updates all packages and one of the perl packages will pull in libssl1.1. So you could close this. If you want to add Breaks: & Depends: be aware that this affects more or less all perl package which are built against libssl because they seem to pass the pointers from libssl around. > Cheers, > gregor Sebastian