File: rules

package info (click to toggle)
pgq 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 764 kB
  • sloc: sql: 3,418; ansic: 1,996; python: 309; makefile: 87; sh: 1
file content (11 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with pgxs_loop

override_dh_installdocs:
	$(MAKE) dox NDOC=naturaldocs
	dh_installdocs --all docs/html

override_dh_pgxs_test:
	pg_buildext -i '--auth=trust' installcheck . . postgresql-%v-pgq3