Added missing dependency on "libc6-dev | libc-dev" for vcl compilation

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1831 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 09e302b5
......@@ -8,7 +8,7 @@ Standards-Version: 3.7.2
Package: varnish
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gcc ( >= 3.3), libvarnish
Depends: ${shlibs:Depends}, ${misc:Depends}, gcc ( >= 3.3), libvarnish, libc6-dev | libc-dev
Description: A state-of-the-art, high-performance HTTP accelerator
varnish is the server-side alternative to Squid, written primarily with
speed in mind, and with a look to implementing full ESI-support in
......
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