~ubuntu-branches/ubuntu/oneiric/nginx/oneiric-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Mikhail Turov
  • Date: 2010-08-16 22:52:17 UTC
  • mfrom: (4.2.23 sid)
  • Revision ID: james.westby@ubuntu.com-20100816225217-cntm1hyeqsbj7111
Tags: 0.7.67-3ubuntu1
* Merge from debian testing. (LP: #616685) Remaining changes:
  - Add a UFW profile set:
    + debian/nginx.ufw.profile: Added.
    + debian/control: nginx: Suggests ufw.
    + debian/dirs: Add 'etc/ufw/applications.d'
    + debian/rules: Add install rule for the nginx UFW profile.
  - Install html files.
    - debian/dirs: Add 'var/www/nginx-default'.
    - debian/nginx.install: Add 'html/* var/www/nginx-default'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
            --with-http_realip_module \
38
38
            --with-http_stub_status_module \
39
39
            --with-http_ssl_module \
40
 
            --with-http_dav_module \
41
 
            --with-http_gzip_static_module \
42
 
            --with-http_realip_module \
43
40
            --with-http_sub_module \
 
41
            --with-ipv6 \
44
42
            --with-mail \
45
43
            --with-mail_ssl_module \
46
 
            --with-ipv6 \
47
44
            --add-module=$(CURDIR)/modules/nginx-upstream-fair \
48
45
            $(CONFIGURE_OPTS)
49
46