File: rules

package info (click to toggle)
pgauditlogtofile 1.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 244 kB
  • sloc: ansic: 918; makefile: 21; sql: 10; sh: 7
file content (16 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export PG_VIRTUALENV_ARGS = \
  -o shared_preload_libraries=pgaudit,pgauditlogtofile \
  -o pgaudit.log=all \
  -o pgaudit.log_directory=/tmp \
  -o pgaudit.log_filename=pgauditlogtofile

%:
	dh $@ --with pgxs

override_dh_installdocs:
	dh_installdocs --all README.*

execute_after_dh_pgxs_test:
	rm -fv /tmp/pgauditlogtofile