Source: varnish-modules
Section: web
Priority: optional
Maintainer: Stig Sandbeck Mathisen <ssm@debian.org>
Build-Depends:
 autotools-dev,
 debhelper (>=9),
 libvarnishapi-dev (>= 4.1.2~),
 pkg-config,
 python3-docutils,
 varnish,
Standards-Version: 3.9.7
Homepage: https://github.com/varnish/varnish-modules
#Vcs-Git: git://anonscm.debian.org/pkg-varnish/varnish-modules.git
#Vcs-Browser: https://anonscm.debian.org/cgit/pkg-varnish/varnish-modules.git

Package: varnish-modules
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${Varnish:ABI}
Description: Varnish module collection
 This is a collection of modules ("vmods") extending Varnish VCL used
 for describing HTTP request/response policies with additional
 capabilities. Included:
 .
 * Simpler handling of HTTP cookies
 * Variable support
 * Request and bandwidth throttling
 * Modify and change complex HTTP headers
 * 3.0-style saint mode
 * Advanced cache invalidations, and more.
 .
 This collection contains the following vmods: cookie, vsthrottle,
 header, saintmode, softpurge, tcp, var, xkey
