Mailing List Archive

r1204 - trunk/varnish-cache/debian
Author: bahner
Date: 2006-10-19 15:44:27 +0200 (Thu, 19 Oct 2006)
New Revision: 1204

Modified:
trunk/varnish-cache/debian/control
Log:
Reverted accidental reversion of dependencies


Modified: trunk/varnish-cache/debian/control
===================================================================
--- trunk/varnish-cache/debian/control 2006-10-19 12:55:20 UTC (rev 1203)
+++ trunk/varnish-cache/debian/control 2006-10-19 13:44:27 UTC (rev 1204)
@@ -3,14 +3,14 @@
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 (>= 4.1)
+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
+ varnish is the server-side alternative to Squid, written primarily with
speed in mind, and with a look to implementing full ESI-support in
a future release.
.