File: rules

package info (click to toggle)
postgres-decoderbufs 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 184 kB
  • sloc: ansic: 559; makefile: 17; sql: 5; sh: 1
file content (10 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with pgxs_loop

override_dh_installdocs:
	dh_installdocs --all README.*

override_dh_pgxs_test:
	+pg_buildext -o shared_preload_libraries=decoderbufs -o wal_level=logical installcheck . . postgresql-%v-decoderbufs