Commit e73d8c09 authored by Lars Bahner's avatar Lars Bahner

Added build dependency on libncurses-dev and a runtime dependency on

gcc >= 3.3.
Now compiles on pristine etch-systems


git-svn-id: http://www.varnish-cache.org/svn/trunk@1152 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0ec1f8b7
......@@ -3,12 +3,12 @@ Section: web
Priority: optional
Maintainer: Stig Sandbeck Mathiesen <ssm@debian.org>
Uploaders: Lars Bahner <bahner@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
......
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