File: rules

package info (click to toggle)
pg-snakeoil 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 236 kB
  • sloc: ansic: 193; sql: 26; makefile: 22; sh: 8
file content (10 lines) | stat: -rwxr-xr-x 227 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.*

override_dh_pgxs_test:
	pg_buildext -o "pg_snakeoil.signature_dir=$(CURDIR)/testfiles" installcheck . . postgresql-%v-snakeoil

%:
	dh $@ --with pgxs