~ubuntu-branches/debian/stretch/nginx/stretch

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/src/ddebug.h

  • Committer: Package Import Robot
  • Author(s): Christos Trochalakis, Christos Trochalakis
  • Date: 2015-07-14 20:24:52 UTC
  • mfrom: (1.1.49)
  • Revision ID: package-import@ubuntu.com-20150714202452-kcbqvpf6hq97w33q
Tags: 1.9.3-1
[ Christos Trochalakis]
* New upstream Release. (Closes: #789924)
* debian/control:
  + Remove XS-Testsuite header, it is now automatically added when
    `debian/tests/control` is present.
* debian/modules/nginx-lua:
  + Update nginx-lua to v0.9.16 and drop our backported patches.
* debian/conf/*:
  + Add REQUEST_SCHEME to fcgi, wsgi and scgi configs (sync with upstream).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#define _DDEBUG_H_INCLUDED_
9
9
 
10
10
 
 
11
#include <ngx_config.h>
11
12
#include <nginx.h>
12
13
#include <ngx_core.h>
13
14