~ubuntu-branches/ubuntu/trusty/libapache-mod-fastcgi/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-07-11 14:10:25 UTC
  • Revision ID: package-import@ubuntu.com-20130711141025-b1psz907s2y0od1p
Tags: 2.4.7~0910052141-1.1
* Non-maintainer upload.
* Port to Apache 2.4 (closes: #666839).
* Drop some more vestiges of Apache 1 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Tatsuki Sugiura <sugi@nemui.org>
5
5
Standards-Version: 3.9.1
6
 
Build-Depends: debhelper (>> 5.0.0), cdbs, apache2-threaded-dev (>= 2.2.4) | apache2-prefork-dev (>= 2.2.4), dpatch (>= 2.0.0), libtool, libapr1-dev, pkg-config
 
6
Build-Depends: debhelper (>> 5.0.0), cdbs, dh-apache2, apache2-dev (>= 2.2.4), dpatch (>= 2.0.0), libtool, libapr1-dev, pkg-config
7
7
Uploaders: Taku YASUI <tach@debian.or.jp>
8
8
Homepage: http://www.fastcgi.com/
9
9
 
10
10
Package: libapache2-mod-fastcgi
11
11
Architecture: any
12
 
Depends: apache2.2-common (>= 2.2.4), ${shlibs:Depends}, ${misc:Depends}
 
12
Depends: ${shlibs:Depends}, ${misc:Depends}
13
13
Description: Apache 2 FastCGI module for long-running CGI scripts
14
14
 This is a FastCGI module for the Apache 2.x web server.  FastCGI is an
15
15
 open standard for communicating between a web server and a long-running