File: rules

package info (click to toggle)
libnginx-mod-http-lua 1%3A0.10.23-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,104 kB
  • sloc: ansic: 40,872; perl: 452; sh: 261; python: 23; makefile: 12
file content (16 lines) | stat: -rwxr-xr-x 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

include /usr/share/dpkg/architecture.mk
export LUAJIT_INC=/usr/include/luajit-2.1
export LUAJIT_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/libluajit-5.1.so

export DEB_CFLAGS_MAINT_APPEND = -DLUA_DEFAULT_PATH=\"/usr/share/lua/5.1/\?.lua\;\"
export DEB_LDFLAGS_MAINT_APPEND = -lpcre

%:
	dh $@

override_dh_auto_test:
	dh_auto_test --buildsystem=nginx_mod -- ndk_http_module.so