Mailing List Archive

r1190 - in branches/1.0: . debian
Author: des
Date: 2006-10-18 16:27:23 +0200 (Wed, 18 Oct 2006)
New Revision: 1190

Modified:
branches/1.0/
branches/1.0/debian/control
Log:
r32904 at cat (orig r1152): bahner | 2006-10-12 19:14:41 +0200
Added build dependency on libncurses-dev and a runtime dependency on
gcc >= 3.3.
Now compiles on pristine etch-systems




Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
- d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1151
+ d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1152

Modified: branches/1.0/debian/control
===================================================================
--- branches/1.0/debian/control 2006-10-18 14:27:22 UTC (rev 1189)
+++ branches/1.0/debian/control 2006-10-18 14:27:23 UTC (rev 1190)
@@ -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