r1152 - trunk/varnish-cache/debian

bahner at projects.linpro.no bahner at projects.linpro.no
Thu Oct 12 19:14:41 CEST 2006


Author: bahner
Date: 2006-10-12 19:14:41 +0200 (Thu, 12 Oct 2006)
New Revision: 1152

Modified:
   trunk/varnish-cache/debian/control
Log:
 Added build dependency on libncurses-dev and a runtime dependency on
gcc >= 3.3.
Now compiles on pristine etch-systems


Modified: trunk/varnish-cache/debian/control
===================================================================
--- trunk/varnish-cache/debian/control	2006-10-12 17:05:59 UTC (rev 1151)
+++ trunk/varnish-cache/debian/control	2006-10-12 17:14:41 UTC (rev 1152)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Stig Sandbeck Mathiesen <ssm at debian.org>
 Uploaders: Lars Bahner <bahner at debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, automake1.9, libtool, autoconf, gcc
+Build-Depends: debhelper (>= 5), autotools-dev, automake1.9, libtool, autoconf, libncurses-dev
 Standards-Version: 3.7.2
 
 Package: varnish
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, gcc ( >= 3.3)
 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




More information about the varnish-commit mailing list