~ubuntu-branches/debian/squeeze/nginx/squeeze

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry, Kartik Mistry, Fabio Tranchitella
  • Date: 2010-01-09 11:15:59 UTC
  • Revision ID: james.westby@ubuntu.com-20100109111559-kn9ie5uwrlxdk2tb
Tags: 0.7.64-2
[Kartik Mistry]
* debian/rules:
  + Used dh_prep instead of dh_clean -k
* debian/control:
  + Added ${misc:Depends} in Depends
* Added patch for adding debug package, Thanks to Matthew Palmer
  <mpalmer@debian.org> (Closes: #563339)
* debian/copyright:
  + Added missing copyright owners for Debian package and fixed year and
  licence doesn't point to versionless symlink

[Fabio Tranchitella]
* debian/init.d:
  + Added patch from Wouter de Bie to add $DAEMON_OPTS in
  test_nginx_config()

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Jose Parrella <bureado@debian.org>
5
5
Uploaders: Fabio Tranchitella <kobold@debian.org>,
6
 
           Kartik Mistry <kartik@debian.org>
7
 
Build-Depends: debhelper (>= 5),
 
6
 Kartik Mistry <kartik@debian.org>
 
7
Build-Depends: debhelper (>= 7),
8
8
               dpatch,
9
9
               autotools-dev,
10
10
               libssl-dev,
17
17
 
18
18
Package: nginx
19
19
Architecture: any
20
 
Depends: ${shlibs:Depends}, lsb-base (>= 3.2-14)
 
20
Depends: ${misc:Depends}, ${shlibs:Depends}, lsb-base (>= 3.2-14)
21
21
Provides: httpd
22
22
Description: small, but very powerful and efficient web server and mail proxy
23
23
 Nginx (engine x) is a web server created by Igor Sysoev and kindly provided to
26
26
 reduce load to backend servers by many concurrent HTTP-sessions.
27
27
 .
28
28
 It can also act as a POP3/IMAP mail proxy with SSL and TLS SNI support.
 
29
 
 
30
Package: nginx-dbg
 
31
Architecture: any
 
32
Section: debug
 
33
Priority: extra
 
34
Depends: ${misc:Depends}, nginx (= ${binary:Version})
 
35
Description: Debugging symbols for nginx
 
36
 Nginx (engine x) is a web server created by Igor Sysoev and kindly provided to
 
37
 the open-source community. This server can be used as standalone HTTP server
 
38
 and as a reverse proxy server before some Apache or another big server to
 
39
 reduce load to backend servers by many concurrent HTTP-sessions.
 
40
 .
 
41
 This package provides debugging symbols for nginx, to assist in debugging
 
42
 issues that you may find.  It should not be required for normal operation.