Commit f0578a7d authored by Ondřej Nový's avatar Ondřej Nový Committed by Federico G. Schwindt

Install same version libvarnishapi1 as Varnish

This allow simple downgrade of Varnish package, because Varnish API might
not be forward compatible (new libvarnishapi1 with old Varnish).
parent b2f6a15c
......@@ -24,7 +24,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
adduser,
gcc,
libc6-dev | libc6.1-dev | libc-dev,
libvarnishapi1 (>= ${binary:Version})
libvarnishapi1 (= ${binary:Version})
Suggests: varnish-doc
Provides: varnish, ${Varnish:ABI}, ${Varnish:strictABI}
Description: state of the art, high-performance web accelerator
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment