File: rules

package info (click to toggle)
pgsentinel 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: ansic: 1,743; sql: 90; makefile: 31; sh: 2
file content (10 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

override_dh_installdocs:
	dh_installdocs --all README.md

override_dh_pgxs_test:
	pg_buildext -o "shared_preload_libraries=pg_stat_statements,pgsentinel" -o "pgsentinel.db_name=contrib_regression" installcheck . . postgresql-%v-pgsentinel

%:
	dh $@ --with pgxs_loop