Mailing List Archive

r1831 - trunk/varnish-cache/debian
Author: ssm
Date: 2007-08-10 16:05:32 +0200 (Fri, 10 Aug 2007)
New Revision: 1831

Modified:
trunk/varnish-cache/debian/control
Log:
Added missing dependency on "libc6-dev | libc-dev" for vcl compilation

Modified: trunk/varnish-cache/debian/control
===================================================================
--- trunk/varnish-cache/debian/control 2007-08-10 10:28:08 UTC (rev 1830)
+++ trunk/varnish-cache/debian/control 2007-08-10 14:05:32 UTC (rev 1831)
@@ -8,7 +8,7 @@

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