File: rules

package info (click to toggle)
pg-failover-slots 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: ansic: 1,008; perl: 229; sh: 34; makefile: 16
file content (13 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

override_dh_auto_build:
	+pg_buildext build build-%v

override_dh_installdocs:
	dh_installdocs --all README.*

override_dh_pgxs_test:
	# defer testing to autopkgtest

%:
	dh $@ --with pgxs