On Thu, Apr 07, 2016 at 06:36:19AM +0000, Gianfranco Costamagna wrote: > Nitpick: > the dependency are wrong > > Depends: libjs-jquery (>= 1.11.3) but 1.7.2+dfsg-3.2 is to be installed. > > Depends: libphp-phpmailer (>= 5.2.14) but it is not going to be installed. > > > you need to do something like >= 1.11.3~, that way the backported jquery will be satisfied. > because it is already in backports. > 1.11.3+dfsg-4~bpo8+1 actually no; the dependency does not include the full debian version, only the upstream part, so it will work with the jquery package in backports: $ dpkg --compare-versions 1.11.3+dfsg-4~bpo8+1 ge 1.11.3 && echo OK || echo NOTOK OK this would be a problem if the dependency was (>= 1.11.3+dfsg-4): $ dpkg --compare-versions 1.11.3+dfsg-4~bpo8+1 ge 1.11.3+dfsg-4 && echo OK || echo NOTOK NOTOK
Attachment:
signature.asc
Description: PGP signature