File: rules

package info (click to toggle)
pg-wait-sampling 1.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 184 kB
  • sloc: ansic: 1,334; sql: 119; makefile: 22; sh: 17
file content (10 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download | duplicates (3)
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_wait_sampling" installcheck . . postgresql-%v-pg-wait-sampling

%:
	dh $@ --with pgxs_loop