File: rules

package info (click to toggle)
postgresql-set-user 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: ansic: 714; sql: 249; makefile: 36; sh: 1
file content (11 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with pgxs_loop

override_dh_installdocs:
	dh_installdocs --all README.*

override_dh_pgxs_test:
	# run tests as user postgres, disable createcluster.conf to get the default log_line_prefix
	USER=postgres pg_buildext -c '--createclusterconf=/dev/null' installcheck . . postgresql-%v-set-user