~britco/nginx/master

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry, Kartik Mistry, Michael Lustfield
  • Date: 2010-12-06 11:26:22 UTC
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20101206112622-yw4u7rh6vprgn57t
[Kartik Mistry]
* debian/conf/mime.types:
  + Added html5 codecs support (Closes: #605212)
* debian/conf/fastcgi_params:
  + Fixed typo (Closes: #605582)

[Michael Lustfield]
* debian/conf/nginx.conf:
  + Reduced worker_connections to 768 (Closes: #605529)
* Add an nginx site management script to nginx-doc. (Closes: #593580)
  + debian/help/examples/nginx_modsite: Added.
* debian/nginx.logrotate:
  + Added prerotate chunk for awstats. (Closes: #590098)
* debian/copyright:
  + Added Michael Lustfield
* Created nginx-doc:
  + Added 'Package: nginx-doc' section to debian/control
  + Moved debian/nginx.examples -> debian/nginx-doc.examples
  + Moved debian/nginx.docs -> debian/nginx-doc.docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
Package: nginx
22
22
Architecture: any
23
23
Depends: ${misc:Depends}, ${shlibs:Depends}, lsb-base (>= 3.2-14)
24
 
Suggests: ufw
 
24
Suggests: ufw, nginx-doc
25
25
Provides: httpd
26
26
Description: small, but very powerful and efficient web server and mail proxy
27
27
 Nginx (engine x) is a web server created by Igor Sysoev and kindly provided to
44
44
 .
45
45
 This package provides debugging symbols for nginx, to assist in debugging
46
46
 issues that you may find.  It should not be required for normal operation.
 
47
 
 
48
Package: nginx-doc
 
49
Architecture: any
 
50
Section: doc
 
51
Depends: ${misc:Depends}
 
52
Description: Documentation for nginx
 
53
 Nginx (engine x) is a web server created by Igor Sysoev and kindly provided to
 
54
 the open-source community. This server can be used as standalone HTTP server
 
55
 and as a reverse proxy server before some Apache or another big server to
 
56
 reduce load to backend servers by many concurrent HTTP-sessions.
 
57
 .
 
58
 This package provides extra documentation for Nginx.