File: rules

package info (click to toggle)
libnginx-mod-http-modsecurity 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 408 kB
  • sloc: perl: 1,819; ansic: 1,515; sh: 26; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with=nginx --buildsystem=nginx_mod

override_dh_auto_configure:
	dh_auto_configure --buildsystem=nginx_mod -- --add-module=/usr/share/nginx-ndk/src

override_dh_auto_test: