File: control

package info (click to toggle)
libnginx-mod-http-subs-filter 1%3A0.6.4-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 800 kB
  • sloc: perl: 6,644; ansic: 921; sh: 57; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 1,049 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libnginx-mod-http-subs-filter
Section: httpd
Priority: optional
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Uploaders: Jan Mojžíš <jan.mojzis@gmail.com>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-nginx,
Standards-Version: 4.6.2
Homepage: https://github.com/yaoweibin/ngx_http_substitutions_filter_module
Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-http-subs-filter.git
Vcs-Browser: https://salsa.debian.org/nginx-team/libnginx-mod-http-subs-filter
Rules-Requires-Root: no

Package: libnginx-mod-http-subs-filter
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends},
Recommends: nginx,
Description: Substitution filter module for Nginx
 Substitution Nginx module can do both regular expression and fixed string
 substitutions on response bodies. The module is quite different from Nginx's
 native Substitution module. It scans the output chains buffer and
 matches string line by line, just like Apache's mod_substitute.